Shades of Dark Pink #EA5C81
Tints of Dark Pink #EA5C81
RGB
CMYK
RGB Variations
Color information
#EA5C81 (or 0xEA5C81) is known color: Dark Pink. HEX triplet: EA, 5C and 81. RGB value is (234,92,129). Sum of RGB (Red+Green+Blue) = 234+92+129=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5C81 is #15A37E. Grayscale: #8A8A8A. Windows color (decimal): -1418111 or 8477930. OLE color: 8477930.
HSL color Cylindrical-coordinate representation of color #EA5C81: hue angle of 344.37º 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 #EA5C81 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 129 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.08 |
| HSL | 344.37º | 0.77% | 0.64% | - |
| HSV(B) | 344.37º | 0.61% | 0.92% | - |
| XYZ | 41.72 | 26.73 | 23.73 | - |
| YUV | 138.68 | 122.54 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 129 | 0 | 0.61 | 0.45 | 0.08 | 344.37 | 0.77 | 0.64 |
| Hex | EA | 5C | 81 | 0 | 3D | 2D | 8 | 158 | 4D | 40 |
| Octal | 352 | 134 | 201 | 0 | 75 | 55 | 10 | 530 | 115 | 100 |
| Binary | 11101010 | 1011100 | 10000001 | 0 | 111101 | 101101 | 1000 | 101011000 | 1001101 | 1000000 |
Color Harmonies of #EA5C81
Complementary color
Monochromatic Colors of #EA5C81
Black with #EA5C81
Text Example
Text Example
White with #EA5C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C81; }
p { color: rgb(234,92,129); }
H1.HeaderClassName
{
color: #EA5C81;
}
.AnyTagClassName
{
color: #EA5C81;
}
</style>
background-color css
<style>
a { background-color: #EA5C81; }
a { background-color: rgb(234,92,129); }
div.DivClassName
{
background-color: #EA5C81;
}
.BgClassName
{
background-color: #EA5C81;
}
</style>
border-color css
<style>
span { border-color: #EA5C81; }
span { border-color: rgb(234,92,129); }
td.TdClassName
{
border-color: #EA5C81;
}
.TagClassName
{
border-color: #EA5C81;
}
</style>