Shades of Dark Pink #E35A8D
Tints of Dark Pink #E35A8D
RGB
CMYK
RGB Variations
Color information
#E35A8D (or 0xE35A8D) is known color: Dark Pink. HEX triplet: E3, 5A and 8D. RGB value is (227,90,141). Sum of RGB (Red+Green+Blue) = 227+90+141=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35A8D is #1CA572. Grayscale: #888888. Windows color (decimal): -1877363 or 9263843. OLE color: 9263843.
HSL color Cylindrical-coordinate representation of color #E35A8D: hue angle of 337.66º 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 #E35A8D is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 141 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.11 |
| HSL | 337.66º | 0.71% | 0.62% | - |
| HSV(B) | 337.66º | 0.6% | 0.89% | - |
| XYZ | 40.14 | 25.57 | 28.02 | - |
| YUV | 136.78 | 130.39 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 141 | 0 | 0.60 | 0.38 | 0.11 | 337.66 | 0.71 | 0.62 |
| Hex | E3 | 5A | 8D | 0 | 3C | 26 | B | 152 | 47 | 3E |
| Octal | 343 | 132 | 215 | 0 | 74 | 46 | 13 | 522 | 107 | 76 |
| Binary | 11100011 | 1011010 | 10001101 | 0 | 111100 | 100110 | 1011 | 101010010 | 1000111 | 111110 |
Color Harmonies of #E35A8D
Complementary color
Monochromatic Colors of #E35A8D
Black with #E35A8D
Text Example
Text Example
White with #E35A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A8D; }
p { color: rgb(227,90,141); }
H1.HeaderClassName
{
color: #E35A8D;
}
.AnyTagClassName
{
color: #E35A8D;
}
</style>
background-color css
<style>
a { background-color: #E35A8D; }
a { background-color: rgb(227,90,141); }
div.DivClassName
{
background-color: #E35A8D;
}
.BgClassName
{
background-color: #E35A8D;
}
</style>
border-color css
<style>
span { border-color: #E35A8D; }
span { border-color: rgb(227,90,141); }
td.TdClassName
{
border-color: #E35A8D;
}
.TagClassName
{
border-color: #E35A8D;
}
</style>