Shades of Sweet Pink #EA8B84
Tints of Sweet Pink #EA8B84
RGB
CMYK
RGB Variations
Color information
#EA8B84 (or 0xEA8B84) is known color: Sweet Pink. HEX triplet: EA, 8B and 84. RGB value is (234,139,132). Sum of RGB (Red+Green+Blue) = 234+139+132=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8B84 is #15747B. Grayscale: #A6A6A6. Windows color (decimal): -1406076 or 8686570. OLE color: 8686570.
HSL color Cylindrical-coordinate representation of color #EA8B84: hue angle of 4.12º 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 #EA8B84 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 132 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.08 |
| HSL | 4.12º | 0.71% | 0.72% | - |
| HSV(B) | 4.12º | 0.44% | 0.92% | - |
| XYZ | 47.33 | 37.62 | 26.6 | - |
| YUV | 166.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 132 | 0 | 0.41 | 0.44 | 0.08 | 4.12 | 0.71 | 0.72 |
| Hex | EA | 8B | 84 | 0 | 29 | 2C | 8 | 4 | 47 | 48 |
| Octal | 352 | 213 | 204 | 0 | 51 | 54 | 10 | 4 | 107 | 110 |
| Binary | 11101010 | 10001011 | 10000100 | 0 | 101001 | 101100 | 1000 | 100 | 1000111 | 1001000 |
Color Harmonies of #EA8B84
Complementary color
Monochromatic Colors of #EA8B84
Black with #EA8B84
Text Example
Text Example
White with #EA8B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8B84; }
p { color: rgb(234,139,132); }
H1.HeaderClassName
{
color: #EA8B84;
}
.AnyTagClassName
{
color: #EA8B84;
}
</style>
background-color css
<style>
a { background-color: #EA8B84; }
a { background-color: rgb(234,139,132); }
div.DivClassName
{
background-color: #EA8B84;
}
.BgClassName
{
background-color: #EA8B84;
}
</style>
border-color css
<style>
span { border-color: #EA8B84; }
span { border-color: rgb(234,139,132); }
td.TdClassName
{
border-color: #EA8B84;
}
.TagClassName
{
border-color: #EA8B84;
}
</style>