Shades of Lavender Rose #EF9AD2
Tints of Lavender Rose #EF9AD2
RGB
CMYK
RGB Variations
Color information
#EF9AD2 (or 0xEF9AD2) is known color: Lavender Rose. HEX triplet: EF, 9A and D2. RGB value is (239,154,210). Sum of RGB (Red+Green+Blue) = 239+154+210=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9AD2 is #10652D. Grayscale: #B9B9B9. Windows color (decimal): -1074478 or 13802223. OLE color: 13802223.
HSL color Cylindrical-coordinate representation of color #EF9AD2: hue angle of 320.47º 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 #EF9AD2 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 210 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.06 |
| HSL | 320.47º | 0.73% | 0.77% | - |
| HSV(B) | 320.47º | 0.36% | 0.94% | - |
| XYZ | 58.79 | 46.12 | 66.78 | - |
| YUV | 185.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 210 | 0 | 0.36 | 0.12 | 0.06 | 320.47 | 0.73 | 0.77 |
| Hex | EF | 9A | D2 | 0 | 24 | C | 6 | 140 | 49 | 4D |
| Octal | 357 | 232 | 322 | 0 | 44 | 14 | 6 | 500 | 111 | 115 |
| Binary | 11101111 | 10011010 | 11010010 | 0 | 100100 | 1100 | 110 | 101000000 | 1001001 | 1001101 |
Color Harmonies of #EF9AD2
Complementary color
Monochromatic Colors of #EF9AD2
Black with #EF9AD2
Text Example
Text Example
White with #EF9AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9AD2; }
p { color: rgb(239,154,210); }
H1.HeaderClassName
{
color: #EF9AD2;
}
.AnyTagClassName
{
color: #EF9AD2;
}
</style>
background-color css
<style>
a { background-color: #EF9AD2; }
a { background-color: rgb(239,154,210); }
div.DivClassName
{
background-color: #EF9AD2;
}
.BgClassName
{
background-color: #EF9AD2;
}
</style>
border-color css
<style>
span { border-color: #EF9AD2; }
span { border-color: rgb(239,154,210); }
td.TdClassName
{
border-color: #EF9AD2;
}
.TagClassName
{
border-color: #EF9AD2;
}
</style>