Shades of Dark Pink #E35F89
Tints of Dark Pink #E35F89
RGB
CMYK
RGB Variations
Color information
#E35F89 (or 0xE35F89) is known color: Dark Pink. HEX triplet: E3, 5F and 89. RGB value is (227,95,137). Sum of RGB (Red+Green+Blue) = 227+95+137=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35F89 is #1CA076. Grayscale: #8B8B8B. Windows color (decimal): -1876087 or 9002979. OLE color: 9002979.
HSL color Cylindrical-coordinate representation of color #E35F89: hue angle of 340.91º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E35F89 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 137 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.11 |
| HSL | 340.91º | 0.7% | 0.63% | - |
| HSV(B) | 340.91º | 0.58% | 0.89% | - |
| XYZ | 40.29 | 26.32 | 26.62 | - |
| YUV | 139.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 137 | 0 | 0.58 | 0.40 | 0.11 | 340.91 | 0.7 | 0.63 |
| Hex | E3 | 5F | 89 | 0 | 3A | 28 | B | 155 | 46 | 3F |
| Octal | 343 | 137 | 211 | 0 | 72 | 50 | 13 | 525 | 106 | 77 |
| Binary | 11100011 | 1011111 | 10001001 | 0 | 111010 | 101000 | 1011 | 101010101 | 1000110 | 111111 |
Color Harmonies of #E35F89
Complementary color
Monochromatic Colors of #E35F89
Black with #E35F89
Text Example
Text Example
White with #E35F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F89; }
p { color: rgb(227,95,137); }
H1.HeaderClassName
{
color: #E35F89;
}
.AnyTagClassName
{
color: #E35F89;
}
</style>
background-color css
<style>
a { background-color: #E35F89; }
a { background-color: rgb(227,95,137); }
div.DivClassName
{
background-color: #E35F89;
}
.BgClassName
{
background-color: #E35F89;
}
</style>
border-color css
<style>
span { border-color: #E35F89; }
span { border-color: rgb(227,95,137); }
td.TdClassName
{
border-color: #E35F89;
}
.TagClassName
{
border-color: #E35F89;
}
</style>