Shades of Dark Pink #EA6380
Tints of Dark Pink #EA6380
RGB
CMYK
RGB Variations
Color information
#EA6380 (or 0xEA6380) is known color: Dark Pink. HEX triplet: EA, 63 and 80. RGB value is (234,99,128). Sum of RGB (Red+Green+Blue) = 234+99+128=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6380 is #159C7F. Grayscale: #8E8E8E. Windows color (decimal): -1416320 or 8414186. OLE color: 8414186.
HSL color Cylindrical-coordinate representation of color #EA6380: hue angle of 347.11º 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 #EA6380 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 128 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.08 |
| HSL | 347.11º | 0.76% | 0.65% | - |
| HSV(B) | 347.11º | 0.58% | 0.92% | - |
| XYZ | 42.29 | 27.97 | 23.59 | - |
| YUV | 142.67 | 119.73 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 128 | 0 | 0.58 | 0.45 | 0.08 | 347.11 | 0.76 | 0.65 |
| Hex | EA | 63 | 80 | 0 | 3A | 2D | 8 | 15B | 4C | 41 |
| Octal | 352 | 143 | 200 | 0 | 72 | 55 | 10 | 533 | 114 | 101 |
| Binary | 11101010 | 1100011 | 10000000 | 0 | 111010 | 101101 | 1000 | 101011011 | 1001100 | 1000001 |
Color Harmonies of #EA6380
Complementary color
Monochromatic Colors of #EA6380
Black with #EA6380
Text Example
Text Example
White with #EA6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6380; }
p { color: rgb(234,99,128); }
H1.HeaderClassName
{
color: #EA6380;
}
.AnyTagClassName
{
color: #EA6380;
}
</style>
background-color css
<style>
a { background-color: #EA6380; }
a { background-color: rgb(234,99,128); }
div.DivClassName
{
background-color: #EA6380;
}
.BgClassName
{
background-color: #EA6380;
}
</style>
border-color css
<style>
span { border-color: #EA6380; }
span { border-color: rgb(234,99,128); }
td.TdClassName
{
border-color: #EA6380;
}
.TagClassName
{
border-color: #EA6380;
}
</style>