#EA9DB3

Color #EA9DB3 Illusion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Illusion #EA9DB3

Tints of Illusion #EA9DB3

Color information

#EA9DB3 (or 0xEA9DB3) is unknown color: approx Illusion. HEX triplet: EA, 9D and B3. RGB value is (234,157,179). Sum of RGB (Red+Green+Blue) = 234+157+179=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DB3 is #15624C. Grayscale: #B6B6B6. Windows color (decimal): -1401421 or 11771370. OLE color: 11771370.

HSL color Cylindrical-coordinate representation of color #EA9DB3: hue angle of 342.86º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9DB3 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB234157179-
CMYK00.330.240.08
HSL342.86º64.71%76.67%-
HSV(B)342.86º32.91%91.76%-
XYZ54.1344.8648.45-
YUV182.53126.01164.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 157 (61.72% from 255) = 27.54%
BLUE value IS 179 (70.31% from 255) = 31.40%
R=41.05%
G=27.54%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415717900.330.240.08342.8664.7176.67
HexEA9DB3021188157414d
Octal3522352630413010527101115
Binary111010101001110110110011010000111000100010101011110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DB3; }

 p { color: rgb(234,157,179); }

 H1.HeaderClassName
 {
   color: #EA9DB3;
 }
 .AnyTagClassName
 {
   color: #EA9DB3;
 }
</style>
background-color css

<style>
 a { background-color: #EA9DB3; }

 a { background-color: rgb(234,157,179); }

 div.DivClassName
 {
   background-color: #EA9DB3;
 }
 .BgClassName
 {
   background-color: #EA9DB3;
 }
</style>
border-color css

<style>
 span { border-color: #EA9DB3; }

 span { border-color: rgb(234,157,179); }

 td.TdClassName
 {
   border-color: #EA9DB3;
 }
 .TagClassName
 {
   border-color: #EA9DB3;
 }
</style>