Shades of Dark Pink #E3497F
Tints of Dark Pink #E3497F
RGB
CMYK
RGB Variations
Color information
#E3497F (or 0xE3497F) is known color: Dark Pink. HEX triplet: E3, 49 and 7F. RGB value is (227,73,127). Sum of RGB (Red+Green+Blue) = 227+73+127=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E3497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3497F is #1CB680. Grayscale: #7D7D7D. Windows color (decimal): -1881729 or 8341987. OLE color: 8341987.
HSL color Cylindrical-coordinate representation of color #E3497F: hue angle of 338.96º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E3497F is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 73 | 127 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.11 |
| HSL | 338.96º | 0.73% | 0.59% | - |
| HSV(B) | 338.96º | 0.68% | 0.89% | - |
| XYZ | 37.89 | 22.63 | 22.45 | - |
| YUV | 125.2 | 129.02 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 127 | 0 | 0.68 | 0.44 | 0.11 | 338.96 | 0.73 | 0.59 |
| Hex | E3 | 49 | 7F | 0 | 44 | 2C | B | 153 | 49 | 3B |
| Octal | 343 | 111 | 177 | 0 | 104 | 54 | 13 | 523 | 111 | 73 |
| Binary | 11100011 | 1001001 | 1111111 | 0 | 1000100 | 101100 | 1011 | 101010011 | 1001001 | 111011 |
Color Harmonies of #E3497F
Complementary color
Monochromatic Colors of #E3497F
Black with #E3497F
Text Example
Text Example
White with #E3497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3497F; }
p { color: rgb(227,73,127); }
H1.HeaderClassName
{
color: #E3497F;
}
.AnyTagClassName
{
color: #E3497F;
}
</style>
background-color css
<style>
a { background-color: #E3497F; }
a { background-color: rgb(227,73,127); }
div.DivClassName
{
background-color: #E3497F;
}
.BgClassName
{
background-color: #E3497F;
}
</style>
border-color css
<style>
span { border-color: #E3497F; }
span { border-color: rgb(227,73,127); }
td.TdClassName
{
border-color: #E3497F;
}
.TagClassName
{
border-color: #E3497F;
}
</style>