Shades of Dark Pink #E34C8B
Tints of Dark Pink #E34C8B
RGB
CMYK
RGB Variations
Color information
#E34C8B (or 0xE34C8B) is known color: Dark Pink. HEX triplet: E3, 4C and 8B. RGB value is (227,76,139). Sum of RGB (Red+Green+Blue) = 227+76+139=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34C8B is #1CB374. Grayscale: #808080. Windows color (decimal): -1880949 or 9129187. OLE color: 9129187.
HSL color Cylindrical-coordinate representation of color #E34C8B: hue angle of 334.97º 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 #E34C8B is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 139 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.11 |
| HSL | 334.97º | 0.73% | 0.59% | - |
| HSV(B) | 334.97º | 0.67% | 0.89% | - |
| XYZ | 38.92 | 23.36 | 26.88 | - |
| YUV | 128.33 | 134.03 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 139 | 0 | 0.67 | 0.39 | 0.11 | 334.97 | 0.73 | 0.59 |
| Hex | E3 | 4C | 8B | 0 | 43 | 27 | B | 14F | 49 | 3B |
| Octal | 343 | 114 | 213 | 0 | 103 | 47 | 13 | 517 | 111 | 73 |
| Binary | 11100011 | 1001100 | 10001011 | 0 | 1000011 | 100111 | 1011 | 101001111 | 1001001 | 111011 |
Color Harmonies of #E34C8B
Complementary color
Monochromatic Colors of #E34C8B
Black with #E34C8B
Text Example
Text Example
White with #E34C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34C8B; }
p { color: rgb(227,76,139); }
H1.HeaderClassName
{
color: #E34C8B;
}
.AnyTagClassName
{
color: #E34C8B;
}
</style>
background-color css
<style>
a { background-color: #E34C8B; }
a { background-color: rgb(227,76,139); }
div.DivClassName
{
background-color: #E34C8B;
}
.BgClassName
{
background-color: #E34C8B;
}
</style>
border-color css
<style>
span { border-color: #E34C8B; }
span { border-color: rgb(227,76,139); }
td.TdClassName
{
border-color: #E34C8B;
}
.TagClassName
{
border-color: #E34C8B;
}
</style>