Shades of Sweet Pink #EA8E84
Tints of Sweet Pink #EA8E84
RGB
CMYK
RGB Variations
Color information
#EA8E84 (or 0xEA8E84) is known color: Sweet Pink. HEX triplet: EA, 8E and 84. RGB value is (234,142,132). Sum of RGB (Red+Green+Blue) = 234+142+132=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8E84 is #15717B. Grayscale: #A8A8A8. Windows color (decimal): -1405308 or 8687338. OLE color: 8687338.
HSL color Cylindrical-coordinate representation of color #EA8E84: hue angle of 5.88º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8E84 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 132 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.08 |
| HSL | 5.88º | 0.71% | 0.72% | - |
| HSV(B) | 5.88º | 0.44% | 0.92% | - |
| XYZ | 47.77 | 38.5 | 26.74 | - |
| YUV | 168.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 132 | 0 | 0.39 | 0.44 | 0.08 | 5.88 | 0.71 | 0.72 |
| Hex | EA | 8E | 84 | 0 | 27 | 2C | 8 | 6 | 47 | 48 |
| Octal | 352 | 216 | 204 | 0 | 47 | 54 | 10 | 6 | 107 | 110 |
| Binary | 11101010 | 10001110 | 10000100 | 0 | 100111 | 101100 | 1000 | 110 | 1000111 | 1001000 |
Color Harmonies of #EA8E84
Complementary color
Monochromatic Colors of #EA8E84
Black with #EA8E84
Text Example
Text Example
White with #EA8E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8E84; }
p { color: rgb(234,142,132); }
H1.HeaderClassName
{
color: #EA8E84;
}
.AnyTagClassName
{
color: #EA8E84;
}
</style>
background-color css
<style>
a { background-color: #EA8E84; }
a { background-color: rgb(234,142,132); }
div.DivClassName
{
background-color: #EA8E84;
}
.BgClassName
{
background-color: #EA8E84;
}
</style>
border-color css
<style>
span { border-color: #EA8E84; }
span { border-color: rgb(234,142,132); }
td.TdClassName
{
border-color: #EA8E84;
}
.TagClassName
{
border-color: #EA8E84;
}
</style>