Shades of Lavender Rose #EA9CDA
Tints of Lavender Rose #EA9CDA
RGB
CMYK
RGB Variations
Color information
#EA9CDA (or 0xEA9CDA) is known color: Lavender Rose. HEX triplet: EA, 9C and DA. RGB value is (234,156,218). Sum of RGB (Red+Green+Blue) = 234+156+218=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9CDA is #156325. Grayscale: #BABABA. Windows color (decimal): -1401638 or 14327018. OLE color: 14327018.
HSL color Cylindrical-coordinate representation of color #EA9CDA: hue angle of 312.31º 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 #EA9CDA is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 156 | 218 | - |
CMYK | 0 | 0.33 | 0.07 | 0.08 |
HSL | 312.31º | 0.65% | 0.76% | - |
HSV(B) | 312.31º | 0.33% | 0.92% | - |
XYZ | 58.48 | 46.33 | 72.19 | - |
YUV | 186.39 | 145.84 | 161.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 156 | 218 | 0 | 0.33 | 0.07 | 0.08 | 312.31 | 0.65 | 0.76 |
Hex | EA | 9C | DA | 0 | 21 | 7 | 8 | 138 | 41 | 4C |
Octal | 352 | 234 | 332 | 0 | 41 | 7 | 10 | 470 | 101 | 114 |
Binary | 11101010 | 10011100 | 11011010 | 0 | 100001 | 111 | 1000 | 100111000 | 1000001 | 1001100 |
Color Harmonies of #EA9CDA
Complementary color
Monochromatic Colors of #EA9CDA
Black with #EA9CDA
Text Example
Text Example
White with #EA9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9CDA; }
p { color: rgb(234,156,218); }
H1.HeaderClassName
{
color: #EA9CDA;
}
.AnyTagClassName
{
color: #EA9CDA;
}
</style>
background-color css
<style>
a { background-color: #EA9CDA; }
a { background-color: rgb(234,156,218); }
div.DivClassName
{
background-color: #EA9CDA;
}
.BgClassName
{
background-color: #EA9CDA;
}
</style>
border-color css
<style>
span { border-color: #EA9CDA; }
span { border-color: rgb(234,156,218); }
td.TdClassName
{
border-color: #EA9CDA;
}
.TagClassName
{
border-color: #EA9CDA;
}
</style>