Shades of Pig Pink #EADEE4
Tints of Pig Pink #EADEE4
RGB
CMYK
RGB Variations
Color information
#EADEE4 (or 0xEADEE4) is known color: Pig Pink. HEX triplet: EA, DE and E4. RGB value is (234,222,228). Sum of RGB (Red+Green+Blue) = 234+222+228=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEE4 is #15211B. Grayscale: #E2E2E2. Windows color (decimal): -1384732 or 14999274. OLE color: 14999274.
HSL color Cylindrical-coordinate representation of color #EADEE4: hue angle of 330º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADEE4 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 222 | 228 | - |
CMYK | 0 | 0.05 | 0.03 | 0.08 |
HSL | 330º | 0.22% | 0.89% | - |
HSV(B) | 330º | 0.05% | 0.92% | - |
XYZ | 74.06 | 75.34 | 84.04 | - |
YUV | 226.27 | 128.98 | 133.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 222 | 228 | 0 | 0.05 | 0.03 | 0.08 | 330 | 0.22 | 0.89 |
Hex | EA | DE | E4 | 0 | 5 | 3 | 8 | 14A | 16 | 59 |
Octal | 352 | 336 | 344 | 0 | 5 | 3 | 10 | 512 | 26 | 131 |
Binary | 11101010 | 11011110 | 11100100 | 0 | 101 | 11 | 1000 | 101001010 | 10110 | 1011001 |
Color Harmonies of #EADEE4
Complementary color
Monochromatic Colors of #EADEE4
Black with #EADEE4
Text Example
Text Example
White with #EADEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEE4; }
p { color: rgb(234,222,228); }
H1.HeaderClassName
{
color: #EADEE4;
}
.AnyTagClassName
{
color: #EADEE4;
}
</style>
background-color css
<style>
a { background-color: #EADEE4; }
a { background-color: rgb(234,222,228); }
div.DivClassName
{
background-color: #EADEE4;
}
.BgClassName
{
background-color: #EADEE4;
}
</style>
border-color css
<style>
span { border-color: #EADEE4; }
span { border-color: rgb(234,222,228); }
td.TdClassName
{
border-color: #EADEE4;
}
.TagClassName
{
border-color: #EADEE4;
}
</style>