Shades of Dark Pink #E34483
Tints of Dark Pink #E34483
RGB
CMYK
RGB Variations
Color information
#E34483 (or 0xE34483) is known color: Dark Pink. HEX triplet: E3, 44 and 83. RGB value is (227,68,131). Sum of RGB (Red+Green+Blue) = 227+68+131=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E34483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34483 is #1CBB7C. Grayscale: #7A7A7A. Windows color (decimal): -1883005 or 8602851. OLE color: 8602851.
HSL color Cylindrical-coordinate representation of color #E34483: hue angle of 336.23º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34483 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 131 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.11 |
| HSL | 336.23º | 0.74% | 0.58% | - |
| HSV(B) | 336.23º | 0.7% | 0.89% | - |
| XYZ | 37.84 | 22.1 | 23.74 | - |
| YUV | 122.72 | 132.68 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 131 | 0 | 0.70 | 0.42 | 0.11 | 336.23 | 0.74 | 0.58 |
| Hex | E3 | 44 | 83 | 0 | 46 | 2A | B | 150 | 4A | 3A |
| Octal | 343 | 104 | 203 | 0 | 106 | 52 | 13 | 520 | 112 | 72 |
| Binary | 11100011 | 1000100 | 10000011 | 0 | 1000110 | 101010 | 1011 | 101010000 | 1001010 | 111010 |
Color Harmonies of #E34483
Complementary color
Monochromatic Colors of #E34483
Black with #E34483
Text Example
Text Example
White with #E34483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34483; }
p { color: rgb(227,68,131); }
H1.HeaderClassName
{
color: #E34483;
}
.AnyTagClassName
{
color: #E34483;
}
</style>
background-color css
<style>
a { background-color: #E34483; }
a { background-color: rgb(227,68,131); }
div.DivClassName
{
background-color: #E34483;
}
.BgClassName
{
background-color: #E34483;
}
</style>
border-color css
<style>
span { border-color: #E34483; }
span { border-color: rgb(227,68,131); }
td.TdClassName
{
border-color: #E34483;
}
.TagClassName
{
border-color: #E34483;
}
</style>