Shades of Lavender Rose #EEAEE2
Tints of Lavender Rose #EEAEE2
RGB
CMYK
RGB Variations
Color information
#EEAEE2 (or 0xEEAEE2) is known color: Lavender Rose. HEX triplet: EE, AE and E2. RGB value is (238,174,226). Sum of RGB (Red+Green+Blue) = 238+174+226=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAEE2 is #11511D. Grayscale: #C6C6C6. Windows color (decimal): -1134878 or 14855918. OLE color: 14855918.
HSL color Cylindrical-coordinate representation of color #EEAEE2: hue angle of 311.25º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEAEE2 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 174 | 226 | - |
CMYK | 0 | 0.27 | 0.05 | 0.07 |
HSL | 311.25º | 0.65% | 0.81% | - |
HSV(B) | 311.25º | 0.27% | 0.93% | - |
XYZ | 64.12 | 53.94 | 78.98 | - |
YUV | 199.06 | 143.2 | 155.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 174 | 226 | 0 | 0.27 | 0.05 | 0.07 | 311.25 | 0.65 | 0.81 |
Hex | EE | AE | E2 | 0 | 1B | 5 | 7 | 137 | 41 | 51 |
Octal | 356 | 256 | 342 | 0 | 33 | 5 | 7 | 467 | 101 | 121 |
Binary | 11101110 | 10101110 | 11100010 | 0 | 11011 | 101 | 111 | 100110111 | 1000001 | 1010001 |
Color Harmonies of #EEAEE2
Complementary color
Monochromatic Colors of #EEAEE2
Black with #EEAEE2
Text Example
Text Example
White with #EEAEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAEE2; }
p { color: rgb(238,174,226); }
H1.HeaderClassName
{
color: #EEAEE2;
}
.AnyTagClassName
{
color: #EEAEE2;
}
</style>
background-color css
<style>
a { background-color: #EEAEE2; }
a { background-color: rgb(238,174,226); }
div.DivClassName
{
background-color: #EEAEE2;
}
.BgClassName
{
background-color: #EEAEE2;
}
</style>
border-color css
<style>
span { border-color: #EEAEE2; }
span { border-color: rgb(238,174,226); }
td.TdClassName
{
border-color: #EEAEE2;
}
.TagClassName
{
border-color: #EEAEE2;
}
</style>