Shades of Pale Rose #ECE1E2
Tints of Pale Rose #ECE1E2
RGB
CMYK
RGB Variations
Color information
#ECE1E2 (or 0xECE1E2) is known color: Pale Rose. HEX triplet: EC, E1 and E2. RGB value is (236,225,226). Sum of RGB (Red+Green+Blue) = 236+225+226=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1E2 is #131E1D. Grayscale: #E4E4E4. Windows color (decimal): -1252894 or 14868972. OLE color: 14868972.
HSL color Cylindrical-coordinate representation of color #ECE1E2: hue angle of 354.55º 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 #ECE1E2 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 225 | 226 | - |
CMYK | 0 | 0.05 | 0.04 | 0.07 |
HSL | 354.55º | 0.22% | 0.9% | - |
HSV(B) | 354.55º | 0.05% | 0.93% | - |
XYZ | 75.24 | 77.17 | 82.88 | - |
YUV | 228.4 | 126.64 | 133.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 225 | 226 | 0 | 0.05 | 0.04 | 0.07 | 354.55 | 0.22 | 0.9 |
Hex | EC | E1 | E2 | 0 | 5 | 4 | 7 | 163 | 16 | 5A |
Octal | 354 | 341 | 342 | 0 | 5 | 4 | 7 | 543 | 26 | 132 |
Binary | 11101100 | 11100001 | 11100010 | 0 | 101 | 100 | 111 | 101100011 | 10110 | 1011010 |
Color Harmonies of #ECE1E2
Complementary color
Monochromatic Colors of #ECE1E2
Black with #ECE1E2
Text Example
Text Example
White with #ECE1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1E2; }
p { color: rgb(236,225,226); }
H1.HeaderClassName
{
color: #ECE1E2;
}
.AnyTagClassName
{
color: #ECE1E2;
}
</style>
background-color css
<style>
a { background-color: #ECE1E2; }
a { background-color: rgb(236,225,226); }
div.DivClassName
{
background-color: #ECE1E2;
}
.BgClassName
{
background-color: #ECE1E2;
}
</style>
border-color css
<style>
span { border-color: #ECE1E2; }
span { border-color: rgb(236,225,226); }
td.TdClassName
{
border-color: #ECE1E2;
}
.TagClassName
{
border-color: #ECE1E2;
}
</style>