Shades of Lavender Rose #EE95D2
Tints of Lavender Rose #EE95D2
RGB
CMYK
RGB Variations
Color information
#EE95D2 (or 0xEE95D2) is known color: Lavender Rose. HEX triplet: EE, 95 and D2. RGB value is (238,149,210). Sum of RGB (Red+Green+Blue) = 238+149+210=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE95D2 is #116A2D. Grayscale: #B6B6B6. Windows color (decimal): -1141294 or 13800942. OLE color: 13800942.
HSL color Cylindrical-coordinate representation of color #EE95D2: hue angle of 318.88º 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 #EE95D2 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 210 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.07 |
| HSL | 318.88º | 0.72% | 0.76% | - |
| HSV(B) | 318.88º | 0.37% | 0.93% | - |
| XYZ | 57.64 | 44.33 | 66.49 | - |
| YUV | 182.57 | 143.49 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 210 | 0 | 0.37 | 0.12 | 0.07 | 318.88 | 0.72 | 0.76 |
| Hex | EE | 95 | D2 | 0 | 25 | C | 7 | 13F | 48 | 4C |
| Octal | 356 | 225 | 322 | 0 | 45 | 14 | 7 | 477 | 110 | 114 |
| Binary | 11101110 | 10010101 | 11010010 | 0 | 100101 | 1100 | 111 | 100111111 | 1001000 | 1001100 |
Color Harmonies of #EE95D2
Complementary color
Monochromatic Colors of #EE95D2
Black with #EE95D2
Text Example
Text Example
White with #EE95D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE95D2; }
p { color: rgb(238,149,210); }
H1.HeaderClassName
{
color: #EE95D2;
}
.AnyTagClassName
{
color: #EE95D2;
}
</style>
background-color css
<style>
a { background-color: #EE95D2; }
a { background-color: rgb(238,149,210); }
div.DivClassName
{
background-color: #EE95D2;
}
.BgClassName
{
background-color: #EE95D2;
}
</style>
border-color css
<style>
span { border-color: #EE95D2; }
span { border-color: rgb(238,149,210); }
td.TdClassName
{
border-color: #EE95D2;
}
.TagClassName
{
border-color: #EE95D2;
}
</style>