Shades of Dark Pink #E35A8E
Tints of Dark Pink #E35A8E
RGB
CMYK
RGB Variations
Color information
#E35A8E (or 0xE35A8E) is known color: Dark Pink. HEX triplet: E3, 5A and 8E. RGB value is (227,90,142). Sum of RGB (Red+Green+Blue) = 227+90+142=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35A8E is #1CA571. Grayscale: #888888. Windows color (decimal): -1877362 or 9329379. OLE color: 9329379.
HSL color Cylindrical-coordinate representation of color #E35A8E: hue angle of 337.23º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35A8E is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 142 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.11 |
| HSL | 337.23º | 0.71% | 0.62% | - |
| HSV(B) | 337.23º | 0.6% | 0.89% | - |
| XYZ | 40.22 | 25.6 | 28.41 | - |
| YUV | 136.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 142 | 0 | 0.60 | 0.37 | 0.11 | 337.23 | 0.71 | 0.62 |
| Hex | E3 | 5A | 8E | 0 | 3C | 25 | B | 151 | 47 | 3E |
| Octal | 343 | 132 | 216 | 0 | 74 | 45 | 13 | 521 | 107 | 76 |
| Binary | 11100011 | 1011010 | 10001110 | 0 | 111100 | 100101 | 1011 | 101010001 | 1000111 | 111110 |
Color Harmonies of #E35A8E
Complementary color
Monochromatic Colors of #E35A8E
Black with #E35A8E
Text Example
Text Example
White with #E35A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A8E; }
p { color: rgb(227,90,142); }
H1.HeaderClassName
{
color: #E35A8E;
}
.AnyTagClassName
{
color: #E35A8E;
}
</style>
background-color css
<style>
a { background-color: #E35A8E; }
a { background-color: rgb(227,90,142); }
div.DivClassName
{
background-color: #E35A8E;
}
.BgClassName
{
background-color: #E35A8E;
}
</style>
border-color css
<style>
span { border-color: #E35A8E; }
span { border-color: rgb(227,90,142); }
td.TdClassName
{
border-color: #E35A8E;
}
.TagClassName
{
border-color: #E35A8E;
}
</style>