Shades of Dark Pink #E35F84
Tints of Dark Pink #E35F84
RGB
CMYK
RGB Variations
Color information
#E35F84 (or 0xE35F84) is known color: Dark Pink. HEX triplet: E3, 5F and 84. RGB value is (227,95,132). Sum of RGB (Red+Green+Blue) = 227+95+132=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35F84 is #1CA07B. Grayscale: #8A8A8A. Windows color (decimal): -1876092 or 8675299. OLE color: 8675299.
HSL color Cylindrical-coordinate representation of color #E35F84: hue angle of 343.18º 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 #E35F84 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 132 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.11 |
| HSL | 343.18º | 0.7% | 0.63% | - |
| HSV(B) | 343.18º | 0.58% | 0.89% | - |
| XYZ | 39.94 | 26.18 | 24.78 | - |
| YUV | 138.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 132 | 0 | 0.58 | 0.42 | 0.11 | 343.18 | 0.7 | 0.63 |
| Hex | E3 | 5F | 84 | 0 | 3A | 2A | B | 157 | 46 | 3F |
| Octal | 343 | 137 | 204 | 0 | 72 | 52 | 13 | 527 | 106 | 77 |
| Binary | 11100011 | 1011111 | 10000100 | 0 | 111010 | 101010 | 1011 | 101010111 | 1000110 | 111111 |
Color Harmonies of #E35F84
Complementary color
Monochromatic Colors of #E35F84
Black with #E35F84
Text Example
Text Example
White with #E35F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F84; }
p { color: rgb(227,95,132); }
H1.HeaderClassName
{
color: #E35F84;
}
.AnyTagClassName
{
color: #E35F84;
}
</style>
background-color css
<style>
a { background-color: #E35F84; }
a { background-color: rgb(227,95,132); }
div.DivClassName
{
background-color: #E35F84;
}
.BgClassName
{
background-color: #E35F84;
}
</style>
border-color css
<style>
span { border-color: #E35F84; }
span { border-color: rgb(227,95,132); }
td.TdClassName
{
border-color: #E35F84;
}
.TagClassName
{
border-color: #E35F84;
}
</style>