Shades of Sweet Pink #EA8F87
Tints of Sweet Pink #EA8F87
RGB
CMYK
RGB Variations
Color information
#EA8F87 (or 0xEA8F87) is known color: Sweet Pink. HEX triplet: EA, 8F and 87. RGB value is (234,143,135). Sum of RGB (Red+Green+Blue) = 234+143+135=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F87 is #157078. Grayscale: #A9A9A9. Windows color (decimal): -1405049 or 8884202. OLE color: 8884202.
HSL color Cylindrical-coordinate representation of color #EA8F87: hue angle of 4.85º 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 #EA8F87 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 135 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.08 |
| HSL | 4.85º | 0.7% | 0.72% | - |
| HSV(B) | 4.85º | 0.42% | 0.92% | - |
| XYZ | 48.13 | 38.89 | 27.89 | - |
| YUV | 169.3 | 108.65 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 135 | 0 | 0.39 | 0.42 | 0.08 | 4.85 | 0.7 | 0.72 |
| Hex | EA | 8F | 87 | 0 | 27 | 2A | 8 | 5 | 46 | 48 |
| Octal | 352 | 217 | 207 | 0 | 47 | 52 | 10 | 5 | 106 | 110 |
| Binary | 11101010 | 10001111 | 10000111 | 0 | 100111 | 101010 | 1000 | 101 | 1000110 | 1001000 |
Color Harmonies of #EA8F87
Complementary color
Monochromatic Colors of #EA8F87
Black with #EA8F87
Text Example
Text Example
White with #EA8F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F87; }
p { color: rgb(234,143,135); }
H1.HeaderClassName
{
color: #EA8F87;
}
.AnyTagClassName
{
color: #EA8F87;
}
</style>
background-color css
<style>
a { background-color: #EA8F87; }
a { background-color: rgb(234,143,135); }
div.DivClassName
{
background-color: #EA8F87;
}
.BgClassName
{
background-color: #EA8F87;
}
</style>
border-color css
<style>
span { border-color: #EA8F87; }
span { border-color: rgb(234,143,135); }
td.TdClassName
{
border-color: #EA8F87;
}
.TagClassName
{
border-color: #EA8F87;
}
</style>