Shades of Dark Pink #EA5B7A
Tints of Dark Pink #EA5B7A
RGB
CMYK
RGB Variations
Color information
#EA5B7A (or 0xEA5B7A) is known color: Dark Pink. HEX triplet: EA, 5B and 7A. RGB value is (234,91,122). Sum of RGB (Red+Green+Blue) = 234+91+122=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5B7A is #15A485. Grayscale: #898989. Windows color (decimal): -1418374 or 8018922. OLE color: 8018922.
HSL color Cylindrical-coordinate representation of color #EA5B7A: hue angle of 346.99º 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 #EA5B7A is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 91 | 122 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.08 |
| HSL | 346.99º | 0.77% | 0.64% | - |
| HSV(B) | 346.99º | 0.61% | 0.92% | - |
| XYZ | 41.19 | 26.38 | 21.33 | - |
| YUV | 137.29 | 119.38 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 91 | 122 | 0 | 0.61 | 0.48 | 0.08 | 346.99 | 0.77 | 0.64 |
| Hex | EA | 5B | 7A | 0 | 3D | 30 | 8 | 15B | 4D | 40 |
| Octal | 352 | 133 | 172 | 0 | 75 | 60 | 10 | 533 | 115 | 100 |
| Binary | 11101010 | 1011011 | 1111010 | 0 | 111101 | 110000 | 1000 | 101011011 | 1001101 | 1000000 |
Color Harmonies of #EA5B7A
Complementary color
Monochromatic Colors of #EA5B7A
Black with #EA5B7A
Text Example
Text Example
White with #EA5B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5B7A; }
p { color: rgb(234,91,122); }
H1.HeaderClassName
{
color: #EA5B7A;
}
.AnyTagClassName
{
color: #EA5B7A;
}
</style>
background-color css
<style>
a { background-color: #EA5B7A; }
a { background-color: rgb(234,91,122); }
div.DivClassName
{
background-color: #EA5B7A;
}
.BgClassName
{
background-color: #EA5B7A;
}
</style>
border-color css
<style>
span { border-color: #EA5B7A; }
span { border-color: rgb(234,91,122); }
td.TdClassName
{
border-color: #EA5B7A;
}
.TagClassName
{
border-color: #EA5B7A;
}
</style>