Shades of Dark Pink #E35C8E
Tints of Dark Pink #E35C8E
RGB
CMYK
RGB Variations
Color information
#E35C8E (or 0xE35C8E) is known color: Dark Pink. HEX triplet: E3, 5C and 8E. RGB value is (227,92,142). Sum of RGB (Red+Green+Blue) = 227+92+142=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35C8E is #1CA371. Grayscale: #8A8A8A. Windows color (decimal): -1876850 or 9329891. OLE color: 9329891.
HSL color Cylindrical-coordinate representation of color #E35C8E: hue angle of 337.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35C8E is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 142 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.11 |
| HSL | 337.78º | 0.71% | 0.63% | - |
| HSV(B) | 337.78º | 0.59% | 0.89% | - |
| XYZ | 40.39 | 25.94 | 28.47 | - |
| YUV | 138.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 142 | 0 | 0.59 | 0.37 | 0.11 | 337.78 | 0.71 | 0.63 |
| Hex | E3 | 5C | 8E | 0 | 3B | 25 | B | 152 | 47 | 3F |
| Octal | 343 | 134 | 216 | 0 | 73 | 45 | 13 | 522 | 107 | 77 |
| Binary | 11100011 | 1011100 | 10001110 | 0 | 111011 | 100101 | 1011 | 101010010 | 1000111 | 111111 |
Color Harmonies of #E35C8E
Complementary color
Monochromatic Colors of #E35C8E
Black with #E35C8E
Text Example
Text Example
White with #E35C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C8E; }
p { color: rgb(227,92,142); }
H1.HeaderClassName
{
color: #E35C8E;
}
.AnyTagClassName
{
color: #E35C8E;
}
</style>
background-color css
<style>
a { background-color: #E35C8E; }
a { background-color: rgb(227,92,142); }
div.DivClassName
{
background-color: #E35C8E;
}
.BgClassName
{
background-color: #E35C8E;
}
</style>
border-color css
<style>
span { border-color: #E35C8E; }
span { border-color: rgb(227,92,142); }
td.TdClassName
{
border-color: #E35C8E;
}
.TagClassName
{
border-color: #E35C8E;
}
</style>