Shades of Lavender Rose #EE96DB
Tints of Lavender Rose #EE96DB
RGB
CMYK
RGB Variations
Color information
#EE96DB (or 0xEE96DB) is known color: Lavender Rose. HEX triplet: EE, 96 and DB. RGB value is (238,150,219). Sum of RGB (Red+Green+Blue) = 238+150+219=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE96DB is #116924. Grayscale: #B7B7B7. Windows color (decimal): -1141029 or 14391022. OLE color: 14391022.
HSL color Cylindrical-coordinate representation of color #EE96DB: hue angle of 312.95º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE96DB is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 219 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.07 |
| HSL | 312.95º | 0.72% | 0.76% | - |
| HSV(B) | 312.95º | 0.37% | 0.93% | - |
| XYZ | 58.95 | 45.1 | 72.62 | - |
| YUV | 184.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 219 | 0 | 0.37 | 0.08 | 0.07 | 312.95 | 0.72 | 0.76 |
| Hex | EE | 96 | DB | 0 | 25 | 8 | 7 | 139 | 48 | 4C |
| Octal | 356 | 226 | 333 | 0 | 45 | 10 | 7 | 471 | 110 | 114 |
| Binary | 11101110 | 10010110 | 11011011 | 0 | 100101 | 1000 | 111 | 100111001 | 1001000 | 1001100 |
Color Harmonies of #EE96DB
Complementary color
Monochromatic Colors of #EE96DB
Black with #EE96DB
Text Example
Text Example
White with #EE96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE96DB; }
p { color: rgb(238,150,219); }
H1.HeaderClassName
{
color: #EE96DB;
}
.AnyTagClassName
{
color: #EE96DB;
}
</style>
background-color css
<style>
a { background-color: #EE96DB; }
a { background-color: rgb(238,150,219); }
div.DivClassName
{
background-color: #EE96DB;
}
.BgClassName
{
background-color: #EE96DB;
}
</style>
border-color css
<style>
span { border-color: #EE96DB; }
span { border-color: rgb(238,150,219); }
td.TdClassName
{
border-color: #EE96DB;
}
.TagClassName
{
border-color: #EE96DB;
}
</style>