Shades of Dark Pink #E34B85
Tints of Dark Pink #E34B85
RGB
CMYK
RGB Variations
Color information
#E34B85 (or 0xE34B85) is known color: Dark Pink. HEX triplet: E3, 4B and 85. RGB value is (227,75,133). Sum of RGB (Red+Green+Blue) = 227+75+133=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E34B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34B85 is #1CB47A. Grayscale: #7E7E7E. Windows color (decimal): -1881211 or 8735715. OLE color: 8735715.
HSL color Cylindrical-coordinate representation of color #E34B85: hue angle of 337.11º 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 #E34B85 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 75 | 133 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.11 |
| HSL | 337.11º | 0.73% | 0.59% | - |
| HSV(B) | 337.11º | 0.67% | 0.89% | - |
| XYZ | 38.43 | 23.06 | 24.62 | - |
| YUV | 127.06 | 131.36 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 75 | 133 | 0 | 0.67 | 0.41 | 0.11 | 337.11 | 0.73 | 0.59 |
| Hex | E3 | 4B | 85 | 0 | 43 | 29 | B | 151 | 49 | 3B |
| Octal | 343 | 113 | 205 | 0 | 103 | 51 | 13 | 521 | 111 | 73 |
| Binary | 11100011 | 1001011 | 10000101 | 0 | 1000011 | 101001 | 1011 | 101010001 | 1001001 | 111011 |
Color Harmonies of #E34B85
Complementary color
Monochromatic Colors of #E34B85
Black with #E34B85
Text Example
Text Example
White with #E34B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34B85; }
p { color: rgb(227,75,133); }
H1.HeaderClassName
{
color: #E34B85;
}
.AnyTagClassName
{
color: #E34B85;
}
</style>
background-color css
<style>
a { background-color: #E34B85; }
a { background-color: rgb(227,75,133); }
div.DivClassName
{
background-color: #E34B85;
}
.BgClassName
{
background-color: #E34B85;
}
</style>
border-color css
<style>
span { border-color: #E34B85; }
span { border-color: rgb(227,75,133); }
td.TdClassName
{
border-color: #E34B85;
}
.TagClassName
{
border-color: #E34B85;
}
</style>