Shades of Sweet Pink #EA8B87
Tints of Sweet Pink #EA8B87
RGB
CMYK
RGB Variations
Color information
#EA8B87 (or 0xEA8B87) is known color: Sweet Pink. HEX triplet: EA, 8B and 87. RGB value is (234,139,135). Sum of RGB (Red+Green+Blue) = 234+139+135=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8B87 is #157478. Grayscale: #A7A7A7. Windows color (decimal): -1406073 or 8883178. OLE color: 8883178.
HSL color Cylindrical-coordinate representation of color #EA8B87: hue angle of 2.42º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA8B87 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 135 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.08 |
| HSL | 2.42º | 0.7% | 0.72% | - |
| HSV(B) | 2.42º | 0.42% | 0.92% | - |
| XYZ | 47.54 | 37.71 | 27.69 | - |
| YUV | 166.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 135 | 0 | 0.41 | 0.42 | 0.08 | 2.42 | 0.7 | 0.72 |
| Hex | EA | 8B | 87 | 0 | 29 | 2A | 8 | 2 | 46 | 48 |
| Octal | 352 | 213 | 207 | 0 | 51 | 52 | 10 | 2 | 106 | 110 |
| Binary | 11101010 | 10001011 | 10000111 | 0 | 101001 | 101010 | 1000 | 10 | 1000110 | 1001000 |
Color Harmonies of #EA8B87
Complementary color
Monochromatic Colors of #EA8B87
Black with #EA8B87
Text Example
Text Example
White with #EA8B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8B87; }
p { color: rgb(234,139,135); }
H1.HeaderClassName
{
color: #EA8B87;
}
.AnyTagClassName
{
color: #EA8B87;
}
</style>
background-color css
<style>
a { background-color: #EA8B87; }
a { background-color: rgb(234,139,135); }
div.DivClassName
{
background-color: #EA8B87;
}
.BgClassName
{
background-color: #EA8B87;
}
</style>
border-color css
<style>
span { border-color: #EA8B87; }
span { border-color: rgb(234,139,135); }
td.TdClassName
{
border-color: #EA8B87;
}
.TagClassName
{
border-color: #EA8B87;
}
</style>