Shades of Lavender Rose #EE9CE4
Tints of Lavender Rose #EE9CE4
RGB
CMYK
RGB Variations
Color information
#EE9CE4 (or 0xEE9CE4) is known color: Lavender Rose. HEX triplet: EE, 9C and E4. RGB value is (238,156,228). Sum of RGB (Red+Green+Blue) = 238+156+228=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9CE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9CE4 is #11631B. Grayscale: #BCBCBC. Windows color (decimal): -1139484 or 14982382. OLE color: 14982382.
HSL color Cylindrical-coordinate representation of color #EE9CE4: hue angle of 307.32º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9CE4 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 228 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.07 |
| HSL | 307.32º | 0.71% | 0.77% | - |
| HSV(B) | 307.32º | 0.34% | 0.93% | - |
| XYZ | 61.15 | 47.56 | 79.35 | - |
| YUV | 188.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 228 | 0 | 0.34 | 0.04 | 0.07 | 307.32 | 0.71 | 0.77 |
| Hex | EE | 9C | E4 | 0 | 22 | 4 | 7 | 133 | 47 | 4D |
| Octal | 356 | 234 | 344 | 0 | 42 | 4 | 7 | 463 | 107 | 115 |
| Binary | 11101110 | 10011100 | 11100100 | 0 | 100010 | 100 | 111 | 100110011 | 1000111 | 1001101 |
Color Harmonies of #EE9CE4
Complementary color
Monochromatic Colors of #EE9CE4
Black with #EE9CE4
Text Example
Text Example
White with #EE9CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9CE4; }
p { color: rgb(238,156,228); }
H1.HeaderClassName
{
color: #EE9CE4;
}
.AnyTagClassName
{
color: #EE9CE4;
}
</style>
background-color css
<style>
a { background-color: #EE9CE4; }
a { background-color: rgb(238,156,228); }
div.DivClassName
{
background-color: #EE9CE4;
}
.BgClassName
{
background-color: #EE9CE4;
}
</style>
border-color css
<style>
span { border-color: #EE9CE4; }
span { border-color: rgb(238,156,228); }
td.TdClassName
{
border-color: #EE9CE4;
}
.TagClassName
{
border-color: #EE9CE4;
}
</style>