Shades of Hot Pink #EA64AD
Tints of Hot Pink #EA64AD
RGB
CMYK
RGB Variations
Color information
#EA64AD (or 0xEA64AD) is known color: Hot Pink. HEX triplet: EA, 64 and AD. RGB value is (234,100,173). Sum of RGB (Red+Green+Blue) = 234+100+173=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA64AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA64AD is #159B52. Grayscale: #949494. Windows color (decimal): -1416019 or 11363562. OLE color: 11363562.
HSL color Cylindrical-coordinate representation of color #EA64AD: hue angle of 327.31º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA64AD is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 100 | 173 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.08 |
| HSL | 327.31º | 0.76% | 0.65% | - |
| HSV(B) | 327.31º | 0.57% | 0.92% | - |
| XYZ | 46.03 | 29.62 | 42.83 | - |
| YUV | 148.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 100 | 173 | 0 | 0.57 | 0.26 | 0.08 | 327.31 | 0.76 | 0.65 |
| Hex | EA | 64 | AD | 0 | 39 | 1A | 8 | 147 | 4C | 41 |
| Octal | 352 | 144 | 255 | 0 | 71 | 32 | 10 | 507 | 114 | 101 |
| Binary | 11101010 | 1100100 | 10101101 | 0 | 111001 | 11010 | 1000 | 101000111 | 1001100 | 1000001 |
Color Harmonies of #EA64AD
Complementary color
Monochromatic Colors of #EA64AD
Black with #EA64AD
Text Example
Text Example
White with #EA64AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA64AD; }
p { color: rgb(234,100,173); }
H1.HeaderClassName
{
color: #EA64AD;
}
.AnyTagClassName
{
color: #EA64AD;
}
</style>
background-color css
<style>
a { background-color: #EA64AD; }
a { background-color: rgb(234,100,173); }
div.DivClassName
{
background-color: #EA64AD;
}
.BgClassName
{
background-color: #EA64AD;
}
</style>
border-color css
<style>
span { border-color: #EA64AD; }
span { border-color: rgb(234,100,173); }
td.TdClassName
{
border-color: #EA64AD;
}
.TagClassName
{
border-color: #EA64AD;
}
</style>