Shades of Sweet Pink #EA9189
Tints of Sweet Pink #EA9189
RGB
CMYK
RGB Variations
Color information
#EA9189 (or 0xEA9189) is known color: Sweet Pink. HEX triplet: EA, 91 and 89. RGB value is (234,145,137). Sum of RGB (Red+Green+Blue) = 234+145+137=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9189 is #156E76. Grayscale: #AAAAAA. Windows color (decimal): -1404535 or 9015786. OLE color: 9015786.
HSL color Cylindrical-coordinate representation of color #EA9189: hue angle of 4.95º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA9189 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 137 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.08 |
| HSL | 4.95º | 0.7% | 0.73% | - |
| HSV(B) | 4.95º | 0.41% | 0.92% | - |
| XYZ | 48.57 | 39.55 | 28.74 | - |
| YUV | 170.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 137 | 0 | 0.38 | 0.41 | 0.08 | 4.95 | 0.7 | 0.73 |
| Hex | EA | 91 | 89 | 0 | 26 | 29 | 8 | 5 | 46 | 49 |
| Octal | 352 | 221 | 211 | 0 | 46 | 51 | 10 | 5 | 106 | 111 |
| Binary | 11101010 | 10010001 | 10001001 | 0 | 100110 | 101001 | 1000 | 101 | 1000110 | 1001001 |
Color Harmonies of #EA9189
Complementary color
Monochromatic Colors of #EA9189
Black with #EA9189
Text Example
Text Example
White with #EA9189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9189; }
p { color: rgb(234,145,137); }
H1.HeaderClassName
{
color: #EA9189;
}
.AnyTagClassName
{
color: #EA9189;
}
</style>
background-color css
<style>
a { background-color: #EA9189; }
a { background-color: rgb(234,145,137); }
div.DivClassName
{
background-color: #EA9189;
}
.BgClassName
{
background-color: #EA9189;
}
</style>
border-color css
<style>
span { border-color: #EA9189; }
span { border-color: rgb(234,145,137); }
td.TdClassName
{
border-color: #EA9189;
}
.TagClassName
{
border-color: #EA9189;
}
</style>