Shades of Dark Pink #EA4E7B
Tints of Dark Pink #EA4E7B
RGB
CMYK
RGB Variations
Color information
#EA4E7B (or 0xEA4E7B) is known color: Dark Pink. HEX triplet: EA, 4E and 7B. RGB value is (234,78,123). Sum of RGB (Red+Green+Blue) = 234+78+123=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4E7B is #15B184. Grayscale: #818181. Windows color (decimal): -1421701 or 8081130. OLE color: 8081130.
HSL color Cylindrical-coordinate representation of color #EA4E7B: hue angle of 342.69º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4E7B is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 78 | 123 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.08 |
| HSL | 342.69º | 0.79% | 0.61% | - |
| HSV(B) | 342.69º | 0.67% | 0.92% | - |
| XYZ | 40.23 | 24.37 | 21.32 | - |
| YUV | 129.77 | 124.18 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 78 | 123 | 0 | 0.67 | 0.47 | 0.08 | 342.69 | 0.79 | 0.61 |
| Hex | EA | 4E | 7B | 0 | 43 | 2F | 8 | 157 | 4F | 3D |
| Octal | 352 | 116 | 173 | 0 | 103 | 57 | 10 | 527 | 117 | 75 |
| Binary | 11101010 | 1001110 | 1111011 | 0 | 1000011 | 101111 | 1000 | 101010111 | 1001111 | 111101 |
Color Harmonies of #EA4E7B
Complementary color
Monochromatic Colors of #EA4E7B
Black with #EA4E7B
Text Example
Text Example
White with #EA4E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4E7B; }
p { color: rgb(234,78,123); }
H1.HeaderClassName
{
color: #EA4E7B;
}
.AnyTagClassName
{
color: #EA4E7B;
}
</style>
background-color css
<style>
a { background-color: #EA4E7B; }
a { background-color: rgb(234,78,123); }
div.DivClassName
{
background-color: #EA4E7B;
}
.BgClassName
{
background-color: #EA4E7B;
}
</style>
border-color css
<style>
span { border-color: #EA4E7B; }
span { border-color: rgb(234,78,123); }
td.TdClassName
{
border-color: #EA4E7B;
}
.TagClassName
{
border-color: #EA4E7B;
}
</style>