Shades of Dark Pink #E3547C
Tints of Dark Pink #E3547C
RGB
CMYK
RGB Variations
Color information
#E3547C (or 0xE3547C) is known color: Dark Pink. HEX triplet: E3, 54 and 7C. RGB value is (227,84,124). Sum of RGB (Red+Green+Blue) = 227+84+124=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E3547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3547C is #1CAB83. Grayscale: #838383. Windows color (decimal): -1878916 or 8148195. OLE color: 8148195.
HSL color Cylindrical-coordinate representation of color #E3547C: hue angle of 343.22º 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 #E3547C is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 84 | 124 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.11 |
| HSL | 343.22º | 0.72% | 0.61% | - |
| HSV(B) | 343.22º | 0.63% | 0.89% | - |
| XYZ | 38.49 | 24.13 | 21.7 | - |
| YUV | 131.32 | 123.88 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 84 | 124 | 0 | 0.63 | 0.45 | 0.11 | 343.22 | 0.72 | 0.61 |
| Hex | E3 | 54 | 7C | 0 | 3F | 2D | B | 157 | 48 | 3D |
| Octal | 343 | 124 | 174 | 0 | 77 | 55 | 13 | 527 | 110 | 75 |
| Binary | 11100011 | 1010100 | 1111100 | 0 | 111111 | 101101 | 1011 | 101010111 | 1001000 | 111101 |
Color Harmonies of #E3547C
Complementary color
Monochromatic Colors of #E3547C
Black with #E3547C
Text Example
Text Example
White with #E3547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3547C; }
p { color: rgb(227,84,124); }
H1.HeaderClassName
{
color: #E3547C;
}
.AnyTagClassName
{
color: #E3547C;
}
</style>
background-color css
<style>
a { background-color: #E3547C; }
a { background-color: rgb(227,84,124); }
div.DivClassName
{
background-color: #E3547C;
}
.BgClassName
{
background-color: #E3547C;
}
</style>
border-color css
<style>
span { border-color: #E3547C; }
span { border-color: rgb(227,84,124); }
td.TdClassName
{
border-color: #E3547C;
}
.TagClassName
{
border-color: #E3547C;
}
</style>