Shades of Hot Pink #EA6DB7
Tints of Hot Pink #EA6DB7
RGB
CMYK
RGB Variations
Color information
#EA6DB7 (or 0xEA6DB7) is known color: Hot Pink. HEX triplet: EA, 6D and B7. RGB value is (234,109,183). Sum of RGB (Red+Green+Blue) = 234+109+183=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DB7 is #159248. Grayscale: #9A9A9A. Windows color (decimal): -1413705 or 12021226. OLE color: 12021226.
HSL color Cylindrical-coordinate representation of color #EA6DB7: hue angle of 324.48º 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 #EA6DB7 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 183 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.08 |
| HSL | 324.48º | 0.75% | 0.67% | - |
| HSV(B) | 324.48º | 0.53% | 0.92% | - |
| XYZ | 47.95 | 31.85 | 48.42 | - |
| YUV | 154.81 | 143.91 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 183 | 0 | 0.53 | 0.22 | 0.08 | 324.48 | 0.75 | 0.67 |
| Hex | EA | 6D | B7 | 0 | 35 | 16 | 8 | 144 | 4B | 43 |
| Octal | 352 | 155 | 267 | 0 | 65 | 26 | 10 | 504 | 113 | 103 |
| Binary | 11101010 | 1101101 | 10110111 | 0 | 110101 | 10110 | 1000 | 101000100 | 1001011 | 1000011 |
Color Harmonies of #EA6DB7
Complementary color
Monochromatic Colors of #EA6DB7
Black with #EA6DB7
Text Example
Text Example
White with #EA6DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6DB7; }
p { color: rgb(234,109,183); }
H1.HeaderClassName
{
color: #EA6DB7;
}
.AnyTagClassName
{
color: #EA6DB7;
}
</style>
background-color css
<style>
a { background-color: #EA6DB7; }
a { background-color: rgb(234,109,183); }
div.DivClassName
{
background-color: #EA6DB7;
}
.BgClassName
{
background-color: #EA6DB7;
}
</style>
border-color css
<style>
span { border-color: #EA6DB7; }
span { border-color: rgb(234,109,183); }
td.TdClassName
{
border-color: #EA6DB7;
}
.TagClassName
{
border-color: #EA6DB7;
}
</style>