Shades of Sweet Pink #EA9188
Tints of Sweet Pink #EA9188
RGB
CMYK
RGB Variations
Color information
#EA9188 (or 0xEA9188) is known color: Sweet Pink. HEX triplet: EA, 91 and 88. RGB value is (234,145,136). Sum of RGB (Red+Green+Blue) = 234+145+136=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9188 is #156E77. Grayscale: #AAAAAA. Windows color (decimal): -1404536 or 8950250. OLE color: 8950250.
HSL color Cylindrical-coordinate representation of color #EA9188: hue angle of 5.51º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA9188 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 136 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.08 |
| HSL | 5.51º | 0.7% | 0.73% | - |
| HSV(B) | 5.51º | 0.42% | 0.92% | - |
| XYZ | 48.5 | 39.52 | 28.36 | - |
| YUV | 170.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 136 | 0 | 0.38 | 0.42 | 0.08 | 5.51 | 0.7 | 0.73 |
| Hex | EA | 91 | 88 | 0 | 26 | 2A | 8 | 6 | 46 | 49 |
| Octal | 352 | 221 | 210 | 0 | 46 | 52 | 10 | 6 | 106 | 111 |
| Binary | 11101010 | 10010001 | 10001000 | 0 | 100110 | 101010 | 1000 | 110 | 1000110 | 1001001 |
Color Harmonies of #EA9188
Complementary color
Monochromatic Colors of #EA9188
Black with #EA9188
Text Example
Text Example
White with #EA9188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9188; }
p { color: rgb(234,145,136); }
H1.HeaderClassName
{
color: #EA9188;
}
.AnyTagClassName
{
color: #EA9188;
}
</style>
background-color css
<style>
a { background-color: #EA9188; }
a { background-color: rgb(234,145,136); }
div.DivClassName
{
background-color: #EA9188;
}
.BgClassName
{
background-color: #EA9188;
}
</style>
border-color css
<style>
span { border-color: #EA9188; }
span { border-color: rgb(234,145,136); }
td.TdClassName
{
border-color: #EA9188;
}
.TagClassName
{
border-color: #EA9188;
}
</style>