Shades of Lavender Rose #ECA2D3
Tints of Lavender Rose #ECA2D3
RGB
CMYK
RGB Variations
Color information
#ECA2D3 (or 0xECA2D3) is known color: Lavender Rose. HEX triplet: EC, A2 and D3. RGB value is (236,162,211). Sum of RGB (Red+Green+Blue) = 236+162+211=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 162 (63.67% from 255 or 26.60% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2D3 is #135D2C. Grayscale: #BDBDBD. Windows color (decimal): -1269037 or 13869804. OLE color: 13869804.
HSL color Cylindrical-coordinate representation of color #ECA2D3: hue angle of 320.27º degrees, saturation: 0.66, 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 #ECA2D3 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 162 | 211 | - |
CMYK | 0 | 0.31 | 0.11 | 0.07 |
HSL | 320.27º | 0.66% | 0.78% | - |
HSV(B) | 320.27º | 0.31% | 0.93% | - |
XYZ | 59.27 | 48.38 | 67.84 | - |
YUV | 189.71 | 140.02 | 161.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 162 | 211 | 0 | 0.31 | 0.11 | 0.07 | 320.27 | 0.66 | 0.78 |
Hex | EC | A2 | D3 | 0 | 1F | B | 7 | 140 | 42 | 4E |
Octal | 354 | 242 | 323 | 0 | 37 | 13 | 7 | 500 | 102 | 116 |
Binary | 11101100 | 10100010 | 11010011 | 0 | 11111 | 1011 | 111 | 101000000 | 1000010 | 1001110 |
Color Harmonies of #ECA2D3
Complementary color
Monochromatic Colors of #ECA2D3
Black with #ECA2D3
Text Example
Text Example
White with #ECA2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA2D3; }
p { color: rgb(236,162,211); }
H1.HeaderClassName
{
color: #ECA2D3;
}
.AnyTagClassName
{
color: #ECA2D3;
}
</style>
background-color css
<style>
a { background-color: #ECA2D3; }
a { background-color: rgb(236,162,211); }
div.DivClassName
{
background-color: #ECA2D3;
}
.BgClassName
{
background-color: #ECA2D3;
}
</style>
border-color css
<style>
span { border-color: #ECA2D3; }
span { border-color: rgb(236,162,211); }
td.TdClassName
{
border-color: #ECA2D3;
}
.TagClassName
{
border-color: #ECA2D3;
}
</style>