Shades of Sweet Pink #EA9489
Tints of Sweet Pink #EA9489
RGB
CMYK
RGB Variations
Color information
#EA9489 (or 0xEA9489) is known color: Sweet Pink. HEX triplet: EA, 94 and 89. RGB value is (234,148,137). Sum of RGB (Red+Green+Blue) = 234+148+137=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9489 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9489 is #156B76. Grayscale: #ACACAC. Windows color (decimal): -1403767 or 9016554. OLE color: 9016554.
HSL color Cylindrical-coordinate representation of color #EA9489: hue angle of 6.8º 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 #EA9489 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 137 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.08 |
| HSL | 6.8º | 0.7% | 0.73% | - |
| HSV(B) | 6.8º | 0.41% | 0.92% | - |
| XYZ | 49.04 | 40.48 | 28.9 | - |
| YUV | 172.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 137 | 0 | 0.37 | 0.41 | 0.08 | 6.8 | 0.7 | 0.73 |
| Hex | EA | 94 | 89 | 0 | 25 | 29 | 8 | 7 | 46 | 49 |
| Octal | 352 | 224 | 211 | 0 | 45 | 51 | 10 | 7 | 106 | 111 |
| Binary | 11101010 | 10010100 | 10001001 | 0 | 100101 | 101001 | 1000 | 111 | 1000110 | 1001001 |
Color Harmonies of #EA9489
Complementary color
Monochromatic Colors of #EA9489
Black with #EA9489
Text Example
Text Example
White with #EA9489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9489; }
p { color: rgb(234,148,137); }
H1.HeaderClassName
{
color: #EA9489;
}
.AnyTagClassName
{
color: #EA9489;
}
</style>
background-color css
<style>
a { background-color: #EA9489; }
a { background-color: rgb(234,148,137); }
div.DivClassName
{
background-color: #EA9489;
}
.BgClassName
{
background-color: #EA9489;
}
</style>
border-color css
<style>
span { border-color: #EA9489; }
span { border-color: rgb(234,148,137); }
td.TdClassName
{
border-color: #EA9489;
}
.TagClassName
{
border-color: #EA9489;
}
</style>