Shades of Dark Pink #EA537D
Tints of Dark Pink #EA537D
RGB
CMYK
RGB Variations
Color information
#EA537D (or 0xEA537D) is known color: Dark Pink. HEX triplet: EA, 53 and 7D. RGB value is (234,83,125). Sum of RGB (Red+Green+Blue) = 234+83+125=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA537D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA537D is #15AC82. Grayscale: #848484. Windows color (decimal): -1420419 or 8213482. OLE color: 8213482.
HSL color Cylindrical-coordinate representation of color #EA537D: hue angle of 343.31º 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 #EA537D is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 83 | 125 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.08 |
| HSL | 343.31º | 0.78% | 0.62% | - |
| HSV(B) | 343.31º | 0.65% | 0.92% | - |
| XYZ | 40.73 | 25.16 | 22.11 | - |
| YUV | 132.94 | 123.53 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 83 | 125 | 0 | 0.65 | 0.47 | 0.08 | 343.31 | 0.78 | 0.62 |
| Hex | EA | 53 | 7D | 0 | 41 | 2F | 8 | 157 | 4E | 3E |
| Octal | 352 | 123 | 175 | 0 | 101 | 57 | 10 | 527 | 116 | 76 |
| Binary | 11101010 | 1010011 | 1111101 | 0 | 1000001 | 101111 | 1000 | 101010111 | 1001110 | 111110 |
Color Harmonies of #EA537D
Complementary color
Monochromatic Colors of #EA537D
Black with #EA537D
Text Example
Text Example
White with #EA537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA537D; }
p { color: rgb(234,83,125); }
H1.HeaderClassName
{
color: #EA537D;
}
.AnyTagClassName
{
color: #EA537D;
}
</style>
background-color css
<style>
a { background-color: #EA537D; }
a { background-color: rgb(234,83,125); }
div.DivClassName
{
background-color: #EA537D;
}
.BgClassName
{
background-color: #EA537D;
}
</style>
border-color css
<style>
span { border-color: #EA537D; }
span { border-color: rgb(234,83,125); }
td.TdClassName
{
border-color: #EA537D;
}
.TagClassName
{
border-color: #EA537D;
}
</style>