Shades of Sweet Pink #EA9595
Tints of Sweet Pink #EA9595
RGB
CMYK
RGB Variations
Color information
#EA9595 (or 0xEA9595) is known color: Sweet Pink. HEX triplet: EA, 95 and 95. RGB value is (234,149,149). Sum of RGB (Red+Green+Blue) = 234+149+149=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9595 is #156A6A. Grayscale: #AEAEAE. Windows color (decimal): -1403499 or 9803242. OLE color: 9803242.
HSL color Cylindrical-coordinate representation of color #EA9595: hue angle of 0º 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 #EA9595 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 149 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.08 |
| HSL | 0º | 0.67% | 0.75% | - |
| HSV(B) | 0º | 0.36% | 0.92% | - |
| XYZ | 50.1 | 41.16 | 33.74 | - |
| YUV | 174.42 | 113.66 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 149 | 0 | 0.36 | 0.36 | 0.08 | 0 | 0.67 | 0.75 |
| Hex | EA | 95 | 95 | 0 | 24 | 24 | 8 | 0 | 43 | 4B |
| Octal | 352 | 225 | 225 | 0 | 44 | 44 | 10 | 0 | 103 | 113 |
| Binary | 11101010 | 10010101 | 10010101 | 0 | 100100 | 100100 | 1000 | 0 | 1000011 | 1001011 |
Color Harmonies of #EA9595
Complementary color
Monochromatic Colors of #EA9595
Black with #EA9595
Text Example
Text Example
White with #EA9595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9595; }
p { color: rgb(234,149,149); }
H1.HeaderClassName
{
color: #EA9595;
}
.AnyTagClassName
{
color: #EA9595;
}
</style>
background-color css
<style>
a { background-color: #EA9595; }
a { background-color: rgb(234,149,149); }
div.DivClassName
{
background-color: #EA9595;
}
.BgClassName
{
background-color: #EA9595;
}
</style>
border-color css
<style>
span { border-color: #EA9595; }
span { border-color: rgb(234,149,149); }
td.TdClassName
{
border-color: #EA9595;
}
.TagClassName
{
border-color: #EA9595;
}
</style>