Shades of Lavender Rose #EE99DB
Tints of Lavender Rose #EE99DB
RGB
CMYK
RGB Variations
Color information
#EE99DB (or 0xEE99DB) is known color: Lavender Rose. HEX triplet: EE, 99 and DB. RGB value is (238,153,219). Sum of RGB (Red+Green+Blue) = 238+153+219=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EE99DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE99DB is #116624. Grayscale: #B9B9B9. Windows color (decimal): -1140261 or 14391790. OLE color: 14391790.
HSL color Cylindrical-coordinate representation of color #EE99DB: hue angle of 313.41º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EE99DB is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 153 | 219 | - |
CMYK | 0 | 0.36 | 0.08 | 0.07 |
HSL | 313.41º | 0.71% | 0.77% | - |
HSV(B) | 313.41º | 0.36% | 0.93% | - |
XYZ | 59.44 | 46.07 | 72.78 | - |
YUV | 185.94 | 146.66 | 165.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 153 | 219 | 0 | 0.36 | 0.08 | 0.07 | 313.41 | 0.71 | 0.77 |
Hex | EE | 99 | DB | 0 | 24 | 8 | 7 | 139 | 47 | 4D |
Octal | 356 | 231 | 333 | 0 | 44 | 10 | 7 | 471 | 107 | 115 |
Binary | 11101110 | 10011001 | 11011011 | 0 | 100100 | 1000 | 111 | 100111001 | 1000111 | 1001101 |
Color Harmonies of #EE99DB
Complementary color
Monochromatic Colors of #EE99DB
Black with #EE99DB
Text Example
Text Example
White with #EE99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE99DB; }
p { color: rgb(238,153,219); }
H1.HeaderClassName
{
color: #EE99DB;
}
.AnyTagClassName
{
color: #EE99DB;
}
</style>
background-color css
<style>
a { background-color: #EE99DB; }
a { background-color: rgb(238,153,219); }
div.DivClassName
{
background-color: #EE99DB;
}
.BgClassName
{
background-color: #EE99DB;
}
</style>
border-color css
<style>
span { border-color: #EE99DB; }
span { border-color: rgb(238,153,219); }
td.TdClassName
{
border-color: #EE99DB;
}
.TagClassName
{
border-color: #EE99DB;
}
</style>