Shades of Lavender Rose #EEACE1
Tints of Lavender Rose #EEACE1
RGB
CMYK
RGB Variations
Color information
#EEACE1 (or 0xEEACE1) is known color: Lavender Rose. HEX triplet: EE, AC and E1. RGB value is (238,172,225). Sum of RGB (Red+Green+Blue) = 238+172+225=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACE1 is #11531E. Grayscale: #C5C5C5. Windows color (decimal): -1135391 or 14789870. OLE color: 14789870.
HSL color Cylindrical-coordinate representation of color #EEACE1: hue angle of 311.82º 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 #EEACE1 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 172 | 225 | - |
CMYK | 0 | 0.28 | 0.05 | 0.07 |
HSL | 311.82º | 0.66% | 0.8% | - |
HSV(B) | 311.82º | 0.28% | 0.93% | - |
XYZ | 63.6 | 53.12 | 78.13 | - |
YUV | 197.78 | 143.37 | 156.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 172 | 225 | 0 | 0.28 | 0.05 | 0.07 | 311.82 | 0.66 | 0.8 |
Hex | EE | AC | E1 | 0 | 1C | 5 | 7 | 138 | 42 | 50 |
Octal | 356 | 254 | 341 | 0 | 34 | 5 | 7 | 470 | 102 | 120 |
Binary | 11101110 | 10101100 | 11100001 | 0 | 11100 | 101 | 111 | 100111000 | 1000010 | 1010000 |
Color Harmonies of #EEACE1
Complementary color
Monochromatic Colors of #EEACE1
Black with #EEACE1
Text Example
Text Example
White with #EEACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACE1; }
p { color: rgb(238,172,225); }
H1.HeaderClassName
{
color: #EEACE1;
}
.AnyTagClassName
{
color: #EEACE1;
}
</style>
background-color css
<style>
a { background-color: #EEACE1; }
a { background-color: rgb(238,172,225); }
div.DivClassName
{
background-color: #EEACE1;
}
.BgClassName
{
background-color: #EEACE1;
}
</style>
border-color css
<style>
span { border-color: #EEACE1; }
span { border-color: rgb(238,172,225); }
td.TdClassName
{
border-color: #EEACE1;
}
.TagClassName
{
border-color: #EEACE1;
}
</style>