Shades of Dark Pink #E34A8B
Tints of Dark Pink #E34A8B
RGB
CMYK
RGB Variations
Color information
#E34A8B (or 0xE34A8B) is known color: Dark Pink. HEX triplet: E3, 4A and 8B. RGB value is (227,74,139). Sum of RGB (Red+Green+Blue) = 227+74+139=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34A8B is #1CB574. Grayscale: #7F7F7F. Windows color (decimal): -1881461 or 9128675. OLE color: 9128675.
HSL color Cylindrical-coordinate representation of color #E34A8B: hue angle of 334.51º 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 #E34A8B is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 139 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.11 |
| HSL | 334.51º | 0.73% | 0.59% | - |
| HSV(B) | 334.51º | 0.67% | 0.89% | - |
| XYZ | 38.79 | 23.09 | 26.84 | - |
| YUV | 127.16 | 134.69 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 139 | 0 | 0.67 | 0.39 | 0.11 | 334.51 | 0.73 | 0.59 |
| Hex | E3 | 4A | 8B | 0 | 43 | 27 | B | 14F | 49 | 3B |
| Octal | 343 | 112 | 213 | 0 | 103 | 47 | 13 | 517 | 111 | 73 |
| Binary | 11100011 | 1001010 | 10001011 | 0 | 1000011 | 100111 | 1011 | 101001111 | 1001001 | 111011 |
Color Harmonies of #E34A8B
Complementary color
Monochromatic Colors of #E34A8B
Black with #E34A8B
Text Example
Text Example
White with #E34A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34A8B; }
p { color: rgb(227,74,139); }
H1.HeaderClassName
{
color: #E34A8B;
}
.AnyTagClassName
{
color: #E34A8B;
}
</style>
background-color css
<style>
a { background-color: #E34A8B; }
a { background-color: rgb(227,74,139); }
div.DivClassName
{
background-color: #E34A8B;
}
.BgClassName
{
background-color: #E34A8B;
}
</style>
border-color css
<style>
span { border-color: #E34A8B; }
span { border-color: rgb(227,74,139); }
td.TdClassName
{
border-color: #E34A8B;
}
.TagClassName
{
border-color: #E34A8B;
}
</style>