Shades of Dark Pink #EA557F
Tints of Dark Pink #EA557F
RGB
CMYK
RGB Variations
Color information
#EA557F (or 0xEA557F) is known color: Dark Pink. HEX triplet: EA, 55 and 7F. RGB value is (234,85,127). Sum of RGB (Red+Green+Blue) = 234+85+127=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA557F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA557F is #15AA80. Grayscale: #868686. Windows color (decimal): -1419905 or 8345066. OLE color: 8345066.
HSL color Cylindrical-coordinate representation of color #EA557F: hue angle of 343.09º 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 #EA557F is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 127 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.08 |
| HSL | 343.09º | 0.78% | 0.63% | - |
| HSV(B) | 343.09º | 0.64% | 0.92% | - |
| XYZ | 41.01 | 25.52 | 22.84 | - |
| YUV | 134.34 | 123.86 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 127 | 0 | 0.64 | 0.46 | 0.08 | 343.09 | 0.78 | 0.63 |
| Hex | EA | 55 | 7F | 0 | 40 | 2E | 8 | 157 | 4E | 3F |
| Octal | 352 | 125 | 177 | 0 | 100 | 56 | 10 | 527 | 116 | 77 |
| Binary | 11101010 | 1010101 | 1111111 | 0 | 1000000 | 101110 | 1000 | 101010111 | 1001110 | 111111 |
Color Harmonies of #EA557F
Complementary color
Monochromatic Colors of #EA557F
Black with #EA557F
Text Example
Text Example
White with #EA557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA557F; }
p { color: rgb(234,85,127); }
H1.HeaderClassName
{
color: #EA557F;
}
.AnyTagClassName
{
color: #EA557F;
}
</style>
background-color css
<style>
a { background-color: #EA557F; }
a { background-color: rgb(234,85,127); }
div.DivClassName
{
background-color: #EA557F;
}
.BgClassName
{
background-color: #EA557F;
}
</style>
border-color css
<style>
span { border-color: #EA557F; }
span { border-color: rgb(234,85,127); }
td.TdClassName
{
border-color: #EA557F;
}
.TagClassName
{
border-color: #EA557F;
}
</style>