Shades of Provincial Pink #ECE4E1
Tints of Provincial Pink #ECE4E1
RGB
CMYK
RGB Variations
Color information
#ECE4E1 (or 0xECE4E1) is known color: Provincial Pink. HEX triplet: EC, E4 and E1. RGB value is (236,228,225). Sum of RGB (Red+Green+Blue) = 236+228+225=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 225 (88.28% from 255 or 32.66% from 689); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4E1 is #131B1E. Grayscale: #E6E6E6. Windows color (decimal): -1252127 or 14804204. OLE color: 14804204.
HSL color Cylindrical-coordinate representation of color #ECE4E1: hue angle of 16.36º 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 #ECE4E1 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 225 | - |
CMYK | 0 | 0.03 | 0.05 | 0.07 |
HSL | 16.36º | 0.22% | 0.9% | - |
HSV(B) | 16.36º | 0.05% | 0.93% | - |
XYZ | 75.93 | 78.76 | 82.43 | - |
YUV | 230.05 | 125.15 | 132.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 225 | 0 | 0.03 | 0.05 | 0.07 | 16.36 | 0.22 | 0.9 |
Hex | EC | E4 | E1 | 0 | 3 | 5 | 7 | 10 | 16 | 5A |
Octal | 354 | 344 | 341 | 0 | 3 | 5 | 7 | 20 | 26 | 132 |
Binary | 11101100 | 11100100 | 11100001 | 0 | 11 | 101 | 111 | 10000 | 10110 | 1011010 |
Color Harmonies of #ECE4E1
Complementary color
Monochromatic Colors of #ECE4E1
Black with #ECE4E1
Text Example
Text Example
White with #ECE4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4E1; }
p { color: rgb(236,228,225); }
H1.HeaderClassName
{
color: #ECE4E1;
}
.AnyTagClassName
{
color: #ECE4E1;
}
</style>
background-color css
<style>
a { background-color: #ECE4E1; }
a { background-color: rgb(236,228,225); }
div.DivClassName
{
background-color: #ECE4E1;
}
.BgClassName
{
background-color: #ECE4E1;
}
</style>
border-color css
<style>
span { border-color: #ECE4E1; }
span { border-color: rgb(236,228,225); }
td.TdClassName
{
border-color: #ECE4E1;
}
.TagClassName
{
border-color: #ECE4E1;
}
</style>