Shades of Dark Pink #E74583
Tints of Dark Pink #E74583
RGB
CMYK
RGB Variations
Color information
#E74583 (or 0xE74583) is known color: Dark Pink. HEX triplet: E7, 45 and 83. RGB value is (231,69,131). Sum of RGB (Red+Green+Blue) = 231+69+131=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E74583 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74583 is #18BA7C. Grayscale: #7C7C7C. Windows color (decimal): -1620605 or 8603111. OLE color: 8603111.
HSL color Cylindrical-coordinate representation of color #E74583: hue angle of 337.04º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74583 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 131 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.09 |
| HSL | 337.04º | 0.77% | 0.59% | - |
| HSV(B) | 337.04º | 0.7% | 0.91% | - |
| XYZ | 39.18 | 22.88 | 23.82 | - |
| YUV | 124.51 | 131.67 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 131 | 0 | 0.70 | 0.43 | 0.09 | 337.04 | 0.77 | 0.59 |
| Hex | E7 | 45 | 83 | 0 | 46 | 2B | 9 | 151 | 4D | 3B |
| Octal | 347 | 105 | 203 | 0 | 106 | 53 | 11 | 521 | 115 | 73 |
| Binary | 11100111 | 1000101 | 10000011 | 0 | 1000110 | 101011 | 1001 | 101010001 | 1001101 | 111011 |
Color Harmonies of #E74583
Complementary color
Monochromatic Colors of #E74583
Black with #E74583
Text Example
Text Example
White with #E74583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74583; }
p { color: rgb(231,69,131); }
H1.HeaderClassName
{
color: #E74583;
}
.AnyTagClassName
{
color: #E74583;
}
</style>
background-color css
<style>
a { background-color: #E74583; }
a { background-color: rgb(231,69,131); }
div.DivClassName
{
background-color: #E74583;
}
.BgClassName
{
background-color: #E74583;
}
</style>
border-color css
<style>
span { border-color: #E74583; }
span { border-color: rgb(231,69,131); }
td.TdClassName
{
border-color: #E74583;
}
.TagClassName
{
border-color: #E74583;
}
</style>