COLOR #EBA2DE

HEX: #EBA2DE
RGB: (235,162,222)

Color info

#EBA2DE contains mainly red and blue colors. Web safe color of #EBA2DE is #FF99CC (or #F9C).

RGB color model

#EBA2DE color RGB value is (235,162,222).

  • red value is 235;
  • green value is 162;
  • blue value is 222.
RGB:
(235,162,222)
(92%,64%,87%)

RGB channels and saturation

R 235 of 255 = 92%
G 162 of 255 = 64%
B 222 of 255 = 87%

235
162
222

R + G + B ~ 81%. #EBA2DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 162 + 222 = 619 (100%)
R 235 of 619 ~ 37.96%
G 162 of 619 ~ 26.17%
B 222 of 619 ~ 35.86%

%37.96
%26.17
%35.86

CMYK color model

#EBA2DE color CMYK value is (0,31,6,8).

  • cyan value is 0.00%
  • magenta value is 31.06%
  • yellow value is 5.53%
  • key color value is 7.84%
CMYK:
(0,31,6,8)
C0M31Y6K8 
(0%,31%,6%,8%)
(0.00/0.31/0.06/0.08)	

CMYK percentages

%0
%31.06
%5.53
%7.84

Codes

Color #EBA2DE in popluar color models

EBA2DE
RGB235162222
HSL311°64.60%77.84%
HSB/HSV311°31.06%92.16%
CMYK0.00%31.06%5.53%
7.84%

Color #EBA2DE in popluar number systems.

HEXEBA2DE
Decimal235162222
Binary111010111010001011011110
Octal353242336

Shades and tints

Shades of #EBA2DE

#EBA2DE
(235,162,222)
#D694CA
(214,148,202)
#C186B6
(193,134,182)
#AC78A2
(172,120,162)
#976A8E
(151,106,142)
#825C7A
(130,92,122)
#6D4E66
(109,78,102)
#584052
(88,64,82)
#43323E
(67,50,62)
#2E242A
(46,36,42)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #EBA2DE

#EBA2DE
(235,162,222)
#ECAAE1
(236,170,225)
#EDB2E4
(237,178,228)
#EEBAE7
(238,186,231)
#EFC2EA
(239,194,234)
#F0CAED
(240,202,237)
#F1D2F0
(241,210,240)
#F2DAF3
(242,218,243)
#F3E2F6
(243,226,246)
#F4EAF9
(244,234,249)
#F5F2FC
(245,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA2DE color. Also use rgb(235,162,222) instead hex code.

Text Font Color

.myTextColor { color: #EBA2DE; }

<p style="color:#EBA2DE">This sample text font color is #EBA2DE.</p>

This text font color is #EBA2DE.


Background Color

.myBgColor { background-color: #EBA2DE; }

<div style="background-color:#EBA2DE">Inner text</div>

This div background color is #EBA2DE.


Border color

.myBorderColor { border: 1px solid #EBA2DE; }

<div style="border:3px solid #EBA2DE">Div</div>

This div border color is #EBA2DE.


Opacity

.myOpacity80 { color: #EBA2DE; opacity: 0.8; }

<p style="color:#EBA2DE;opacity:0.8;">80%</p>

Text with #EBA2DE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBA2DE;}

<p style="text-shadow: 3px 3px 1px #EBA2DE">Text here.</p>

This text has shadow with #EBA2DE color.

.textShadow {text-shadow: 3px 3px 1px #EBA2DE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBA2DE, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBA2DE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBA2DE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBA2DE, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBA2DE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBA2DE;
  -webkit-box-shadow:	1px 1px 3px 2px #EBA2DE;
  box-shadow:		1px 1px 3px 2px #EBA2DE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBA2DE;
-webkit-box-shadow: 1px 1px 3px 2px #EBA2DE;
box-shadow:1px 1px 3px 2px #EBA2DE;">
Div content here</div>
This div box has shadow with color #EBA2DE.

Preview

Color preview on black background

This text has color #EBA2DE on black background.


Color preview on white background

This text has color #EBA2DE on white background.



Black color preview on #EBA2DE background

This text has black color on #EBA2DE background.


White color preview on #EBA2DE background

This text has white color on #EBA2DE background.