Shades of Lavender Pink #ECAECB
Tints of Lavender Pink #ECAECB
RGB
CMYK
RGB Variations
Color information
#ECAECB (or 0xECAECB) is known color: Lavender Pink. HEX triplet: EC, AE and CB. RGB value is (236,174,203). Sum of RGB (Red+Green+Blue) = 236+174+203=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAECB is #135134. Grayscale: #C3C3C3. Windows color (decimal): -1265973 or 13348588. OLE color: 13348588.
HSL color Cylindrical-coordinate representation of color #ECAECB: hue angle of 331.94º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAECB is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 203 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.07 |
| HSL | 331.94º | 0.62% | 0.8% | - |
| HSV(B) | 331.94º | 0.26% | 0.93% | - |
| XYZ | 60.51 | 52.42 | 63.43 | - |
| YUV | 195.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 203 | 0 | 0.26 | 0.14 | 0.07 | 331.94 | 0.62 | 0.8 |
| Hex | EC | AE | CB | 0 | 1A | E | 7 | 14C | 3E | 50 |
| Octal | 354 | 256 | 313 | 0 | 32 | 16 | 7 | 514 | 76 | 120 |
| Binary | 11101100 | 10101110 | 11001011 | 0 | 11010 | 1110 | 111 | 101001100 | 111110 | 1010000 |
Color Harmonies of #ECAECB
Complementary color
Monochromatic Colors of #ECAECB
Black with #ECAECB
Text Example
Text Example
White with #ECAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAECB; }
p { color: rgb(236,174,203); }
H1.HeaderClassName
{
color: #ECAECB;
}
.AnyTagClassName
{
color: #ECAECB;
}
</style>
background-color css
<style>
a { background-color: #ECAECB; }
a { background-color: rgb(236,174,203); }
div.DivClassName
{
background-color: #ECAECB;
}
.BgClassName
{
background-color: #ECAECB;
}
</style>
border-color css
<style>
span { border-color: #ECAECB; }
span { border-color: rgb(236,174,203); }
td.TdClassName
{
border-color: #ECAECB;
}
.TagClassName
{
border-color: #ECAECB;
}
</style>