Shades of Dark Pink #EA4D75
Tints of Dark Pink #EA4D75
RGB
CMYK
RGB Variations
Color information
#EA4D75 (or 0xEA4D75) is known color: Dark Pink. HEX triplet: EA, 4D and 75. RGB value is (234,77,117). Sum of RGB (Red+Green+Blue) = 234+77+117=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4D75 is #15B28A. Grayscale: #808080. Windows color (decimal): -1421963 or 7687658. OLE color: 7687658.
HSL color Cylindrical-coordinate representation of color #EA4D75: hue angle of 344.71º 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 #EA4D75 is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 117 | - |
| CMYK | 0 | 0.67 | 0.5 | 0.08 |
| HSL | 344.71º | 0.79% | 0.61% | - |
| HSV(B) | 344.71º | 0.67% | 0.92% | - |
| XYZ | 39.8 | 24.08 | 19.38 | - |
| YUV | 128.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 117 | 0 | 0.67 | 0.5 | 0.08 | 344.71 | 0.79 | 0.61 |
| Hex | EA | 4D | 75 | 0 | 43 | 32 | 8 | 159 | 4F | 3D |
| Octal | 352 | 115 | 165 | 0 | 103 | 62 | 10 | 531 | 117 | 75 |
| Binary | 11101010 | 1001101 | 1110101 | 0 | 1000011 | 110010 | 1000 | 101011001 | 1001111 | 111101 |
Color Harmonies of #EA4D75
Complementary color
Monochromatic Colors of #EA4D75
Black with #EA4D75
Text Example
Text Example
White with #EA4D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D75; }
p { color: rgb(234,77,117); }
H1.HeaderClassName
{
color: #EA4D75;
}
.AnyTagClassName
{
color: #EA4D75;
}
</style>
background-color css
<style>
a { background-color: #EA4D75; }
a { background-color: rgb(234,77,117); }
div.DivClassName
{
background-color: #EA4D75;
}
.BgClassName
{
background-color: #EA4D75;
}
</style>
border-color css
<style>
span { border-color: #EA4D75; }
span { border-color: rgb(234,77,117); }
td.TdClassName
{
border-color: #EA4D75;
}
.TagClassName
{
border-color: #EA4D75;
}
</style>