Shades of Hot Pink #EA6FB4
Tints of Hot Pink #EA6FB4
RGB
CMYK
RGB Variations
Color information
#EA6FB4 (or 0xEA6FB4) is known color: Hot Pink. HEX triplet: EA, 6F and B4. RGB value is (234,111,180). Sum of RGB (Red+Green+Blue) = 234+111+180=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FB4 is #15904B. Grayscale: #9B9B9B. Windows color (decimal): -1413196 or 11825130. OLE color: 11825130.
HSL color Cylindrical-coordinate representation of color #EA6FB4: hue angle of 326.34º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6FB4 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 111 | 180 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.08 |
| HSL | 326.34º | 0.75% | 0.68% | - |
| HSV(B) | 326.34º | 0.53% | 0.92% | - |
| XYZ | 47.85 | 32.16 | 46.86 | - |
| YUV | 155.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 111 | 180 | 0 | 0.53 | 0.23 | 0.08 | 326.34 | 0.75 | 0.68 |
| Hex | EA | 6F | B4 | 0 | 35 | 17 | 8 | 146 | 4B | 44 |
| Octal | 352 | 157 | 264 | 0 | 65 | 27 | 10 | 506 | 113 | 104 |
| Binary | 11101010 | 1101111 | 10110100 | 0 | 110101 | 10111 | 1000 | 101000110 | 1001011 | 1000100 |
Color Harmonies of #EA6FB4
Complementary color
Monochromatic Colors of #EA6FB4
Black with #EA6FB4
Text Example
Text Example
White with #EA6FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6FB4; }
p { color: rgb(234,111,180); }
H1.HeaderClassName
{
color: #EA6FB4;
}
.AnyTagClassName
{
color: #EA6FB4;
}
</style>
background-color css
<style>
a { background-color: #EA6FB4; }
a { background-color: rgb(234,111,180); }
div.DivClassName
{
background-color: #EA6FB4;
}
.BgClassName
{
background-color: #EA6FB4;
}
</style>
border-color css
<style>
span { border-color: #EA6FB4; }
span { border-color: rgb(234,111,180); }
td.TdClassName
{
border-color: #EA6FB4;
}
.TagClassName
{
border-color: #EA6FB4;
}
</style>