Shades of Pig Pink #EADEE5
Tints of Pig Pink #EADEE5
RGB
CMYK
RGB Variations
Color information
#EADEE5 (or 0xEADEE5) is known color: Pig Pink. HEX triplet: EA, DE and E5. RGB value is (234,222,229). Sum of RGB (Red+Green+Blue) = 234+222+229=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEE5 is #15211A. Grayscale: #E2E2E2. Windows color (decimal): -1384731 or 15064810. OLE color: 15064810.
HSL color Cylindrical-coordinate representation of color #EADEE5: hue angle of 325º 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 #EADEE5 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 222 | 229 | - |
CMYK | 0 | 0.05 | 0.02 | 0.08 |
HSL | 325º | 0.22% | 0.89% | - |
HSV(B) | 325º | 0.05% | 0.92% | - |
XYZ | 74.2 | 75.39 | 84.77 | - |
YUV | 226.39 | 129.48 | 133.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 222 | 229 | 0 | 0.05 | 0.02 | 0.08 | 325 | 0.22 | 0.89 |
Hex | EA | DE | E5 | 0 | 5 | 2 | 8 | 145 | 16 | 59 |
Octal | 352 | 336 | 345 | 0 | 5 | 2 | 10 | 505 | 26 | 131 |
Binary | 11101010 | 11011110 | 11100101 | 0 | 101 | 10 | 1000 | 101000101 | 10110 | 1011001 |
Color Harmonies of #EADEE5
Complementary color
Monochromatic Colors of #EADEE5
Black with #EADEE5
Text Example
Text Example
White with #EADEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEE5; }
p { color: rgb(234,222,229); }
H1.HeaderClassName
{
color: #EADEE5;
}
.AnyTagClassName
{
color: #EADEE5;
}
</style>
background-color css
<style>
a { background-color: #EADEE5; }
a { background-color: rgb(234,222,229); }
div.DivClassName
{
background-color: #EADEE5;
}
.BgClassName
{
background-color: #EADEE5;
}
</style>
border-color css
<style>
span { border-color: #EADEE5; }
span { border-color: rgb(234,222,229); }
td.TdClassName
{
border-color: #EADEE5;
}
.TagClassName
{
border-color: #EADEE5;
}
</style>