Shades of Lavender Rose #EF99D4
Tints of Lavender Rose #EF99D4
RGB
CMYK
RGB Variations
Color information
#EF99D4 (or 0xEF99D4) is known color: Lavender Rose. HEX triplet: EF, 99 and D4. RGB value is (239,153,212). Sum of RGB (Red+Green+Blue) = 239+153+212=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99D4 is #10662B. Grayscale: #B9B9B9. Windows color (decimal): -1074732 or 13933039. OLE color: 13933039.
HSL color Cylindrical-coordinate representation of color #EF99D4: hue angle of 318.84º 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 #EF99D4 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 212 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.06 |
| HSL | 318.84º | 0.73% | 0.77% | - |
| HSV(B) | 318.84º | 0.36% | 0.94% | - |
| XYZ | 58.87 | 45.89 | 68.04 | - |
| YUV | 185.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 212 | 0 | 0.36 | 0.11 | 0.06 | 318.84 | 0.73 | 0.77 |
| Hex | EF | 99 | D4 | 0 | 24 | B | 6 | 13F | 49 | 4D |
| Octal | 357 | 231 | 324 | 0 | 44 | 13 | 6 | 477 | 111 | 115 |
| Binary | 11101111 | 10011001 | 11010100 | 0 | 100100 | 1011 | 110 | 100111111 | 1001001 | 1001101 |
Color Harmonies of #EF99D4
Complementary color
Monochromatic Colors of #EF99D4
Black with #EF99D4
Text Example
Text Example
White with #EF99D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99D4; }
p { color: rgb(239,153,212); }
H1.HeaderClassName
{
color: #EF99D4;
}
.AnyTagClassName
{
color: #EF99D4;
}
</style>
background-color css
<style>
a { background-color: #EF99D4; }
a { background-color: rgb(239,153,212); }
div.DivClassName
{
background-color: #EF99D4;
}
.BgClassName
{
background-color: #EF99D4;
}
</style>
border-color css
<style>
span { border-color: #EF99D4; }
span { border-color: rgb(239,153,212); }
td.TdClassName
{
border-color: #EF99D4;
}
.TagClassName
{
border-color: #EF99D4;
}
</style>