Shades of Dark Pink #EA5C95
Tints of Dark Pink #EA5C95
RGB
CMYK
RGB Variations
Color information
#EA5C95 (or 0xEA5C95) is known color: Dark Pink. HEX triplet: EA, 5C and 95. RGB value is (234,92,149). Sum of RGB (Red+Green+Blue) = 234+92+149=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5C95 is #15A36A. Grayscale: #8C8C8C. Windows color (decimal): -1418091 or 9788650. OLE color: 9788650.
HSL color Cylindrical-coordinate representation of color #EA5C95: hue angle of 335.92º 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 #EA5C95 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 149 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.08 |
| HSL | 335.92º | 0.77% | 0.64% | - |
| HSV(B) | 335.92º | 0.61% | 0.92% | - |
| XYZ | 43.18 | 27.32 | 31.43 | - |
| YUV | 140.96 | 132.54 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 149 | 0 | 0.61 | 0.36 | 0.08 | 335.92 | 0.77 | 0.64 |
| Hex | EA | 5C | 95 | 0 | 3D | 24 | 8 | 150 | 4D | 40 |
| Octal | 352 | 134 | 225 | 0 | 75 | 44 | 10 | 520 | 115 | 100 |
| Binary | 11101010 | 1011100 | 10010101 | 0 | 111101 | 100100 | 1000 | 101010000 | 1001101 | 1000000 |
Color Harmonies of #EA5C95
Complementary color
Monochromatic Colors of #EA5C95
Black with #EA5C95
Text Example
Text Example
White with #EA5C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C95; }
p { color: rgb(234,92,149); }
H1.HeaderClassName
{
color: #EA5C95;
}
.AnyTagClassName
{
color: #EA5C95;
}
</style>
background-color css
<style>
a { background-color: #EA5C95; }
a { background-color: rgb(234,92,149); }
div.DivClassName
{
background-color: #EA5C95;
}
.BgClassName
{
background-color: #EA5C95;
}
</style>
border-color css
<style>
span { border-color: #EA5C95; }
span { border-color: rgb(234,92,149); }
td.TdClassName
{
border-color: #EA5C95;
}
.TagClassName
{
border-color: #EA5C95;
}
</style>