Shades of Dark Pink #E3547A
Tints of Dark Pink #E3547A
RGB
CMYK
RGB Variations
Color information
#E3547A (or 0xE3547A) is known color: Dark Pink. HEX triplet: E3, 54 and 7A. RGB value is (227,84,122). Sum of RGB (Red+Green+Blue) = 227+84+122=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E3547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3547A is #1CAB85. Grayscale: #838383. Windows color (decimal): -1878918 or 8017123. OLE color: 8017123.
HSL color Cylindrical-coordinate representation of color #E3547A: hue angle of 344.06º 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 #E3547A is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 84 | 122 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.11 |
| HSL | 344.06º | 0.72% | 0.61% | - |
| HSV(B) | 344.06º | 0.63% | 0.89% | - |
| XYZ | 38.36 | 24.08 | 21.04 | - |
| YUV | 131.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 84 | 122 | 0 | 0.63 | 0.46 | 0.11 | 344.06 | 0.72 | 0.61 |
| Hex | E3 | 54 | 7A | 0 | 3F | 2E | B | 158 | 48 | 3D |
| Octal | 343 | 124 | 172 | 0 | 77 | 56 | 13 | 530 | 110 | 75 |
| Binary | 11100011 | 1010100 | 1111010 | 0 | 111111 | 101110 | 1011 | 101011000 | 1001000 | 111101 |
Color Harmonies of #E3547A
Complementary color
Monochromatic Colors of #E3547A
Black with #E3547A
Text Example
Text Example
White with #E3547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3547A; }
p { color: rgb(227,84,122); }
H1.HeaderClassName
{
color: #E3547A;
}
.AnyTagClassName
{
color: #E3547A;
}
</style>
background-color css
<style>
a { background-color: #E3547A; }
a { background-color: rgb(227,84,122); }
div.DivClassName
{
background-color: #E3547A;
}
.BgClassName
{
background-color: #E3547A;
}
</style>
border-color css
<style>
span { border-color: #E3547A; }
span { border-color: rgb(227,84,122); }
td.TdClassName
{
border-color: #E3547A;
}
.TagClassName
{
border-color: #E3547A;
}
</style>