Shades of Lavender Rose #EC91D4
Tints of Lavender Rose #EC91D4
RGB
CMYK
RGB Variations
Color information
#EC91D4 (or 0xEC91D4) is known color: Lavender Rose. HEX triplet: EC, 91 and D4. RGB value is (236,145,212). Sum of RGB (Red+Green+Blue) = 236+145+212=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC91D4 is #136E2B. Grayscale: #B3B3B3. Windows color (decimal): -1273388 or 13930988. OLE color: 13930988.
HSL color Cylindrical-coordinate representation of color #EC91D4: hue angle of 315.82º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC91D4 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 212 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.07 |
| HSL | 315.82º | 0.71% | 0.75% | - |
| HSV(B) | 315.82º | 0.39% | 0.93% | - |
| XYZ | 56.6 | 42.84 | 67.57 | - |
| YUV | 179.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 212 | 0 | 0.39 | 0.10 | 0.07 | 315.82 | 0.71 | 0.75 |
| Hex | EC | 91 | D4 | 0 | 27 | A | 7 | 13C | 47 | 4B |
| Octal | 354 | 221 | 324 | 0 | 47 | 12 | 7 | 474 | 107 | 113 |
| Binary | 11101100 | 10010001 | 11010100 | 0 | 100111 | 1010 | 111 | 100111100 | 1000111 | 1001011 |
Color Harmonies of #EC91D4
Complementary color
Monochromatic Colors of #EC91D4
Black with #EC91D4
Text Example
Text Example
White with #EC91D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC91D4; }
p { color: rgb(236,145,212); }
H1.HeaderClassName
{
color: #EC91D4;
}
.AnyTagClassName
{
color: #EC91D4;
}
</style>
background-color css
<style>
a { background-color: #EC91D4; }
a { background-color: rgb(236,145,212); }
div.DivClassName
{
background-color: #EC91D4;
}
.BgClassName
{
background-color: #EC91D4;
}
</style>
border-color css
<style>
span { border-color: #EC91D4; }
span { border-color: rgb(236,145,212); }
td.TdClassName
{
border-color: #EC91D4;
}
.TagClassName
{
border-color: #EC91D4;
}
</style>