Shades of Dark Pink #EA5C8F
Tints of Dark Pink #EA5C8F
RGB
CMYK
RGB Variations
Color information
#EA5C8F (or 0xEA5C8F) is known color: Dark Pink. HEX triplet: EA, 5C and 8F. RGB value is (234,92,143). Sum of RGB (Red+Green+Blue) = 234+92+143=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5C8F is #15A370. Grayscale: #8C8C8C. Windows color (decimal): -1418097 or 9395434. OLE color: 9395434.
HSL color Cylindrical-coordinate representation of color #EA5C8F: hue angle of 338.45º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5C8F is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 143 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.08 |
| HSL | 338.45º | 0.77% | 0.64% | - |
| HSV(B) | 338.45º | 0.61% | 0.92% | - |
| XYZ | 42.72 | 27.13 | 28.97 | - |
| YUV | 140.27 | 129.54 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 143 | 0 | 0.61 | 0.39 | 0.08 | 338.45 | 0.77 | 0.64 |
| Hex | EA | 5C | 8F | 0 | 3D | 27 | 8 | 152 | 4D | 40 |
| Octal | 352 | 134 | 217 | 0 | 75 | 47 | 10 | 522 | 115 | 100 |
| Binary | 11101010 | 1011100 | 10001111 | 0 | 111101 | 100111 | 1000 | 101010010 | 1001101 | 1000000 |
Color Harmonies of #EA5C8F
Complementary color
Monochromatic Colors of #EA5C8F
Black with #EA5C8F
Text Example
Text Example
White with #EA5C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C8F; }
p { color: rgb(234,92,143); }
H1.HeaderClassName
{
color: #EA5C8F;
}
.AnyTagClassName
{
color: #EA5C8F;
}
</style>
background-color css
<style>
a { background-color: #EA5C8F; }
a { background-color: rgb(234,92,143); }
div.DivClassName
{
background-color: #EA5C8F;
}
.BgClassName
{
background-color: #EA5C8F;
}
</style>
border-color css
<style>
span { border-color: #EA5C8F; }
span { border-color: rgb(234,92,143); }
td.TdClassName
{
border-color: #EA5C8F;
}
.TagClassName
{
border-color: #EA5C8F;
}
</style>