Shades of Dark Pink #E35F80
Tints of Dark Pink #E35F80
RGB
CMYK
RGB Variations
Color information
#E35F80 (or 0xE35F80) is known color: Dark Pink. HEX triplet: E3, 5F and 80. RGB value is (227,95,128). Sum of RGB (Red+Green+Blue) = 227+95+128=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35F80 is #1CA07F. Grayscale: #8A8A8A. Windows color (decimal): -1876096 or 8413155. OLE color: 8413155.
HSL color Cylindrical-coordinate representation of color #E35F80: hue angle of 345º 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 #E35F80 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 128 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.11 |
| HSL | 345º | 0.7% | 0.63% | - |
| HSV(B) | 345º | 0.58% | 0.89% | - |
| XYZ | 39.67 | 26.07 | 23.36 | - |
| YUV | 138.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 128 | 0 | 0.58 | 0.44 | 0.11 | 345 | 0.7 | 0.63 |
| Hex | E3 | 5F | 80 | 0 | 3A | 2C | B | 159 | 46 | 3F |
| Octal | 343 | 137 | 200 | 0 | 72 | 54 | 13 | 531 | 106 | 77 |
| Binary | 11100011 | 1011111 | 10000000 | 0 | 111010 | 101100 | 1011 | 101011001 | 1000110 | 111111 |
Color Harmonies of #E35F80
Complementary color
Monochromatic Colors of #E35F80
Black with #E35F80
Text Example
Text Example
White with #E35F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F80; }
p { color: rgb(227,95,128); }
H1.HeaderClassName
{
color: #E35F80;
}
.AnyTagClassName
{
color: #E35F80;
}
</style>
background-color css
<style>
a { background-color: #E35F80; }
a { background-color: rgb(227,95,128); }
div.DivClassName
{
background-color: #E35F80;
}
.BgClassName
{
background-color: #E35F80;
}
</style>
border-color css
<style>
span { border-color: #E35F80; }
span { border-color: rgb(227,95,128); }
td.TdClassName
{
border-color: #E35F80;
}
.TagClassName
{
border-color: #E35F80;
}
</style>