Shades of Hot Pink #EA63A8
Tints of Hot Pink #EA63A8
RGB
CMYK
RGB Variations
Color information
#EA63A8 (or 0xEA63A8) is known color: Hot Pink. HEX triplet: EA, 63 and A8. RGB value is (234,99,168). Sum of RGB (Red+Green+Blue) = 234+99+168=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA63A8 is #159C57. Grayscale: #939393. Windows color (decimal): -1416280 or 11035626. OLE color: 11035626.
HSL color Cylindrical-coordinate representation of color #EA63A8: hue angle of 329.33º 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 #EA63A8 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 168 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.08 |
| HSL | 329.33º | 0.76% | 0.65% | - |
| HSV(B) | 329.33º | 0.58% | 0.92% | - |
| XYZ | 45.46 | 29.24 | 40.29 | - |
| YUV | 147.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 168 | 0 | 0.58 | 0.28 | 0.08 | 329.33 | 0.76 | 0.65 |
| Hex | EA | 63 | A8 | 0 | 3A | 1C | 8 | 149 | 4C | 41 |
| Octal | 352 | 143 | 250 | 0 | 72 | 34 | 10 | 511 | 114 | 101 |
| Binary | 11101010 | 1100011 | 10101000 | 0 | 111010 | 11100 | 1000 | 101001001 | 1001100 | 1000001 |
Color Harmonies of #EA63A8
Complementary color
Monochromatic Colors of #EA63A8
Black with #EA63A8
Text Example
Text Example
White with #EA63A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA63A8; }
p { color: rgb(234,99,168); }
H1.HeaderClassName
{
color: #EA63A8;
}
.AnyTagClassName
{
color: #EA63A8;
}
</style>
background-color css
<style>
a { background-color: #EA63A8; }
a { background-color: rgb(234,99,168); }
div.DivClassName
{
background-color: #EA63A8;
}
.BgClassName
{
background-color: #EA63A8;
}
</style>
border-color css
<style>
span { border-color: #EA63A8; }
span { border-color: rgb(234,99,168); }
td.TdClassName
{
border-color: #EA63A8;
}
.TagClassName
{
border-color: #EA63A8;
}
</style>