Shades of Lavender Rose #EF98E4
Tints of Lavender Rose #EF98E4
RGB
CMYK
RGB Variations
Color information
#EF98E4 (or 0xEF98E4) is known color: Lavender Rose. HEX triplet: EF, 98 and E4. RGB value is (239,152,228). Sum of RGB (Red+Green+Blue) = 239+152+228=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98E4 is #10671B. Grayscale: #BABABA. Windows color (decimal): -1074972 or 14981359. OLE color: 14981359.
HSL color Cylindrical-coordinate representation of color #EF98E4: hue angle of 307.59º 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 #EF98E4 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 152 | 228 | - |
CMYK | 0 | 0.36 | 0.05 | 0.06 |
HSL | 307.59º | 0.73% | 0.77% | - |
HSV(B) | 307.59º | 0.36% | 0.94% | - |
XYZ | 60.83 | 46.41 | 79.15 | - |
YUV | 186.68 | 151.32 | 165.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 152 | 228 | 0 | 0.36 | 0.05 | 0.06 | 307.59 | 0.73 | 0.77 |
Hex | EF | 98 | E4 | 0 | 24 | 5 | 6 | 134 | 49 | 4D |
Octal | 357 | 230 | 344 | 0 | 44 | 5 | 6 | 464 | 111 | 115 |
Binary | 11101111 | 10011000 | 11100100 | 0 | 100100 | 101 | 110 | 100110100 | 1001001 | 1001101 |
Color Harmonies of #EF98E4
Complementary color
Monochromatic Colors of #EF98E4
Black with #EF98E4
Text Example
Text Example
White with #EF98E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98E4; }
p { color: rgb(239,152,228); }
H1.HeaderClassName
{
color: #EF98E4;
}
.AnyTagClassName
{
color: #EF98E4;
}
</style>
background-color css
<style>
a { background-color: #EF98E4; }
a { background-color: rgb(239,152,228); }
div.DivClassName
{
background-color: #EF98E4;
}
.BgClassName
{
background-color: #EF98E4;
}
</style>
border-color css
<style>
span { border-color: #EF98E4; }
span { border-color: rgb(239,152,228); }
td.TdClassName
{
border-color: #EF98E4;
}
.TagClassName
{
border-color: #EF98E4;
}
</style>