Shades of Dark Pink #E3558E
Tints of Dark Pink #E3558E
RGB
CMYK
RGB Variations
Color information
#E3558E (or 0xE3558E) is known color: Dark Pink. HEX triplet: E3, 55 and 8E. RGB value is (227,85,142). Sum of RGB (Red+Green+Blue) = 227+85+142=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E3558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3558E is #1CAA71. Grayscale: #858585. Windows color (decimal): -1878642 or 9328099. OLE color: 9328099.
HSL color Cylindrical-coordinate representation of color #E3558E: hue angle of 335.92º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E3558E is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 142 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.11 |
| HSL | 335.92º | 0.72% | 0.61% | - |
| HSV(B) | 335.92º | 0.63% | 0.89% | - |
| XYZ | 39.81 | 24.78 | 28.28 | - |
| YUV | 133.96 | 132.54 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 142 | 0 | 0.63 | 0.37 | 0.11 | 335.92 | 0.72 | 0.61 |
| Hex | E3 | 55 | 8E | 0 | 3F | 25 | B | 150 | 48 | 3D |
| Octal | 343 | 125 | 216 | 0 | 77 | 45 | 13 | 520 | 110 | 75 |
| Binary | 11100011 | 1010101 | 10001110 | 0 | 111111 | 100101 | 1011 | 101010000 | 1001000 | 111101 |
Color Harmonies of #E3558E
Complementary color
Monochromatic Colors of #E3558E
Black with #E3558E
Text Example
Text Example
White with #E3558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3558E; }
p { color: rgb(227,85,142); }
H1.HeaderClassName
{
color: #E3558E;
}
.AnyTagClassName
{
color: #E3558E;
}
</style>
background-color css
<style>
a { background-color: #E3558E; }
a { background-color: rgb(227,85,142); }
div.DivClassName
{
background-color: #E3558E;
}
.BgClassName
{
background-color: #E3558E;
}
</style>
border-color css
<style>
span { border-color: #E3558E; }
span { border-color: rgb(227,85,142); }
td.TdClassName
{
border-color: #E3558E;
}
.TagClassName
{
border-color: #E3558E;
}
</style>