Shades of Dark Pink #E34783
Tints of Dark Pink #E34783
RGB
CMYK
RGB Variations
Color information
#E34783 (or 0xE34783) is known color: Dark Pink. HEX triplet: E3, 47 and 83. RGB value is (227,71,131). Sum of RGB (Red+Green+Blue) = 227+71+131=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E34783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34783 is #1CB87C. Grayscale: #7C7C7C. Windows color (decimal): -1882237 or 8603619. OLE color: 8603619.
HSL color Cylindrical-coordinate representation of color #E34783: hue angle of 336.92º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E34783 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 71 | 131 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.11 |
| HSL | 336.92º | 0.74% | 0.58% | - |
| HSV(B) | 336.92º | 0.69% | 0.89% | - |
| XYZ | 38.03 | 22.48 | 23.81 | - |
| YUV | 124.48 | 131.68 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 71 | 131 | 0 | 0.69 | 0.42 | 0.11 | 336.92 | 0.74 | 0.58 |
| Hex | E3 | 47 | 83 | 0 | 45 | 2A | B | 151 | 4A | 3A |
| Octal | 343 | 107 | 203 | 0 | 105 | 52 | 13 | 521 | 112 | 72 |
| Binary | 11100011 | 1000111 | 10000011 | 0 | 1000101 | 101010 | 1011 | 101010001 | 1001010 | 111010 |
Color Harmonies of #E34783
Complementary color
Monochromatic Colors of #E34783
Black with #E34783
Text Example
Text Example
White with #E34783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34783; }
p { color: rgb(227,71,131); }
H1.HeaderClassName
{
color: #E34783;
}
.AnyTagClassName
{
color: #E34783;
}
</style>
background-color css
<style>
a { background-color: #E34783; }
a { background-color: rgb(227,71,131); }
div.DivClassName
{
background-color: #E34783;
}
.BgClassName
{
background-color: #E34783;
}
</style>
border-color css
<style>
span { border-color: #E34783; }
span { border-color: rgb(227,71,131); }
td.TdClassName
{
border-color: #E34783;
}
.TagClassName
{
border-color: #E34783;
}
</style>