Shades of Fair Pink #ECE5E1
Tints of Fair Pink #ECE5E1
RGB
CMYK
RGB Variations
Color information
#ECE5E1 (or 0xECE5E1) is known color: Fair Pink. HEX triplet: EC, E5 and E1. RGB value is (236,229,225). Sum of RGB (Red+Green+Blue) = 236+229+225=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 225 (88.28% from 255 or 32.61% from 690); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5E1 is #131A1E. Grayscale: #E6E6E6. Windows color (decimal): -1251871 or 14804460. OLE color: 14804460.
HSL color Cylindrical-coordinate representation of color #ECE5E1: hue angle of 21.82º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECE5E1 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 229 | 225 | - |
CMYK | 0 | 0.03 | 0.05 | 0.07 |
HSL | 21.82º | 0.22% | 0.9% | - |
HSV(B) | 21.82º | 0.05% | 0.93% | - |
XYZ | 76.2 | 79.31 | 82.53 | - |
YUV | 230.64 | 124.82 | 131.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 225 | 0 | 0.03 | 0.05 | 0.07 | 21.82 | 0.22 | 0.9 |
Hex | EC | E5 | E1 | 0 | 3 | 5 | 7 | 16 | 16 | 5A |
Octal | 354 | 345 | 341 | 0 | 3 | 5 | 7 | 26 | 26 | 132 |
Binary | 11101100 | 11100101 | 11100001 | 0 | 11 | 101 | 111 | 10110 | 10110 | 1011010 |
Color Harmonies of #ECE5E1
Complementary color
Monochromatic Colors of #ECE5E1
Black with #ECE5E1
Text Example
Text Example
White with #ECE5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5E1; }
p { color: rgb(236,229,225); }
H1.HeaderClassName
{
color: #ECE5E1;
}
.AnyTagClassName
{
color: #ECE5E1;
}
</style>
background-color css
<style>
a { background-color: #ECE5E1; }
a { background-color: rgb(236,229,225); }
div.DivClassName
{
background-color: #ECE5E1;
}
.BgClassName
{
background-color: #ECE5E1;
}
</style>
border-color css
<style>
span { border-color: #ECE5E1; }
span { border-color: rgb(236,229,225); }
td.TdClassName
{
border-color: #ECE5E1;
}
.TagClassName
{
border-color: #ECE5E1;
}
</style>