Shades of Lavender Rose #EF99E6
Tints of Lavender Rose #EF99E6
RGB
CMYK
RGB Variations
Color information
#EF99E6 (or 0xEF99E6) is known color: Lavender Rose. HEX triplet: EF, 99 and E6. RGB value is (239,153,230). Sum of RGB (Red+Green+Blue) = 239+153+230=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF99E6 is #106619. Grayscale: #BBBBBB. Windows color (decimal): -1074714 or 15112687. OLE color: 15112687.
HSL color Cylindrical-coordinate representation of color #EF99E6: hue angle of 306.28º 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 #EF99E6 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 230 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.06 |
| HSL | 306.28º | 0.73% | 0.77% | - |
| HSV(B) | 306.28º | 0.36% | 0.94% | - |
| XYZ | 61.27 | 46.85 | 80.68 | - |
| YUV | 187.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 230 | 0 | 0.36 | 0.04 | 0.06 | 306.28 | 0.73 | 0.77 |
| Hex | EF | 99 | E6 | 0 | 24 | 4 | 6 | 132 | 49 | 4D |
| Octal | 357 | 231 | 346 | 0 | 44 | 4 | 6 | 462 | 111 | 115 |
| Binary | 11101111 | 10011001 | 11100110 | 0 | 100100 | 100 | 110 | 100110010 | 1001001 | 1001101 |
Color Harmonies of #EF99E6
Complementary color
Monochromatic Colors of #EF99E6
Black with #EF99E6
Text Example
Text Example
White with #EF99E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99E6; }
p { color: rgb(239,153,230); }
H1.HeaderClassName
{
color: #EF99E6;
}
.AnyTagClassName
{
color: #EF99E6;
}
</style>
background-color css
<style>
a { background-color: #EF99E6; }
a { background-color: rgb(239,153,230); }
div.DivClassName
{
background-color: #EF99E6;
}
.BgClassName
{
background-color: #EF99E6;
}
</style>
border-color css
<style>
span { border-color: #EF99E6; }
span { border-color: rgb(239,153,230); }
td.TdClassName
{
border-color: #EF99E6;
}
.TagClassName
{
border-color: #EF99E6;
}
</style>