Shades of Dark Pink #EA558B
Tints of Dark Pink #EA558B
RGB
CMYK
RGB Variations
Color information
#EA558B (or 0xEA558B) is known color: Dark Pink. HEX triplet: EA, 55 and 8B. RGB value is (234,85,139). Sum of RGB (Red+Green+Blue) = 234+85+139=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA558B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA558B is #15AA74. Grayscale: #878787. Windows color (decimal): -1419893 or 9131498. OLE color: 9131498.
HSL color Cylindrical-coordinate representation of color #EA558B: hue angle of 338.26º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA558B is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 139 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.08 |
| HSL | 338.26º | 0.78% | 0.63% | - |
| HSV(B) | 338.26º | 0.64% | 0.92% | - |
| XYZ | 41.84 | 25.85 | 27.21 | - |
| YUV | 135.71 | 129.86 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 139 | 0 | 0.64 | 0.41 | 0.08 | 338.26 | 0.78 | 0.63 |
| Hex | EA | 55 | 8B | 0 | 40 | 29 | 8 | 152 | 4E | 3F |
| Octal | 352 | 125 | 213 | 0 | 100 | 51 | 10 | 522 | 116 | 77 |
| Binary | 11101010 | 1010101 | 10001011 | 0 | 1000000 | 101001 | 1000 | 101010010 | 1001110 | 111111 |
Color Harmonies of #EA558B
Complementary color
Monochromatic Colors of #EA558B
Black with #EA558B
Text Example
Text Example
White with #EA558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA558B; }
p { color: rgb(234,85,139); }
H1.HeaderClassName
{
color: #EA558B;
}
.AnyTagClassName
{
color: #EA558B;
}
</style>
background-color css
<style>
a { background-color: #EA558B; }
a { background-color: rgb(234,85,139); }
div.DivClassName
{
background-color: #EA558B;
}
.BgClassName
{
background-color: #EA558B;
}
</style>
border-color css
<style>
span { border-color: #EA558B; }
span { border-color: rgb(234,85,139); }
td.TdClassName
{
border-color: #EA558B;
}
.TagClassName
{
border-color: #EA558B;
}
</style>