Shades of Dark Pink #E34C7D
Tints of Dark Pink #E34C7D
RGB
CMYK
RGB Variations
Color information
#E34C7D (or 0xE34C7D) is known color: Dark Pink. HEX triplet: E3, 4C and 7D. RGB value is (227,76,125). Sum of RGB (Red+Green+Blue) = 227+76+125=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34C7D is #1CB382. Grayscale: #7E7E7E. Windows color (decimal): -1880963 or 8211683. OLE color: 8211683.
HSL color Cylindrical-coordinate representation of color #E34C7D: hue angle of 340.53º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34C7D is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 125 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.11 |
| HSL | 340.53º | 0.73% | 0.59% | - |
| HSV(B) | 340.53º | 0.67% | 0.89% | - |
| XYZ | 37.96 | 22.98 | 21.84 | - |
| YUV | 126.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 125 | 0 | 0.67 | 0.45 | 0.11 | 340.53 | 0.73 | 0.59 |
| Hex | E3 | 4C | 7D | 0 | 43 | 2D | B | 155 | 49 | 3B |
| Octal | 343 | 114 | 175 | 0 | 103 | 55 | 13 | 525 | 111 | 73 |
| Binary | 11100011 | 1001100 | 1111101 | 0 | 1000011 | 101101 | 1011 | 101010101 | 1001001 | 111011 |
Color Harmonies of #E34C7D
Complementary color
Monochromatic Colors of #E34C7D
Black with #E34C7D
Text Example
Text Example
White with #E34C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34C7D; }
p { color: rgb(227,76,125); }
H1.HeaderClassName
{
color: #E34C7D;
}
.AnyTagClassName
{
color: #E34C7D;
}
</style>
background-color css
<style>
a { background-color: #E34C7D; }
a { background-color: rgb(227,76,125); }
div.DivClassName
{
background-color: #E34C7D;
}
.BgClassName
{
background-color: #E34C7D;
}
</style>
border-color css
<style>
span { border-color: #E34C7D; }
span { border-color: rgb(227,76,125); }
td.TdClassName
{
border-color: #E34C7D;
}
.TagClassName
{
border-color: #E34C7D;
}
</style>