Shades of Pig Pink #EDDDE4
Tints of Pig Pink #EDDDE4
RGB
CMYK
RGB Variations
Color information
#EDDDE4 (or 0xEDDDE4) is known color: Pig Pink. HEX triplet: ED, DD and E4. RGB value is (237,221,228). Sum of RGB (Red+Green+Blue) = 237+221+228=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDE4 is #12221B. Grayscale: #E2E2E2. Windows color (decimal): -1188380 or 14999021. OLE color: 14999021.
HSL color Cylindrical-coordinate representation of color #EDDDE4: hue angle of 333.75º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDDDE4 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 221 | 228 | - |
CMYK | 0 | 0.07 | 0.04 | 0.07 |
HSL | 333.75º | 0.31% | 0.9% | - |
HSV(B) | 333.75º | 0.07% | 0.93% | - |
XYZ | 74.79 | 75.32 | 84 | - |
YUV | 226.58 | 128.8 | 135.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 228 | 0 | 0.07 | 0.04 | 0.07 | 333.75 | 0.31 | 0.9 |
Hex | ED | DD | E4 | 0 | 7 | 4 | 7 | 14E | 1F | 5A |
Octal | 355 | 335 | 344 | 0 | 7 | 4 | 7 | 516 | 37 | 132 |
Binary | 11101101 | 11011101 | 11100100 | 0 | 111 | 100 | 111 | 101001110 | 11111 | 1011010 |
Color Harmonies of #EDDDE4
Complementary color
Monochromatic Colors of #EDDDE4
Black with #EDDDE4
Text Example
Text Example
White with #EDDDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDE4; }
p { color: rgb(237,221,228); }
H1.HeaderClassName
{
color: #EDDDE4;
}
.AnyTagClassName
{
color: #EDDDE4;
}
</style>
background-color css
<style>
a { background-color: #EDDDE4; }
a { background-color: rgb(237,221,228); }
div.DivClassName
{
background-color: #EDDDE4;
}
.BgClassName
{
background-color: #EDDDE4;
}
</style>
border-color css
<style>
span { border-color: #EDDDE4; }
span { border-color: rgb(237,221,228); }
td.TdClassName
{
border-color: #EDDDE4;
}
.TagClassName
{
border-color: #EDDDE4;
}
</style>