Shades of Lavender Rose #EC9BD2
Tints of Lavender Rose #EC9BD2
RGB
CMYK
RGB Variations
Color information
#EC9BD2 (or 0xEC9BD2) is known color: Lavender Rose. HEX triplet: EC, 9B and D2. RGB value is (236,155,210). Sum of RGB (Red+Green+Blue) = 236+155+210=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BD2 is #13642D. Grayscale: #B9B9B9. Windows color (decimal): -1270830 or 13802476. OLE color: 13802476.
HSL color Cylindrical-coordinate representation of color #EC9BD2: hue angle of 319.26º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9BD2 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 210 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.07 |
| HSL | 319.26º | 0.68% | 0.77% | - |
| HSV(B) | 319.26º | 0.34% | 0.93% | - |
| XYZ | 57.95 | 45.93 | 66.78 | - |
| YUV | 185.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 210 | 0 | 0.34 | 0.11 | 0.07 | 319.26 | 0.68 | 0.77 |
| Hex | EC | 9B | D2 | 0 | 22 | B | 7 | 13F | 44 | 4D |
| Octal | 354 | 233 | 322 | 0 | 42 | 13 | 7 | 477 | 104 | 115 |
| Binary | 11101100 | 10011011 | 11010010 | 0 | 100010 | 1011 | 111 | 100111111 | 1000100 | 1001101 |
Color Harmonies of #EC9BD2
Complementary color
Monochromatic Colors of #EC9BD2
Black with #EC9BD2
Text Example
Text Example
White with #EC9BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BD2; }
p { color: rgb(236,155,210); }
H1.HeaderClassName
{
color: #EC9BD2;
}
.AnyTagClassName
{
color: #EC9BD2;
}
</style>
background-color css
<style>
a { background-color: #EC9BD2; }
a { background-color: rgb(236,155,210); }
div.DivClassName
{
background-color: #EC9BD2;
}
.BgClassName
{
background-color: #EC9BD2;
}
</style>
border-color css
<style>
span { border-color: #EC9BD2; }
span { border-color: rgb(236,155,210); }
td.TdClassName
{
border-color: #EC9BD2;
}
.TagClassName
{
border-color: #EC9BD2;
}
</style>