Shades of Lavender Rose #EEAFE0
Tints of Lavender Rose #EEAFE0
RGB
CMYK
RGB Variations
Color information
#EEAFE0 (or 0xEEAFE0) is known color: Lavender Rose. HEX triplet: EE, AF and E0. RGB value is (238,175,224). Sum of RGB (Red+Green+Blue) = 238+175+224=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFE0 is #11501F. Grayscale: #C7C7C7. Windows color (decimal): -1134624 or 14725102. OLE color: 14725102.
HSL color Cylindrical-coordinate representation of color #EEAFE0: hue angle of 313.33º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEAFE0 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 175 | 224 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.07 |
| HSL | 313.33º | 0.65% | 0.81% | - |
| HSV(B) | 313.33º | 0.26% | 0.93% | - |
| XYZ | 64.04 | 54.22 | 77.61 | - |
| YUV | 199.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 175 | 224 | 0 | 0.26 | 0.06 | 0.07 | 313.33 | 0.65 | 0.81 |
| Hex | EE | AF | E0 | 0 | 1A | 6 | 7 | 139 | 41 | 51 |
| Octal | 356 | 257 | 340 | 0 | 32 | 6 | 7 | 471 | 101 | 121 |
| Binary | 11101110 | 10101111 | 11100000 | 0 | 11010 | 110 | 111 | 100111001 | 1000001 | 1010001 |
Color Harmonies of #EEAFE0
Complementary color
Monochromatic Colors of #EEAFE0
Black with #EEAFE0
Text Example
Text Example
White with #EEAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAFE0; }
p { color: rgb(238,175,224); }
H1.HeaderClassName
{
color: #EEAFE0;
}
.AnyTagClassName
{
color: #EEAFE0;
}
</style>
background-color css
<style>
a { background-color: #EEAFE0; }
a { background-color: rgb(238,175,224); }
div.DivClassName
{
background-color: #EEAFE0;
}
.BgClassName
{
background-color: #EEAFE0;
}
</style>
border-color css
<style>
span { border-color: #EEAFE0; }
span { border-color: rgb(238,175,224); }
td.TdClassName
{
border-color: #EEAFE0;
}
.TagClassName
{
border-color: #EEAFE0;
}
</style>