Shades of Lavender Rose #EF99E2
Tints of Lavender Rose #EF99E2
RGB
CMYK
RGB Variations
Color information
#EF99E2 (or 0xEF99E2) is known color: Lavender Rose. HEX triplet: EF, 99 and E2. RGB value is (239,153,226). Sum of RGB (Red+Green+Blue) = 239+153+226=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 153 (60.16% from 255 or 24.76% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99E2 is #10661D. Grayscale: #BABABA. Windows color (decimal): -1074718 or 14850543. OLE color: 14850543.
HSL color Cylindrical-coordinate representation of color #EF99E2: hue angle of 309.07º 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 #EF99E2 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 226 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.06 |
| HSL | 309.07º | 0.73% | 0.77% | - |
| HSV(B) | 309.07º | 0.36% | 0.94% | - |
| XYZ | 60.72 | 46.62 | 77.75 | - |
| YUV | 187.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 226 | 0 | 0.36 | 0.05 | 0.06 | 309.07 | 0.73 | 0.77 |
| Hex | EF | 99 | E2 | 0 | 24 | 5 | 6 | 135 | 49 | 4D |
| Octal | 357 | 231 | 342 | 0 | 44 | 5 | 6 | 465 | 111 | 115 |
| Binary | 11101111 | 10011001 | 11100010 | 0 | 100100 | 101 | 110 | 100110101 | 1001001 | 1001101 |
Color Harmonies of #EF99E2
Complementary color
Monochromatic Colors of #EF99E2
Black with #EF99E2
Text Example
Text Example
White with #EF99E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99E2; }
p { color: rgb(239,153,226); }
H1.HeaderClassName
{
color: #EF99E2;
}
.AnyTagClassName
{
color: #EF99E2;
}
</style>
background-color css
<style>
a { background-color: #EF99E2; }
a { background-color: rgb(239,153,226); }
div.DivClassName
{
background-color: #EF99E2;
}
.BgClassName
{
background-color: #EF99E2;
}
</style>
border-color css
<style>
span { border-color: #EF99E2; }
span { border-color: rgb(239,153,226); }
td.TdClassName
{
border-color: #EF99E2;
}
.TagClassName
{
border-color: #EF99E2;
}
</style>