Shades of Dark Pink #E35F8E
Tints of Dark Pink #E35F8E
RGB
CMYK
RGB Variations
Color information
#E35F8E (or 0xE35F8E) is known color: Dark Pink. HEX triplet: E3, 5F and 8E. RGB value is (227,95,142). Sum of RGB (Red+Green+Blue) = 227+95+142=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35F8E is #1CA071. Grayscale: #8B8B8B. Windows color (decimal): -1876082 or 9330659. OLE color: 9330659.
HSL color Cylindrical-coordinate representation of color #E35F8E: hue angle of 338.64º 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 #E35F8E is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 142 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.11 |
| HSL | 338.64º | 0.7% | 0.63% | - |
| HSV(B) | 338.64º | 0.58% | 0.89% | - |
| XYZ | 40.65 | 26.47 | 28.56 | - |
| YUV | 139.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 142 | 0 | 0.58 | 0.37 | 0.11 | 338.64 | 0.7 | 0.63 |
| Hex | E3 | 5F | 8E | 0 | 3A | 25 | B | 153 | 46 | 3F |
| Octal | 343 | 137 | 216 | 0 | 72 | 45 | 13 | 523 | 106 | 77 |
| Binary | 11100011 | 1011111 | 10001110 | 0 | 111010 | 100101 | 1011 | 101010011 | 1000110 | 111111 |
Color Harmonies of #E35F8E
Complementary color
Monochromatic Colors of #E35F8E
Black with #E35F8E
Text Example
Text Example
White with #E35F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F8E; }
p { color: rgb(227,95,142); }
H1.HeaderClassName
{
color: #E35F8E;
}
.AnyTagClassName
{
color: #E35F8E;
}
</style>
background-color css
<style>
a { background-color: #E35F8E; }
a { background-color: rgb(227,95,142); }
div.DivClassName
{
background-color: #E35F8E;
}
.BgClassName
{
background-color: #E35F8E;
}
</style>
border-color css
<style>
span { border-color: #E35F8E; }
span { border-color: rgb(227,95,142); }
td.TdClassName
{
border-color: #E35F8E;
}
.TagClassName
{
border-color: #E35F8E;
}
</style>