Shades of Dark Pink #EA6281
Tints of Dark Pink #EA6281
RGB
CMYK
RGB Variations
Color information
#EA6281 (or 0xEA6281) is known color: Dark Pink. HEX triplet: EA, 62 and 81. RGB value is (234,98,129). Sum of RGB (Red+Green+Blue) = 234+98+129=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6281 is #159D7E. Grayscale: #8E8E8E. Windows color (decimal): -1416575 or 8479466. OLE color: 8479466.
HSL color Cylindrical-coordinate representation of color #EA6281: hue angle of 346.32º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA6281 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 98 | 129 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.08 |
| HSL | 346.32º | 0.76% | 0.65% | - |
| HSV(B) | 346.32º | 0.58% | 0.92% | - |
| XYZ | 42.26 | 27.81 | 23.91 | - |
| YUV | 142.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 98 | 129 | 0 | 0.58 | 0.45 | 0.08 | 346.32 | 0.76 | 0.65 |
| Hex | EA | 62 | 81 | 0 | 3A | 2D | 8 | 15A | 4C | 41 |
| Octal | 352 | 142 | 201 | 0 | 72 | 55 | 10 | 532 | 114 | 101 |
| Binary | 11101010 | 1100010 | 10000001 | 0 | 111010 | 101101 | 1000 | 101011010 | 1001100 | 1000001 |
Color Harmonies of #EA6281
Complementary color
Monochromatic Colors of #EA6281
Black with #EA6281
Text Example
Text Example
White with #EA6281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6281; }
p { color: rgb(234,98,129); }
H1.HeaderClassName
{
color: #EA6281;
}
.AnyTagClassName
{
color: #EA6281;
}
</style>
background-color css
<style>
a { background-color: #EA6281; }
a { background-color: rgb(234,98,129); }
div.DivClassName
{
background-color: #EA6281;
}
.BgClassName
{
background-color: #EA6281;
}
</style>
border-color css
<style>
span { border-color: #EA6281; }
span { border-color: rgb(234,98,129); }
td.TdClassName
{
border-color: #EA6281;
}
.TagClassName
{
border-color: #EA6281;
}
</style>