Shades of Dark Pink #EA5B93
Tints of Dark Pink #EA5B93
RGB
CMYK
RGB Variations
Color information
#EA5B93 (or 0xEA5B93) is known color: Dark Pink. HEX triplet: EA, 5B and 93. RGB value is (234,91,147). Sum of RGB (Red+Green+Blue) = 234+91+147=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5B93 is #15A46C. Grayscale: #8C8C8C. Windows color (decimal): -1418349 or 9657322. OLE color: 9657322.
HSL color Cylindrical-coordinate representation of color #EA5B93: hue angle of 336.5º 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 #EA5B93 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 91 | 147 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.08 |
| HSL | 336.5º | 0.77% | 0.64% | - |
| HSV(B) | 336.5º | 0.61% | 0.92% | - |
| XYZ | 42.94 | 27.08 | 30.57 | - |
| YUV | 140.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 91 | 147 | 0 | 0.61 | 0.37 | 0.08 | 336.5 | 0.77 | 0.64 |
| Hex | EA | 5B | 93 | 0 | 3D | 25 | 8 | 151 | 4D | 40 |
| Octal | 352 | 133 | 223 | 0 | 75 | 45 | 10 | 521 | 115 | 100 |
| Binary | 11101010 | 1011011 | 10010011 | 0 | 111101 | 100101 | 1000 | 101010001 | 1001101 | 1000000 |
Color Harmonies of #EA5B93
Complementary color
Monochromatic Colors of #EA5B93
Black with #EA5B93
Text Example
Text Example
White with #EA5B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5B93; }
p { color: rgb(234,91,147); }
H1.HeaderClassName
{
color: #EA5B93;
}
.AnyTagClassName
{
color: #EA5B93;
}
</style>
background-color css
<style>
a { background-color: #EA5B93; }
a { background-color: rgb(234,91,147); }
div.DivClassName
{
background-color: #EA5B93;
}
.BgClassName
{
background-color: #EA5B93;
}
</style>
border-color css
<style>
span { border-color: #EA5B93; }
span { border-color: rgb(234,91,147); }
td.TdClassName
{
border-color: #EA5B93;
}
.TagClassName
{
border-color: #EA5B93;
}
</style>