Shades of Lavender Rose #EF99E8
Tints of Lavender Rose #EF99E8
RGB
CMYK
RGB Variations
Color information
#EF99E8 (or 0xEF99E8) is known color: Lavender Rose. HEX triplet: EF, 99 and E8. RGB value is (239,153,232). Sum of RGB (Red+Green+Blue) = 239+153+232=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 153 (60.16% from 255 or 24.52% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF99E8 is #106617. Grayscale: #BBBBBB. Windows color (decimal): -1074712 or 15243759. OLE color: 15243759.
HSL color Cylindrical-coordinate representation of color #EF99E8: hue angle of 304.88º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF99E8 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 232 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.06 |
| HSL | 304.88º | 0.73% | 0.77% | - |
| HSV(B) | 304.88º | 0.36% | 0.94% | - |
| XYZ | 61.55 | 46.96 | 82.16 | - |
| YUV | 187.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 232 | 0 | 0.36 | 0.03 | 0.06 | 304.88 | 0.73 | 0.77 |
| Hex | EF | 99 | E8 | 0 | 24 | 3 | 6 | 131 | 49 | 4D |
| Octal | 357 | 231 | 350 | 0 | 44 | 3 | 6 | 461 | 111 | 115 |
| Binary | 11101111 | 10011001 | 11101000 | 0 | 100100 | 11 | 110 | 100110001 | 1001001 | 1001101 |
Color Harmonies of #EF99E8
Complementary color
Monochromatic Colors of #EF99E8
Black with #EF99E8
Text Example
Text Example
White with #EF99E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99E8; }
p { color: rgb(239,153,232); }
H1.HeaderClassName
{
color: #EF99E8;
}
.AnyTagClassName
{
color: #EF99E8;
}
</style>
background-color css
<style>
a { background-color: #EF99E8; }
a { background-color: rgb(239,153,232); }
div.DivClassName
{
background-color: #EF99E8;
}
.BgClassName
{
background-color: #EF99E8;
}
</style>
border-color css
<style>
span { border-color: #EF99E8; }
span { border-color: rgb(239,153,232); }
td.TdClassName
{
border-color: #EF99E8;
}
.TagClassName
{
border-color: #EF99E8;
}
</style>