Shades of Dark Pink #E34B8C
Tints of Dark Pink #E34B8C
RGB
CMYK
RGB Variations
Color information
#E34B8C (or 0xE34B8C) is known color: Dark Pink. HEX triplet: E3, 4B and 8C. RGB value is (227,75,140). Sum of RGB (Red+Green+Blue) = 227+75+140=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E34B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34B8C is #1CB473. Grayscale: #7F7F7F. Windows color (decimal): -1881204 or 9194467. OLE color: 9194467.
HSL color Cylindrical-coordinate representation of color #E34B8C: hue angle of 334.34º 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 #E34B8C is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 75 | 140 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.11 |
| HSL | 334.34º | 0.73% | 0.59% | - |
| HSV(B) | 334.34º | 0.67% | 0.89% | - |
| XYZ | 38.93 | 23.26 | 27.25 | - |
| YUV | 127.86 | 134.86 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 75 | 140 | 0 | 0.67 | 0.38 | 0.11 | 334.34 | 0.73 | 0.59 |
| Hex | E3 | 4B | 8C | 0 | 43 | 26 | B | 14E | 49 | 3B |
| Octal | 343 | 113 | 214 | 0 | 103 | 46 | 13 | 516 | 111 | 73 |
| Binary | 11100011 | 1001011 | 10001100 | 0 | 1000011 | 100110 | 1011 | 101001110 | 1001001 | 111011 |
Color Harmonies of #E34B8C
Complementary color
Monochromatic Colors of #E34B8C
Black with #E34B8C
Text Example
Text Example
White with #E34B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34B8C; }
p { color: rgb(227,75,140); }
H1.HeaderClassName
{
color: #E34B8C;
}
.AnyTagClassName
{
color: #E34B8C;
}
</style>
background-color css
<style>
a { background-color: #E34B8C; }
a { background-color: rgb(227,75,140); }
div.DivClassName
{
background-color: #E34B8C;
}
.BgClassName
{
background-color: #E34B8C;
}
</style>
border-color css
<style>
span { border-color: #E34B8C; }
span { border-color: rgb(227,75,140); }
td.TdClassName
{
border-color: #E34B8C;
}
.TagClassName
{
border-color: #E34B8C;
}
</style>