Shades of Lavender Rose #EC9AD3
Tints of Lavender Rose #EC9AD3
RGB
CMYK
RGB Variations
Color information
#EC9AD3 (or 0xEC9AD3) is known color: Lavender Rose. HEX triplet: EC, 9A and D3. RGB value is (236,154,211). Sum of RGB (Red+Green+Blue) = 236+154+211=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AD3 is #13652C. Grayscale: #B8B8B8. Windows color (decimal): -1271085 or 13867756. OLE color: 13867756.
HSL color Cylindrical-coordinate representation of color #EC9AD3: hue angle of 318.29º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9AD3 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 211 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.07 |
| HSL | 318.29º | 0.68% | 0.76% | - |
| HSV(B) | 318.29º | 0.35% | 0.93% | - |
| XYZ | 57.91 | 45.65 | 67.39 | - |
| YUV | 185.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 211 | 0 | 0.35 | 0.11 | 0.07 | 318.29 | 0.68 | 0.76 |
| Hex | EC | 9A | D3 | 0 | 23 | B | 7 | 13E | 44 | 4C |
| Octal | 354 | 232 | 323 | 0 | 43 | 13 | 7 | 476 | 104 | 114 |
| Binary | 11101100 | 10011010 | 11010011 | 0 | 100011 | 1011 | 111 | 100111110 | 1000100 | 1001100 |
Color Harmonies of #EC9AD3
Complementary color
Monochromatic Colors of #EC9AD3
Black with #EC9AD3
Text Example
Text Example
White with #EC9AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AD3; }
p { color: rgb(236,154,211); }
H1.HeaderClassName
{
color: #EC9AD3;
}
.AnyTagClassName
{
color: #EC9AD3;
}
</style>
background-color css
<style>
a { background-color: #EC9AD3; }
a { background-color: rgb(236,154,211); }
div.DivClassName
{
background-color: #EC9AD3;
}
.BgClassName
{
background-color: #EC9AD3;
}
</style>
border-color css
<style>
span { border-color: #EC9AD3; }
span { border-color: rgb(236,154,211); }
td.TdClassName
{
border-color: #EC9AD3;
}
.TagClassName
{
border-color: #EC9AD3;
}
</style>