Shades of Dark Pink #EA4D83
Tints of Dark Pink #EA4D83
RGB
CMYK
RGB Variations
Color information
#EA4D83 (or 0xEA4D83) is known color: Dark Pink. HEX triplet: EA, 4D and 83. RGB value is (234,77,131). Sum of RGB (Red+Green+Blue) = 234+77+131=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4D83 is #15B27C. Grayscale: #828282. Windows color (decimal): -1421949 or 8605162. OLE color: 8605162.
HSL color Cylindrical-coordinate representation of color #EA4D83: hue angle of 339.36º 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 #EA4D83 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 131 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.08 |
| HSL | 339.36º | 0.79% | 0.61% | - |
| HSV(B) | 339.36º | 0.67% | 0.92% | - |
| XYZ | 40.68 | 24.44 | 24.05 | - |
| YUV | 130.1 | 128.51 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 131 | 0 | 0.67 | 0.44 | 0.08 | 339.36 | 0.79 | 0.61 |
| Hex | EA | 4D | 83 | 0 | 43 | 2C | 8 | 153 | 4F | 3D |
| Octal | 352 | 115 | 203 | 0 | 103 | 54 | 10 | 523 | 117 | 75 |
| Binary | 11101010 | 1001101 | 10000011 | 0 | 1000011 | 101100 | 1000 | 101010011 | 1001111 | 111101 |
Color Harmonies of #EA4D83
Complementary color
Monochromatic Colors of #EA4D83
Black with #EA4D83
Text Example
Text Example
White with #EA4D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D83; }
p { color: rgb(234,77,131); }
H1.HeaderClassName
{
color: #EA4D83;
}
.AnyTagClassName
{
color: #EA4D83;
}
</style>
background-color css
<style>
a { background-color: #EA4D83; }
a { background-color: rgb(234,77,131); }
div.DivClassName
{
background-color: #EA4D83;
}
.BgClassName
{
background-color: #EA4D83;
}
</style>
border-color css
<style>
span { border-color: #EA4D83; }
span { border-color: rgb(234,77,131); }
td.TdClassName
{
border-color: #EA4D83;
}
.TagClassName
{
border-color: #EA4D83;
}
</style>