Shades of Sweet Pink #E59595
Tints of Sweet Pink #E59595
RGB
CMYK
RGB Variations
Color information
#E59595 (or 0xE59595) is known color: Sweet Pink. HEX triplet: E5, 95 and 95. RGB value is (229,149,149). Sum of RGB (Red+Green+Blue) = 229+149+149=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E59595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59595 is #1A6A6A. Grayscale: #ADADAD. Windows color (decimal): -1731179 or 9803237. OLE color: 9803237.
HSL color Cylindrical-coordinate representation of color #E59595: hue angle of 0º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E59595 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 149 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.10 |
| HSL | 0º | 0.61% | 0.74% | - |
| HSV(B) | 0º | 0.35% | 0.9% | - |
| XYZ | 48.49 | 40.32 | 33.66 | - |
| YUV | 172.92 | 114.5 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 149 | 0 | 0.35 | 0.35 | 0.10 | 0 | 0.61 | 0.74 |
| Hex | E5 | 95 | 95 | 0 | 23 | 23 | A | 0 | 3D | 4A |
| Octal | 345 | 225 | 225 | 0 | 43 | 43 | 12 | 0 | 75 | 112 |
| Binary | 11100101 | 10010101 | 10010101 | 0 | 100011 | 100011 | 1010 | 0 | 111101 | 1001010 |
Color Harmonies of #E59595
Complementary color
Monochromatic Colors of #E59595
Black with #E59595
Text Example
Text Example
White with #E59595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59595; }
p { color: rgb(229,149,149); }
H1.HeaderClassName
{
color: #E59595;
}
.AnyTagClassName
{
color: #E59595;
}
</style>
background-color css
<style>
a { background-color: #E59595; }
a { background-color: rgb(229,149,149); }
div.DivClassName
{
background-color: #E59595;
}
.BgClassName
{
background-color: #E59595;
}
</style>
border-color css
<style>
span { border-color: #E59595; }
span { border-color: rgb(229,149,149); }
td.TdClassName
{
border-color: #E59595;
}
.TagClassName
{
border-color: #E59595;
}
</style>