Shades of Dark Pink #EA518B
Tints of Dark Pink #EA518B
RGB
CMYK
RGB Variations
Color information
#EA518B (or 0xEA518B) is known color: Dark Pink. HEX triplet: EA, 51 and 8B. RGB value is (234,81,139). Sum of RGB (Red+Green+Blue) = 234+81+139=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA518B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA518B is #15AE74. Grayscale: #858585. Windows color (decimal): -1420917 or 9130474. OLE color: 9130474.
HSL color Cylindrical-coordinate representation of color #EA518B: hue angle of 337.25º 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 #EA518B is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 139 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.08 |
| HSL | 337.25º | 0.78% | 0.62% | - |
| HSV(B) | 337.25º | 0.65% | 0.92% | - |
| XYZ | 41.53 | 25.24 | 27.11 | - |
| YUV | 133.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 139 | 0 | 0.65 | 0.41 | 0.08 | 337.25 | 0.78 | 0.62 |
| Hex | EA | 51 | 8B | 0 | 41 | 29 | 8 | 151 | 4E | 3E |
| Octal | 352 | 121 | 213 | 0 | 101 | 51 | 10 | 521 | 116 | 76 |
| Binary | 11101010 | 1010001 | 10001011 | 0 | 1000001 | 101001 | 1000 | 101010001 | 1001110 | 111110 |
Color Harmonies of #EA518B
Complementary color
Monochromatic Colors of #EA518B
Black with #EA518B
Text Example
Text Example
White with #EA518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA518B; }
p { color: rgb(234,81,139); }
H1.HeaderClassName
{
color: #EA518B;
}
.AnyTagClassName
{
color: #EA518B;
}
</style>
background-color css
<style>
a { background-color: #EA518B; }
a { background-color: rgb(234,81,139); }
div.DivClassName
{
background-color: #EA518B;
}
.BgClassName
{
background-color: #EA518B;
}
</style>
border-color css
<style>
span { border-color: #EA518B; }
span { border-color: rgb(234,81,139); }
td.TdClassName
{
border-color: #EA518B;
}
.TagClassName
{
border-color: #EA518B;
}
</style>