Shades of Lavender Rose #EF92D5
Tints of Lavender Rose #EF92D5
RGB
CMYK
RGB Variations
Color information
#EF92D5 (or 0xEF92D5) is known color: Lavender Rose. HEX triplet: EF, 92 and D5. RGB value is (239,146,213). Sum of RGB (Red+Green+Blue) = 239+146+213=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF92D5 is #106D2A. Grayscale: #B5B5B5. Windows color (decimal): -1076523 or 13996783. OLE color: 13996783.
HSL color Cylindrical-coordinate representation of color #EF92D5: hue angle of 316.77º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF92D5 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 213 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.06 |
| HSL | 316.77º | 0.74% | 0.75% | - |
| HSV(B) | 316.77º | 0.39% | 0.94% | - |
| XYZ | 57.89 | 43.71 | 68.34 | - |
| YUV | 181.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 213 | 0 | 0.39 | 0.11 | 0.06 | 316.77 | 0.74 | 0.75 |
| Hex | EF | 92 | D5 | 0 | 27 | B | 6 | 13D | 4A | 4B |
| Octal | 357 | 222 | 325 | 0 | 47 | 13 | 6 | 475 | 112 | 113 |
| Binary | 11101111 | 10010010 | 11010101 | 0 | 100111 | 1011 | 110 | 100111101 | 1001010 | 1001011 |
Color Harmonies of #EF92D5
Complementary color
Monochromatic Colors of #EF92D5
Black with #EF92D5
Text Example
Text Example
White with #EF92D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92D5; }
p { color: rgb(239,146,213); }
H1.HeaderClassName
{
color: #EF92D5;
}
.AnyTagClassName
{
color: #EF92D5;
}
</style>
background-color css
<style>
a { background-color: #EF92D5; }
a { background-color: rgb(239,146,213); }
div.DivClassName
{
background-color: #EF92D5;
}
.BgClassName
{
background-color: #EF92D5;
}
</style>
border-color css
<style>
span { border-color: #EF92D5; }
span { border-color: rgb(239,146,213); }
td.TdClassName
{
border-color: #EF92D5;
}
.TagClassName
{
border-color: #EF92D5;
}
</style>