Shades of Lavender Rose #EE95DF
Tints of Lavender Rose #EE95DF
RGB
CMYK
RGB Variations
Color information
#EE95DF (or 0xEE95DF) is known color: Lavender Rose. HEX triplet: EE, 95 and DF. RGB value is (238,149,223). Sum of RGB (Red+Green+Blue) = 238+149+223=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 149 (58.59% from 255 or 24.43% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE95DF is #116A20. Grayscale: #B7B7B7. Windows color (decimal): -1141281 or 14652910. OLE color: 14652910.
HSL color Cylindrical-coordinate representation of color #EE95DF: hue angle of 310.11º 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 #EE95DF is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 223 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.07 |
| HSL | 310.11º | 0.72% | 0.76% | - |
| HSV(B) | 310.11º | 0.37% | 0.93% | - |
| XYZ | 59.33 | 45 | 75.37 | - |
| YUV | 184.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 223 | 0 | 0.37 | 0.06 | 0.07 | 310.11 | 0.72 | 0.76 |
| Hex | EE | 95 | DF | 0 | 25 | 6 | 7 | 136 | 48 | 4C |
| Octal | 356 | 225 | 337 | 0 | 45 | 6 | 7 | 466 | 110 | 114 |
| Binary | 11101110 | 10010101 | 11011111 | 0 | 100101 | 110 | 111 | 100110110 | 1001000 | 1001100 |
Color Harmonies of #EE95DF
Complementary color
Monochromatic Colors of #EE95DF
Black with #EE95DF
Text Example
Text Example
White with #EE95DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE95DF; }
p { color: rgb(238,149,223); }
H1.HeaderClassName
{
color: #EE95DF;
}
.AnyTagClassName
{
color: #EE95DF;
}
</style>
background-color css
<style>
a { background-color: #EE95DF; }
a { background-color: rgb(238,149,223); }
div.DivClassName
{
background-color: #EE95DF;
}
.BgClassName
{
background-color: #EE95DF;
}
</style>
border-color css
<style>
span { border-color: #EE95DF; }
span { border-color: rgb(238,149,223); }
td.TdClassName
{
border-color: #EE95DF;
}
.TagClassName
{
border-color: #EE95DF;
}
</style>