Shades of Pig Pink #ECDAE3
Tints of Pig Pink #ECDAE3
RGB
CMYK
RGB Variations
Color information
#ECDAE3 (or 0xECDAE3) is known color: Pig Pink. HEX triplet: EC, DA and E3. RGB value is (236,218,227). Sum of RGB (Red+Green+Blue) = 236+218+227=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 227 (89.06% from 255 or 33.33% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAE3 is #13251C. Grayscale: #E0E0E0. Windows color (decimal): -1254685 or 14932716. OLE color: 14932716.
HSL color Cylindrical-coordinate representation of color #ECDAE3: hue angle of 330º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDAE3 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 218 | 227 | - |
CMYK | 0 | 0.08 | 0.04 | 0.07 |
HSL | 330º | 0.32% | 0.89% | - |
HSV(B) | 330º | 0.08% | 0.93% | - |
XYZ | 73.53 | 73.52 | 82.99 | - |
YUV | 224.41 | 129.46 | 136.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 218 | 227 | 0 | 0.08 | 0.04 | 0.07 | 330 | 0.32 | 0.89 |
Hex | EC | DA | E3 | 0 | 8 | 4 | 7 | 14A | 20 | 59 |
Octal | 354 | 332 | 343 | 0 | 10 | 4 | 7 | 512 | 40 | 131 |
Binary | 11101100 | 11011010 | 11100011 | 0 | 1000 | 100 | 111 | 101001010 | 100000 | 1011001 |
Color Harmonies of #ECDAE3
Complementary color
Monochromatic Colors of #ECDAE3
Black with #ECDAE3
Text Example
Text Example
White with #ECDAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAE3; }
p { color: rgb(236,218,227); }
H1.HeaderClassName
{
color: #ECDAE3;
}
.AnyTagClassName
{
color: #ECDAE3;
}
</style>
background-color css
<style>
a { background-color: #ECDAE3; }
a { background-color: rgb(236,218,227); }
div.DivClassName
{
background-color: #ECDAE3;
}
.BgClassName
{
background-color: #ECDAE3;
}
</style>
border-color css
<style>
span { border-color: #ECDAE3; }
span { border-color: rgb(236,218,227); }
td.TdClassName
{
border-color: #ECDAE3;
}
.TagClassName
{
border-color: #ECDAE3;
}
</style>