Shades of Dark Pink #E35F81
Tints of Dark Pink #E35F81
RGB
CMYK
RGB Variations
Color information
#E35F81 (or 0xE35F81) is known color: Dark Pink. HEX triplet: E3, 5F and 81. RGB value is (227,95,129). Sum of RGB (Red+Green+Blue) = 227+95+129=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35F81 is #1CA07E. Grayscale: #8A8A8A. Windows color (decimal): -1876095 or 8478691. OLE color: 8478691.
HSL color Cylindrical-coordinate representation of color #E35F81: hue angle of 344.55º 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 #E35F81 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 129 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.11 |
| HSL | 344.55º | 0.7% | 0.63% | - |
| HSV(B) | 344.55º | 0.58% | 0.89% | - |
| XYZ | 39.73 | 26.1 | 23.71 | - |
| YUV | 138.34 | 122.73 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 129 | 0 | 0.58 | 0.43 | 0.11 | 344.55 | 0.7 | 0.63 |
| Hex | E3 | 5F | 81 | 0 | 3A | 2B | B | 159 | 46 | 3F |
| Octal | 343 | 137 | 201 | 0 | 72 | 53 | 13 | 531 | 106 | 77 |
| Binary | 11100011 | 1011111 | 10000001 | 0 | 111010 | 101011 | 1011 | 101011001 | 1000110 | 111111 |
Color Harmonies of #E35F81
Complementary color
Monochromatic Colors of #E35F81
Black with #E35F81
Text Example
Text Example
White with #E35F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F81; }
p { color: rgb(227,95,129); }
H1.HeaderClassName
{
color: #E35F81;
}
.AnyTagClassName
{
color: #E35F81;
}
</style>
background-color css
<style>
a { background-color: #E35F81; }
a { background-color: rgb(227,95,129); }
div.DivClassName
{
background-color: #E35F81;
}
.BgClassName
{
background-color: #E35F81;
}
</style>
border-color css
<style>
span { border-color: #E35F81; }
span { border-color: rgb(227,95,129); }
td.TdClassName
{
border-color: #E35F81;
}
.TagClassName
{
border-color: #E35F81;
}
</style>