Shades of Hot Pink #EE60B4
Tints of Hot Pink #EE60B4
RGB
CMYK
RGB Variations
Color information
#EE60B4 (or 0xEE60B4) is known color: Hot Pink. HEX triplet: EE, 60 and B4. RGB value is (238,96,180). Sum of RGB (Red+Green+Blue) = 238+96+180=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE60B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE60B4 is #119F4B. Grayscale: #939393. Windows color (decimal): -1154892 or 11821294. OLE color: 11821294.
HSL color Cylindrical-coordinate representation of color #EE60B4: hue angle of 324.51º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE60B4 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 180 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.07 |
| HSL | 324.51º | 0.81% | 0.65% | - |
| HSV(B) | 324.51º | 0.6% | 0.93% | - |
| XYZ | 47.68 | 29.84 | 46.43 | - |
| YUV | 148.03 | 146.04 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 180 | 0 | 0.60 | 0.24 | 0.07 | 324.51 | 0.81 | 0.65 |
| Hex | EE | 60 | B4 | 0 | 3C | 18 | 7 | 145 | 51 | 41 |
| Octal | 356 | 140 | 264 | 0 | 74 | 30 | 7 | 505 | 121 | 101 |
| Binary | 11101110 | 1100000 | 10110100 | 0 | 111100 | 11000 | 111 | 101000101 | 1010001 | 1000001 |
Color Harmonies of #EE60B4
Complementary color
Monochromatic Colors of #EE60B4
Black with #EE60B4
Text Example
Text Example
White with #EE60B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE60B4; }
p { color: rgb(238,96,180); }
H1.HeaderClassName
{
color: #EE60B4;
}
.AnyTagClassName
{
color: #EE60B4;
}
</style>
background-color css
<style>
a { background-color: #EE60B4; }
a { background-color: rgb(238,96,180); }
div.DivClassName
{
background-color: #EE60B4;
}
.BgClassName
{
background-color: #EE60B4;
}
</style>
border-color css
<style>
span { border-color: #EE60B4; }
span { border-color: rgb(238,96,180); }
td.TdClassName
{
border-color: #EE60B4;
}
.TagClassName
{
border-color: #EE60B4;
}
</style>