Shades of Lavender Rose #ECA4D3
Tints of Lavender Rose #ECA4D3
RGB
CMYK
RGB Variations
Color information
#ECA4D3 (or 0xECA4D3) is known color: Lavender Rose. HEX triplet: EC, A4 and D3. RGB value is (236,164,211). Sum of RGB (Red+Green+Blue) = 236+164+211=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA4D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA4D3 is #135B2C. Grayscale: #BEBEBE. Windows color (decimal): -1268525 or 13870316. OLE color: 13870316.
HSL color Cylindrical-coordinate representation of color #ECA4D3: hue angle of 320.83º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA4D3 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 164 | 211 | - |
CMYK | 0 | 0.31 | 0.11 | 0.07 |
HSL | 320.83º | 0.65% | 0.78% | - |
HSV(B) | 320.83º | 0.31% | 0.93% | - |
XYZ | 59.63 | 49.09 | 67.96 | - |
YUV | 190.89 | 139.35 | 160.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 164 | 211 | 0 | 0.31 | 0.11 | 0.07 | 320.83 | 0.65 | 0.78 |
Hex | EC | A4 | D3 | 0 | 1F | B | 7 | 141 | 41 | 4E |
Octal | 354 | 244 | 323 | 0 | 37 | 13 | 7 | 501 | 101 | 116 |
Binary | 11101100 | 10100100 | 11010011 | 0 | 11111 | 1011 | 111 | 101000001 | 1000001 | 1001110 |
Color Harmonies of #ECA4D3
Complementary color
Monochromatic Colors of #ECA4D3
Black with #ECA4D3
Text Example
Text Example
White with #ECA4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA4D3; }
p { color: rgb(236,164,211); }
H1.HeaderClassName
{
color: #ECA4D3;
}
.AnyTagClassName
{
color: #ECA4D3;
}
</style>
background-color css
<style>
a { background-color: #ECA4D3; }
a { background-color: rgb(236,164,211); }
div.DivClassName
{
background-color: #ECA4D3;
}
.BgClassName
{
background-color: #ECA4D3;
}
</style>
border-color css
<style>
span { border-color: #ECA4D3; }
span { border-color: rgb(236,164,211); }
td.TdClassName
{
border-color: #ECA4D3;
}
.TagClassName
{
border-color: #ECA4D3;
}
</style>