Shades of Dark Pink #E3547F
Tints of Dark Pink #E3547F
RGB
CMYK
RGB Variations
Color information
#E3547F (or 0xE3547F) is known color: Dark Pink. HEX triplet: E3, 54 and 7F. RGB value is (227,84,127). Sum of RGB (Red+Green+Blue) = 227+84+127=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E3547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3547F is #1CAB80. Grayscale: #838383. Windows color (decimal): -1878913 or 8344803. OLE color: 8344803.
HSL color Cylindrical-coordinate representation of color #E3547F: hue angle of 341.96º 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 #E3547F is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 84 | 127 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.11 |
| HSL | 341.96º | 0.72% | 0.61% | - |
| HSV(B) | 341.96º | 0.63% | 0.89% | - |
| XYZ | 38.68 | 24.2 | 22.71 | - |
| YUV | 131.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 84 | 127 | 0 | 0.63 | 0.44 | 0.11 | 341.96 | 0.72 | 0.61 |
| Hex | E3 | 54 | 7F | 0 | 3F | 2C | B | 156 | 48 | 3D |
| Octal | 343 | 124 | 177 | 0 | 77 | 54 | 13 | 526 | 110 | 75 |
| Binary | 11100011 | 1010100 | 1111111 | 0 | 111111 | 101100 | 1011 | 101010110 | 1001000 | 111101 |
Color Harmonies of #E3547F
Complementary color
Monochromatic Colors of #E3547F
Black with #E3547F
Text Example
Text Example
White with #E3547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3547F; }
p { color: rgb(227,84,127); }
H1.HeaderClassName
{
color: #E3547F;
}
.AnyTagClassName
{
color: #E3547F;
}
</style>
background-color css
<style>
a { background-color: #E3547F; }
a { background-color: rgb(227,84,127); }
div.DivClassName
{
background-color: #E3547F;
}
.BgClassName
{
background-color: #E3547F;
}
</style>
border-color css
<style>
span { border-color: #E3547F; }
span { border-color: rgb(227,84,127); }
td.TdClassName
{
border-color: #E3547F;
}
.TagClassName
{
border-color: #E3547F;
}
</style>