Shades of Hot Pink #EA6DB0
Tints of Hot Pink #EA6DB0
RGB
CMYK
RGB Variations
Color information
#EA6DB0 (or 0xEA6DB0) is known color: Hot Pink. HEX triplet: EA, 6D and B0. RGB value is (234,109,176). Sum of RGB (Red+Green+Blue) = 234+109+176=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6DB0 is #15924F. Grayscale: #999999. Windows color (decimal): -1413712 or 11562474. OLE color: 11562474.
HSL color Cylindrical-coordinate representation of color #EA6DB0: hue angle of 327.84º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6DB0 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 176 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.08 |
| HSL | 327.84º | 0.75% | 0.67% | - |
| HSV(B) | 327.84º | 0.53% | 0.92% | - |
| XYZ | 47.24 | 31.56 | 44.68 | - |
| YUV | 154.01 | 140.41 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 176 | 0 | 0.53 | 0.25 | 0.08 | 327.84 | 0.75 | 0.67 |
| Hex | EA | 6D | B0 | 0 | 35 | 19 | 8 | 148 | 4B | 43 |
| Octal | 352 | 155 | 260 | 0 | 65 | 31 | 10 | 510 | 113 | 103 |
| Binary | 11101010 | 1101101 | 10110000 | 0 | 110101 | 11001 | 1000 | 101001000 | 1001011 | 1000011 |
Color Harmonies of #EA6DB0
Complementary color
Monochromatic Colors of #EA6DB0
Black with #EA6DB0
Text Example
Text Example
White with #EA6DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6DB0; }
p { color: rgb(234,109,176); }
H1.HeaderClassName
{
color: #EA6DB0;
}
.AnyTagClassName
{
color: #EA6DB0;
}
</style>
background-color css
<style>
a { background-color: #EA6DB0; }
a { background-color: rgb(234,109,176); }
div.DivClassName
{
background-color: #EA6DB0;
}
.BgClassName
{
background-color: #EA6DB0;
}
</style>
border-color css
<style>
span { border-color: #EA6DB0; }
span { border-color: rgb(234,109,176); }
td.TdClassName
{
border-color: #EA6DB0;
}
.TagClassName
{
border-color: #EA6DB0;
}
</style>