Shades of Dark Pink #EA5378
Tints of Dark Pink #EA5378
RGB
CMYK
RGB Variations
Color information
#EA5378 (or 0xEA5378) is known color: Dark Pink. HEX triplet: EA, 53 and 78. RGB value is (234,83,120). Sum of RGB (Red+Green+Blue) = 234+83+120=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5378 is #15AC87. Grayscale: #848484. Windows color (decimal): -1420424 or 7885802. OLE color: 7885802.
HSL color Cylindrical-coordinate representation of color #EA5378: hue angle of 345.3º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA5378 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 83 | 120 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.08 |
| HSL | 345.3º | 0.78% | 0.62% | - |
| HSV(B) | 345.3º | 0.65% | 0.92% | - |
| XYZ | 40.42 | 25.04 | 20.47 | - |
| YUV | 132.37 | 121.03 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 83 | 120 | 0 | 0.65 | 0.49 | 0.08 | 345.3 | 0.78 | 0.62 |
| Hex | EA | 53 | 78 | 0 | 41 | 31 | 8 | 159 | 4E | 3E |
| Octal | 352 | 123 | 170 | 0 | 101 | 61 | 10 | 531 | 116 | 76 |
| Binary | 11101010 | 1010011 | 1111000 | 0 | 1000001 | 110001 | 1000 | 101011001 | 1001110 | 111110 |
Color Harmonies of #EA5378
Complementary color
Monochromatic Colors of #EA5378
Black with #EA5378
Text Example
Text Example
White with #EA5378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5378; }
p { color: rgb(234,83,120); }
H1.HeaderClassName
{
color: #EA5378;
}
.AnyTagClassName
{
color: #EA5378;
}
</style>
background-color css
<style>
a { background-color: #EA5378; }
a { background-color: rgb(234,83,120); }
div.DivClassName
{
background-color: #EA5378;
}
.BgClassName
{
background-color: #EA5378;
}
</style>
border-color css
<style>
span { border-color: #EA5378; }
span { border-color: rgb(234,83,120); }
td.TdClassName
{
border-color: #EA5378;
}
.TagClassName
{
border-color: #EA5378;
}
</style>