Shades of Lavender Pink #ECAECF
Tints of Lavender Pink #ECAECF
RGB
CMYK
RGB Variations
Color information
#ECAECF (or 0xECAECF) is known color: Lavender Pink. HEX triplet: EC, AE and CF. RGB value is (236,174,207). Sum of RGB (Red+Green+Blue) = 236+174+207=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAECF is #135130. Grayscale: #C4C4C4. Windows color (decimal): -1265969 or 13610732. OLE color: 13610732.
HSL color Cylindrical-coordinate representation of color #ECAECF: hue angle of 328.06º 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 #ECAECF is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 207 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.07 |
| HSL | 328.06º | 0.62% | 0.8% | - |
| HSV(B) | 328.06º | 0.26% | 0.93% | - |
| XYZ | 60.99 | 52.61 | 65.97 | - |
| YUV | 196.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 207 | 0 | 0.26 | 0.12 | 0.07 | 328.06 | 0.62 | 0.8 |
| Hex | EC | AE | CF | 0 | 1A | C | 7 | 148 | 3E | 50 |
| Octal | 354 | 256 | 317 | 0 | 32 | 14 | 7 | 510 | 76 | 120 |
| Binary | 11101100 | 10101110 | 11001111 | 0 | 11010 | 1100 | 111 | 101001000 | 111110 | 1010000 |
Color Harmonies of #ECAECF
Complementary color
Monochromatic Colors of #ECAECF
Black with #ECAECF
Text Example
Text Example
White with #ECAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAECF; }
p { color: rgb(236,174,207); }
H1.HeaderClassName
{
color: #ECAECF;
}
.AnyTagClassName
{
color: #ECAECF;
}
</style>
background-color css
<style>
a { background-color: #ECAECF; }
a { background-color: rgb(236,174,207); }
div.DivClassName
{
background-color: #ECAECF;
}
.BgClassName
{
background-color: #ECAECF;
}
</style>
border-color css
<style>
span { border-color: #ECAECF; }
span { border-color: rgb(236,174,207); }
td.TdClassName
{
border-color: #ECAECF;
}
.TagClassName
{
border-color: #ECAECF;
}
</style>