Shades of Lavender Rose #EF99DC
Tints of Lavender Rose #EF99DC
RGB
CMYK
RGB Variations
Color information
#EF99DC (or 0xEF99DC) is known color: Lavender Rose. HEX triplet: EF, 99 and DC. RGB value is (239,153,220). Sum of RGB (Red+Green+Blue) = 239+153+220=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99DC is #106623. Grayscale: #BABABA. Windows color (decimal): -1074724 or 14457327. OLE color: 14457327.
HSL color Cylindrical-coordinate representation of color #EF99DC: hue angle of 313.26º 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 #EF99DC is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 220 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.06 |
| HSL | 313.26º | 0.73% | 0.77% | - |
| HSV(B) | 313.26º | 0.36% | 0.94% | - |
| XYZ | 59.91 | 46.3 | 73.49 | - |
| YUV | 186.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 220 | 0 | 0.36 | 0.08 | 0.06 | 313.26 | 0.73 | 0.77 |
| Hex | EF | 99 | DC | 0 | 24 | 8 | 6 | 139 | 49 | 4D |
| Octal | 357 | 231 | 334 | 0 | 44 | 10 | 6 | 471 | 111 | 115 |
| Binary | 11101111 | 10011001 | 11011100 | 0 | 100100 | 1000 | 110 | 100111001 | 1001001 | 1001101 |
Color Harmonies of #EF99DC
Complementary color
Monochromatic Colors of #EF99DC
Black with #EF99DC
Text Example
Text Example
White with #EF99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99DC; }
p { color: rgb(239,153,220); }
H1.HeaderClassName
{
color: #EF99DC;
}
.AnyTagClassName
{
color: #EF99DC;
}
</style>
background-color css
<style>
a { background-color: #EF99DC; }
a { background-color: rgb(239,153,220); }
div.DivClassName
{
background-color: #EF99DC;
}
.BgClassName
{
background-color: #EF99DC;
}
</style>
border-color css
<style>
span { border-color: #EF99DC; }
span { border-color: rgb(239,153,220); }
td.TdClassName
{
border-color: #EF99DC;
}
.TagClassName
{
border-color: #EF99DC;
}
</style>