Shades of Dark Pink #EA4C85
Tints of Dark Pink #EA4C85
RGB
CMYK
RGB Variations
Color information
#EA4C85 (or 0xEA4C85) is known color: Dark Pink. HEX triplet: EA, 4C and 85. RGB value is (234,76,133). Sum of RGB (Red+Green+Blue) = 234+76+133=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4C85 is #15B37A. Grayscale: #818181. Windows color (decimal): -1422203 or 8735978. OLE color: 8735978.
HSL color Cylindrical-coordinate representation of color #EA4C85: hue angle of 338.35º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4C85 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 76 | 133 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.08 |
| HSL | 338.35º | 0.79% | 0.61% | - |
| HSV(B) | 338.35º | 0.68% | 0.92% | - |
| XYZ | 40.75 | 24.35 | 24.74 | - |
| YUV | 129.74 | 129.85 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 76 | 133 | 0 | 0.68 | 0.43 | 0.08 | 338.35 | 0.79 | 0.61 |
| Hex | EA | 4C | 85 | 0 | 44 | 2B | 8 | 152 | 4F | 3D |
| Octal | 352 | 114 | 205 | 0 | 104 | 53 | 10 | 522 | 117 | 75 |
| Binary | 11101010 | 1001100 | 10000101 | 0 | 1000100 | 101011 | 1000 | 101010010 | 1001111 | 111101 |
Color Harmonies of #EA4C85
Complementary color
Monochromatic Colors of #EA4C85
Black with #EA4C85
Text Example
Text Example
White with #EA4C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4C85; }
p { color: rgb(234,76,133); }
H1.HeaderClassName
{
color: #EA4C85;
}
.AnyTagClassName
{
color: #EA4C85;
}
</style>
background-color css
<style>
a { background-color: #EA4C85; }
a { background-color: rgb(234,76,133); }
div.DivClassName
{
background-color: #EA4C85;
}
.BgClassName
{
background-color: #EA4C85;
}
</style>
border-color css
<style>
span { border-color: #EA4C85; }
span { border-color: rgb(234,76,133); }
td.TdClassName
{
border-color: #EA4C85;
}
.TagClassName
{
border-color: #EA4C85;
}
</style>