Shades of Lavender Rose #ECA5D4
Tints of Lavender Rose #ECA5D4
RGB
CMYK
RGB Variations
Color information
#ECA5D4 (or 0xECA5D4) is known color: Lavender Rose. HEX triplet: EC, A5 and D4. RGB value is (236,165,212). Sum of RGB (Red+Green+Blue) = 236+165+212=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 165 (64.84% from 255 or 26.92% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA5D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA5D4 is #135A2B. Grayscale: #BFBFBF. Windows color (decimal): -1268268 or 13936108. OLE color: 13936108.
HSL color Cylindrical-coordinate representation of color #ECA5D4: hue angle of 320.28º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA5D4 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 165 | 212 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.07 |
| HSL | 320.28º | 0.65% | 0.79% | - |
| HSV(B) | 320.28º | 0.3% | 0.93% | - |
| XYZ | 59.93 | 49.5 | 68.68 | - |
| YUV | 191.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 165 | 212 | 0 | 0.30 | 0.10 | 0.07 | 320.28 | 0.65 | 0.79 |
| Hex | EC | A5 | D4 | 0 | 1E | A | 7 | 140 | 41 | 4F |
| Octal | 354 | 245 | 324 | 0 | 36 | 12 | 7 | 500 | 101 | 117 |
| Binary | 11101100 | 10100101 | 11010100 | 0 | 11110 | 1010 | 111 | 101000000 | 1000001 | 1001111 |
Color Harmonies of #ECA5D4
Complementary color
Monochromatic Colors of #ECA5D4
Black with #ECA5D4
Text Example
Text Example
White with #ECA5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA5D4; }
p { color: rgb(236,165,212); }
H1.HeaderClassName
{
color: #ECA5D4;
}
.AnyTagClassName
{
color: #ECA5D4;
}
</style>
background-color css
<style>
a { background-color: #ECA5D4; }
a { background-color: rgb(236,165,212); }
div.DivClassName
{
background-color: #ECA5D4;
}
.BgClassName
{
background-color: #ECA5D4;
}
</style>
border-color css
<style>
span { border-color: #ECA5D4; }
span { border-color: rgb(236,165,212); }
td.TdClassName
{
border-color: #ECA5D4;
}
.TagClassName
{
border-color: #ECA5D4;
}
</style>