Shades of Dark Pink #EA5484
Tints of Dark Pink #EA5484
RGB
CMYK
RGB Variations
Color information
#EA5484 (or 0xEA5484) is known color: Dark Pink. HEX triplet: EA, 54 and 84. RGB value is (234,84,132). Sum of RGB (Red+Green+Blue) = 234+84+132=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5484 is #15AB7B. Grayscale: #868686. Windows color (decimal): -1420156 or 8672490. OLE color: 8672490.
HSL color Cylindrical-coordinate representation of color #EA5484: hue angle of 340.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5484 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 132 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.08 |
| HSL | 340.8º | 0.78% | 0.62% | - |
| HSV(B) | 340.8º | 0.64% | 0.92% | - |
| XYZ | 41.27 | 25.5 | 24.58 | - |
| YUV | 134.32 | 126.7 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 132 | 0 | 0.64 | 0.44 | 0.08 | 340.8 | 0.78 | 0.62 |
| Hex | EA | 54 | 84 | 0 | 40 | 2C | 8 | 155 | 4E | 3E |
| Octal | 352 | 124 | 204 | 0 | 100 | 54 | 10 | 525 | 116 | 76 |
| Binary | 11101010 | 1010100 | 10000100 | 0 | 1000000 | 101100 | 1000 | 101010101 | 1001110 | 111110 |
Color Harmonies of #EA5484
Complementary color
Monochromatic Colors of #EA5484
Black with #EA5484
Text Example
Text Example
White with #EA5484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5484; }
p { color: rgb(234,84,132); }
H1.HeaderClassName
{
color: #EA5484;
}
.AnyTagClassName
{
color: #EA5484;
}
</style>
background-color css
<style>
a { background-color: #EA5484; }
a { background-color: rgb(234,84,132); }
div.DivClassName
{
background-color: #EA5484;
}
.BgClassName
{
background-color: #EA5484;
}
</style>
border-color css
<style>
span { border-color: #EA5484; }
span { border-color: rgb(234,84,132); }
td.TdClassName
{
border-color: #EA5484;
}
.TagClassName
{
border-color: #EA5484;
}
</style>