Shades of Dark Pink #E74683
Tints of Dark Pink #E74683
RGB
CMYK
RGB Variations
Color information
#E74683 (or 0xE74683) is known color: Dark Pink. HEX triplet: E7, 46 and 83. RGB value is (231,70,131). Sum of RGB (Red+Green+Blue) = 231+70+131=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E74683 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74683 is #18B97C. Grayscale: #7D7D7D. Windows color (decimal): -1620349 or 8603367. OLE color: 8603367.
HSL color Cylindrical-coordinate representation of color #E74683: hue angle of 337.27º 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 #E74683 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 131 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.09 |
| HSL | 337.27º | 0.77% | 0.59% | - |
| HSV(B) | 337.27º | 0.7% | 0.91% | - |
| XYZ | 39.24 | 23.01 | 23.85 | - |
| YUV | 125.09 | 131.34 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 131 | 0 | 0.70 | 0.43 | 0.09 | 337.27 | 0.77 | 0.59 |
| Hex | E7 | 46 | 83 | 0 | 46 | 2B | 9 | 151 | 4D | 3B |
| Octal | 347 | 106 | 203 | 0 | 106 | 53 | 11 | 521 | 115 | 73 |
| Binary | 11100111 | 1000110 | 10000011 | 0 | 1000110 | 101011 | 1001 | 101010001 | 1001101 | 111011 |
Color Harmonies of #E74683
Complementary color
Monochromatic Colors of #E74683
Black with #E74683
Text Example
Text Example
White with #E74683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74683; }
p { color: rgb(231,70,131); }
H1.HeaderClassName
{
color: #E74683;
}
.AnyTagClassName
{
color: #E74683;
}
</style>
background-color css
<style>
a { background-color: #E74683; }
a { background-color: rgb(231,70,131); }
div.DivClassName
{
background-color: #E74683;
}
.BgClassName
{
background-color: #E74683;
}
</style>
border-color css
<style>
span { border-color: #E74683; }
span { border-color: rgb(231,70,131); }
td.TdClassName
{
border-color: #E74683;
}
.TagClassName
{
border-color: #E74683;
}
</style>