#EA9CD9

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

Shades of Lavender Rose #EA9CD9

Tints of Lavender Rose #EA9CD9

Color information

#EA9CD9 (or 0xEA9CD9) is unknown color: approx Lavender Rose. HEX triplet: EA, 9C and D9. RGB value is (234,156,217). Sum of RGB (Red+Green+Blue) = 234+156+217=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9CD9 is #156326. Grayscale: #BABABA. Windows color (decimal): -1401639 or 14261482. OLE color: 14261482.

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

Color convert

RGB234156217-
CMYK00.330.070.08
HSL313.08º65%76.47%-
HSV(B)313.08º33.33%91.76%-
XYZ58.3446.2871.5-
YUV186.28145.34162.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 156 (61.33% from 255) = 25.70%
BLUE value IS 217 (85.16% from 255) = 35.75%
R=38.55%
G=25.70%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415621700.330.070.08313.086576.47
HexEA9CD902178139414c
Octal352234331041710471101114
Binary1110101010011100110110010100001111100010011100110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9CD9; }

 p { color: rgb(234,156,217); }

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

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

 a { background-color: rgb(234,156,217); }

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

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

 span { border-color: rgb(234,156,217); }

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