Shades of Dark Pink #E34A8A
Tints of Dark Pink #E34A8A
RGB
CMYK
RGB Variations
Color information
#E34A8A (or 0xE34A8A) is known color: Dark Pink. HEX triplet: E3, 4A and 8A. RGB value is (227,74,138). Sum of RGB (Red+Green+Blue) = 227+74+138=439 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.71% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34A8A is #1CB575. Grayscale: #7E7E7E. Windows color (decimal): -1881462 or 9063139. OLE color: 9063139.
HSL color Cylindrical-coordinate representation of color #E34A8A: hue angle of 334.9º 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 #E34A8A is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 138 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.11 |
| HSL | 334.9º | 0.73% | 0.59% | - |
| HSV(B) | 334.9º | 0.67% | 0.89% | - |
| XYZ | 38.71 | 23.06 | 26.46 | - |
| YUV | 127.04 | 134.19 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 138 | 0 | 0.67 | 0.39 | 0.11 | 334.9 | 0.73 | 0.59 |
| Hex | E3 | 4A | 8A | 0 | 43 | 27 | B | 14F | 49 | 3B |
| Octal | 343 | 112 | 212 | 0 | 103 | 47 | 13 | 517 | 111 | 73 |
| Binary | 11100011 | 1001010 | 10001010 | 0 | 1000011 | 100111 | 1011 | 101001111 | 1001001 | 111011 |
Color Harmonies of #E34A8A
Complementary color
Monochromatic Colors of #E34A8A
Black with #E34A8A
Text Example
Text Example
White with #E34A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34A8A; }
p { color: rgb(227,74,138); }
H1.HeaderClassName
{
color: #E34A8A;
}
.AnyTagClassName
{
color: #E34A8A;
}
</style>
background-color css
<style>
a { background-color: #E34A8A; }
a { background-color: rgb(227,74,138); }
div.DivClassName
{
background-color: #E34A8A;
}
.BgClassName
{
background-color: #E34A8A;
}
</style>
border-color css
<style>
span { border-color: #E34A8A; }
span { border-color: rgb(227,74,138); }
td.TdClassName
{
border-color: #E34A8A;
}
.TagClassName
{
border-color: #E34A8A;
}
</style>