Shades of Dark Pink #EA4881
Tints of Dark Pink #EA4881
RGB
CMYK
RGB Variations
Color information
#EA4881 (or 0xEA4881) is known color: Dark Pink. HEX triplet: EA, 48 and 81. RGB value is (234,72,129). Sum of RGB (Red+Green+Blue) = 234+72+129=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4881 is #15B77E. Grayscale: #7E7E7E. Windows color (decimal): -1423231 or 8472810. OLE color: 8472810.
HSL color Cylindrical-coordinate representation of color #EA4881: hue angle of 338.89º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4881 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 129 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.08 |
| HSL | 338.89º | 0.79% | 0.6% | - |
| HSV(B) | 338.89º | 0.69% | 0.92% | - |
| XYZ | 40.21 | 23.71 | 23.23 | - |
| YUV | 126.94 | 129.17 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 129 | 0 | 0.69 | 0.45 | 0.08 | 338.89 | 0.79 | 0.6 |
| Hex | EA | 48 | 81 | 0 | 45 | 2D | 8 | 153 | 4F | 3C |
| Octal | 352 | 110 | 201 | 0 | 105 | 55 | 10 | 523 | 117 | 74 |
| Binary | 11101010 | 1001000 | 10000001 | 0 | 1000101 | 101101 | 1000 | 101010011 | 1001111 | 111100 |
Color Harmonies of #EA4881
Complementary color
Monochromatic Colors of #EA4881
Black with #EA4881
Text Example
Text Example
White with #EA4881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4881; }
p { color: rgb(234,72,129); }
H1.HeaderClassName
{
color: #EA4881;
}
.AnyTagClassName
{
color: #EA4881;
}
</style>
background-color css
<style>
a { background-color: #EA4881; }
a { background-color: rgb(234,72,129); }
div.DivClassName
{
background-color: #EA4881;
}
.BgClassName
{
background-color: #EA4881;
}
</style>
border-color css
<style>
span { border-color: #EA4881; }
span { border-color: rgb(234,72,129); }
td.TdClassName
{
border-color: #EA4881;
}
.TagClassName
{
border-color: #EA4881;
}
</style>