Shades of Pig Pink #EADFE5
Tints of Pig Pink #EADFE5
RGB
CMYK
RGB Variations
Color information
#EADFE5 (or 0xEADFE5) is known color: Pig Pink. HEX triplet: EA, DF and E5. RGB value is (234,223,229). Sum of RGB (Red+Green+Blue) = 234+223+229=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFE5 is #15201A. Grayscale: #E2E2E2. Windows color (decimal): -1384475 or 15065066. OLE color: 15065066.
HSL color Cylindrical-coordinate representation of color #EADFE5: hue angle of 327.27º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADFE5 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 223 | 229 | - |
CMYK | 0 | 0.05 | 0.02 | 0.08 |
HSL | 327.27º | 0.21% | 0.9% | - |
HSV(B) | 327.27º | 0.05% | 0.92% | - |
XYZ | 74.46 | 75.92 | 84.86 | - |
YUV | 226.97 | 129.14 | 133.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 223 | 229 | 0 | 0.05 | 0.02 | 0.08 | 327.27 | 0.21 | 0.9 |
Hex | EA | DF | E5 | 0 | 5 | 2 | 8 | 147 | 15 | 5A |
Octal | 352 | 337 | 345 | 0 | 5 | 2 | 10 | 507 | 25 | 132 |
Binary | 11101010 | 11011111 | 11100101 | 0 | 101 | 10 | 1000 | 101000111 | 10101 | 1011010 |
Color Harmonies of #EADFE5
Complementary color
Monochromatic Colors of #EADFE5
Black with #EADFE5
Text Example
Text Example
White with #EADFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFE5; }
p { color: rgb(234,223,229); }
H1.HeaderClassName
{
color: #EADFE5;
}
.AnyTagClassName
{
color: #EADFE5;
}
</style>
background-color css
<style>
a { background-color: #EADFE5; }
a { background-color: rgb(234,223,229); }
div.DivClassName
{
background-color: #EADFE5;
}
.BgClassName
{
background-color: #EADFE5;
}
</style>
border-color css
<style>
span { border-color: #EADFE5; }
span { border-color: rgb(234,223,229); }
td.TdClassName
{
border-color: #EADFE5;
}
.TagClassName
{
border-color: #EADFE5;
}
</style>