Shades of Lavender Rose #EF99D5
Tints of Lavender Rose #EF99D5
RGB
CMYK
RGB Variations
Color information
#EF99D5 (or 0xEF99D5) is known color: Lavender Rose. HEX triplet: EF, 99 and D5. RGB value is (239,153,213). Sum of RGB (Red+Green+Blue) = 239+153+213=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99D5 is #10662A. Grayscale: #B9B9B9. Windows color (decimal): -1074731 or 13998575. OLE color: 13998575.
HSL color Cylindrical-coordinate representation of color #EF99D5: hue angle of 318.14º 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 #EF99D5 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 213 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.06 |
| HSL | 318.14º | 0.73% | 0.77% | - |
| HSV(B) | 318.14º | 0.36% | 0.94% | - |
| XYZ | 59 | 45.94 | 68.71 | - |
| YUV | 185.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 213 | 0 | 0.36 | 0.11 | 0.06 | 318.14 | 0.73 | 0.77 |
| Hex | EF | 99 | D5 | 0 | 24 | B | 6 | 13E | 49 | 4D |
| Octal | 357 | 231 | 325 | 0 | 44 | 13 | 6 | 476 | 111 | 115 |
| Binary | 11101111 | 10011001 | 11010101 | 0 | 100100 | 1011 | 110 | 100111110 | 1001001 | 1001101 |
Color Harmonies of #EF99D5
Complementary color
Monochromatic Colors of #EF99D5
Black with #EF99D5
Text Example
Text Example
White with #EF99D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99D5; }
p { color: rgb(239,153,213); }
H1.HeaderClassName
{
color: #EF99D5;
}
.AnyTagClassName
{
color: #EF99D5;
}
</style>
background-color css
<style>
a { background-color: #EF99D5; }
a { background-color: rgb(239,153,213); }
div.DivClassName
{
background-color: #EF99D5;
}
.BgClassName
{
background-color: #EF99D5;
}
</style>
border-color css
<style>
span { border-color: #EF99D5; }
span { border-color: rgb(239,153,213); }
td.TdClassName
{
border-color: #EF99D5;
}
.TagClassName
{
border-color: #EF99D5;
}
</style>