Shades of Lavender Rose #EE95D3
Tints of Lavender Rose #EE95D3
RGB
CMYK
RGB Variations
Color information
#EE95D3 (or 0xEE95D3) is known color: Lavender Rose. HEX triplet: EE, 95 and D3. RGB value is (238,149,211). Sum of RGB (Red+Green+Blue) = 238+149+211=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE95D3 is #116A2C. Grayscale: #B6B6B6. Windows color (decimal): -1141293 or 13866478. OLE color: 13866478.
HSL color Cylindrical-coordinate representation of color #EE95D3: hue angle of 318.2º 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 #EE95D3 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 211 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.07 |
| HSL | 318.2º | 0.72% | 0.76% | - |
| HSV(B) | 318.2º | 0.37% | 0.93% | - |
| XYZ | 57.77 | 44.38 | 67.15 | - |
| YUV | 182.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 211 | 0 | 0.37 | 0.11 | 0.07 | 318.2 | 0.72 | 0.76 |
| Hex | EE | 95 | D3 | 0 | 25 | B | 7 | 13E | 48 | 4C |
| Octal | 356 | 225 | 323 | 0 | 45 | 13 | 7 | 476 | 110 | 114 |
| Binary | 11101110 | 10010101 | 11010011 | 0 | 100101 | 1011 | 111 | 100111110 | 1001000 | 1001100 |
Color Harmonies of #EE95D3
Complementary color
Monochromatic Colors of #EE95D3
Black with #EE95D3
Text Example
Text Example
White with #EE95D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE95D3; }
p { color: rgb(238,149,211); }
H1.HeaderClassName
{
color: #EE95D3;
}
.AnyTagClassName
{
color: #EE95D3;
}
</style>
background-color css
<style>
a { background-color: #EE95D3; }
a { background-color: rgb(238,149,211); }
div.DivClassName
{
background-color: #EE95D3;
}
.BgClassName
{
background-color: #EE95D3;
}
</style>
border-color css
<style>
span { border-color: #EE95D3; }
span { border-color: rgb(238,149,211); }
td.TdClassName
{
border-color: #EE95D3;
}
.TagClassName
{
border-color: #EE95D3;
}
</style>