Shades of Sweet Pink #EA9895
Tints of Sweet Pink #EA9895
RGB
CMYK
RGB Variations
Color information
#EA9895 (or 0xEA9895) is known color: Sweet Pink. HEX triplet: EA, 98 and 95. RGB value is (234,152,149). Sum of RGB (Red+Green+Blue) = 234+152+149=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9895 is #15676A. Grayscale: #B0B0B0. Windows color (decimal): -1402731 or 9804010. OLE color: 9804010.
HSL color Cylindrical-coordinate representation of color #EA9895: hue angle of 2.12º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA9895 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 152 | 149 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.08 |
| HSL | 2.12º | 0.67% | 0.75% | - |
| HSV(B) | 2.12º | 0.36% | 0.92% | - |
| XYZ | 50.58 | 42.12 | 33.9 | - |
| YUV | 176.18 | 112.67 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 149 | 0 | 0.35 | 0.36 | 0.08 | 2.12 | 0.67 | 0.75 |
| Hex | EA | 98 | 95 | 0 | 23 | 24 | 8 | 2 | 43 | 4B |
| Octal | 352 | 230 | 225 | 0 | 43 | 44 | 10 | 2 | 103 | 113 |
| Binary | 11101010 | 10011000 | 10010101 | 0 | 100011 | 100100 | 1000 | 10 | 1000011 | 1001011 |
Color Harmonies of #EA9895
Complementary color
Monochromatic Colors of #EA9895
Black with #EA9895
Text Example
Text Example
White with #EA9895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9895; }
p { color: rgb(234,152,149); }
H1.HeaderClassName
{
color: #EA9895;
}
.AnyTagClassName
{
color: #EA9895;
}
</style>
background-color css
<style>
a { background-color: #EA9895; }
a { background-color: rgb(234,152,149); }
div.DivClassName
{
background-color: #EA9895;
}
.BgClassName
{
background-color: #EA9895;
}
</style>
border-color css
<style>
span { border-color: #EA9895; }
span { border-color: rgb(234,152,149); }
td.TdClassName
{
border-color: #EA9895;
}
.TagClassName
{
border-color: #EA9895;
}
</style>