Shades of Hot Pink #EA6DB5
Tints of Hot Pink #EA6DB5
RGB
CMYK
RGB Variations
Color information
#EA6DB5 (or 0xEA6DB5) is known color: Hot Pink. HEX triplet: EA, 6D and B5. RGB value is (234,109,181). Sum of RGB (Red+Green+Blue) = 234+109+181=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DB5 is #15924A. Grayscale: #9A9A9A. Windows color (decimal): -1413707 or 11890154. OLE color: 11890154.
HSL color Cylindrical-coordinate representation of color #EA6DB5: hue angle of 325.44º 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 #EA6DB5 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 181 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.08 |
| HSL | 325.44º | 0.75% | 0.67% | - |
| HSV(B) | 325.44º | 0.53% | 0.92% | - |
| XYZ | 47.74 | 31.77 | 47.33 | - |
| YUV | 154.58 | 142.91 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 181 | 0 | 0.53 | 0.23 | 0.08 | 325.44 | 0.75 | 0.67 |
| Hex | EA | 6D | B5 | 0 | 35 | 17 | 8 | 145 | 4B | 43 |
| Octal | 352 | 155 | 265 | 0 | 65 | 27 | 10 | 505 | 113 | 103 |
| Binary | 11101010 | 1101101 | 10110101 | 0 | 110101 | 10111 | 1000 | 101000101 | 1001011 | 1000011 |
Color Harmonies of #EA6DB5
Complementary color
Monochromatic Colors of #EA6DB5
Black with #EA6DB5
Text Example
Text Example
White with #EA6DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6DB5; }
p { color: rgb(234,109,181); }
H1.HeaderClassName
{
color: #EA6DB5;
}
.AnyTagClassName
{
color: #EA6DB5;
}
</style>
background-color css
<style>
a { background-color: #EA6DB5; }
a { background-color: rgb(234,109,181); }
div.DivClassName
{
background-color: #EA6DB5;
}
.BgClassName
{
background-color: #EA6DB5;
}
</style>
border-color css
<style>
span { border-color: #EA6DB5; }
span { border-color: rgb(234,109,181); }
td.TdClassName
{
border-color: #EA6DB5;
}
.TagClassName
{
border-color: #EA6DB5;
}
</style>