Shades of Coral Candy #EACCC8
Tints of Coral Candy #EACCC8
RGB
CMYK
RGB Variations
Color information
#EACCC8 (or 0xEACCC8) is known color: Coral Candy. HEX triplet: EA, CC and C8. RGB value is (234,204,200). Sum of RGB (Red+Green+Blue) = 234+204+200=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCC8 is #153337. Grayscale: #D4D4D4. Windows color (decimal): -1389368 or 13159658. OLE color: 13159658.
HSL color Cylindrical-coordinate representation of color #EACCC8: hue angle of 7.06º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EACCC8 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 200 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.08 |
| HSL | 7.06º | 0.45% | 0.85% | - |
| HSV(B) | 7.06º | 0.15% | 0.92% | - |
| XYZ | 65.95 | 64.85 | 63.68 | - |
| YUV | 212.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 200 | 0 | 0.13 | 0.15 | 0.08 | 7.06 | 0.45 | 0.85 |
| Hex | EA | CC | C8 | 0 | D | F | 8 | 7 | 2D | 55 |
| Octal | 352 | 314 | 310 | 0 | 15 | 17 | 10 | 7 | 55 | 125 |
| Binary | 11101010 | 11001100 | 11001000 | 0 | 1101 | 1111 | 1000 | 111 | 101101 | 1010101 |
Color Harmonies of #EACCC8
Complementary color
Monochromatic Colors of #EACCC8
Black with #EACCC8
Text Example
Text Example
White with #EACCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCC8; }
p { color: rgb(234,204,200); }
H1.HeaderClassName
{
color: #EACCC8;
}
.AnyTagClassName
{
color: #EACCC8;
}
</style>
background-color css
<style>
a { background-color: #EACCC8; }
a { background-color: rgb(234,204,200); }
div.DivClassName
{
background-color: #EACCC8;
}
.BgClassName
{
background-color: #EACCC8;
}
</style>
border-color css
<style>
span { border-color: #EACCC8; }
span { border-color: rgb(234,204,200); }
td.TdClassName
{
border-color: #EACCC8;
}
.TagClassName
{
border-color: #EACCC8;
}
</style>