Shades of Lavender Rose #EC92D6
Tints of Lavender Rose #EC92D6
RGB
CMYK
RGB Variations
Color information
#EC92D6 (or 0xEC92D6) is known color: Lavender Rose. HEX triplet: EC, 92 and D6. RGB value is (236,146,214). Sum of RGB (Red+Green+Blue) = 236+146+214=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #EC92D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC92D6 is #136D29. Grayscale: #B4B4B4. Windows color (decimal): -1273130 or 14062316. OLE color: 14062316.
HSL color Cylindrical-coordinate representation of color #EC92D6: hue angle of 314.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC92D6 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 214 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.07 |
| HSL | 314.67º | 0.7% | 0.75% | - |
| HSV(B) | 314.67º | 0.38% | 0.93% | - |
| XYZ | 57.01 | 43.25 | 68.96 | - |
| YUV | 180.66 | 146.82 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 214 | 0 | 0.38 | 0.09 | 0.07 | 314.67 | 0.7 | 0.75 |
| Hex | EC | 92 | D6 | 0 | 26 | 9 | 7 | 13B | 46 | 4B |
| Octal | 354 | 222 | 326 | 0 | 46 | 11 | 7 | 473 | 106 | 113 |
| Binary | 11101100 | 10010010 | 11010110 | 0 | 100110 | 1001 | 111 | 100111011 | 1000110 | 1001011 |
Color Harmonies of #EC92D6
Complementary color
Monochromatic Colors of #EC92D6
Black with #EC92D6
Text Example
Text Example
White with #EC92D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC92D6; }
p { color: rgb(236,146,214); }
H1.HeaderClassName
{
color: #EC92D6;
}
.AnyTagClassName
{
color: #EC92D6;
}
</style>
background-color css
<style>
a { background-color: #EC92D6; }
a { background-color: rgb(236,146,214); }
div.DivClassName
{
background-color: #EC92D6;
}
.BgClassName
{
background-color: #EC92D6;
}
</style>
border-color css
<style>
span { border-color: #EC92D6; }
span { border-color: rgb(236,146,214); }
td.TdClassName
{
border-color: #EC92D6;
}
.TagClassName
{
border-color: #EC92D6;
}
</style>