Shades of Lavender Rose #EEACE5
Tints of Lavender Rose #EEACE5
RGB
CMYK
RGB Variations
Color information
#EEACE5 (or 0xEEACE5) is known color: Lavender Rose. HEX triplet: EE, AC and E5. RGB value is (238,172,229). Sum of RGB (Red+Green+Blue) = 238+172+229=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACE5 is #11531A. Grayscale: #C6C6C6. Windows color (decimal): -1135387 or 15052014. OLE color: 15052014.
HSL color Cylindrical-coordinate representation of color #EEACE5: hue angle of 308.18º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEACE5 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 172 | 229 | - |
CMYK | 0 | 0.28 | 0.04 | 0.07 |
HSL | 308.18º | 0.66% | 0.8% | - |
HSV(B) | 308.18º | 0.28% | 0.93% | - |
XYZ | 64.16 | 53.34 | 81.04 | - |
YUV | 198.23 | 145.37 | 156.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 172 | 229 | 0 | 0.28 | 0.04 | 0.07 | 308.18 | 0.66 | 0.8 |
Hex | EE | AC | E5 | 0 | 1C | 4 | 7 | 134 | 42 | 50 |
Octal | 356 | 254 | 345 | 0 | 34 | 4 | 7 | 464 | 102 | 120 |
Binary | 11101110 | 10101100 | 11100101 | 0 | 11100 | 100 | 111 | 100110100 | 1000010 | 1010000 |
Color Harmonies of #EEACE5
Complementary color
Monochromatic Colors of #EEACE5
Black with #EEACE5
Text Example
Text Example
White with #EEACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACE5; }
p { color: rgb(238,172,229); }
H1.HeaderClassName
{
color: #EEACE5;
}
.AnyTagClassName
{
color: #EEACE5;
}
</style>
background-color css
<style>
a { background-color: #EEACE5; }
a { background-color: rgb(238,172,229); }
div.DivClassName
{
background-color: #EEACE5;
}
.BgClassName
{
background-color: #EEACE5;
}
</style>
border-color css
<style>
span { border-color: #EEACE5; }
span { border-color: rgb(238,172,229); }
td.TdClassName
{
border-color: #EEACE5;
}
.TagClassName
{
border-color: #EEACE5;
}
</style>