Shades of Hot Pink #EE63AA
Tints of Hot Pink #EE63AA
RGB
CMYK
RGB Variations
Color information
#EE63AA (or 0xEE63AA) is known color: Hot Pink. HEX triplet: EE, 63 and AA. RGB value is (238,99,170). Sum of RGB (Red+Green+Blue) = 238+99+170=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE63AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE63AA is #119C55. Grayscale: #949494. Windows color (decimal): -1154134 or 11166702. OLE color: 11166702.
HSL color Cylindrical-coordinate representation of color #EE63AA: hue angle of 329.35º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE63AA is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 170 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.07 |
| HSL | 329.35º | 0.8% | 0.66% | - |
| HSV(B) | 329.35º | 0.58% | 0.93% | - |
| XYZ | 46.98 | 30 | 41.35 | - |
| YUV | 148.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 170 | 0 | 0.58 | 0.29 | 0.07 | 329.35 | 0.8 | 0.66 |
| Hex | EE | 63 | AA | 0 | 3A | 1D | 7 | 149 | 50 | 42 |
| Octal | 356 | 143 | 252 | 0 | 72 | 35 | 7 | 511 | 120 | 102 |
| Binary | 11101110 | 1100011 | 10101010 | 0 | 111010 | 11101 | 111 | 101001001 | 1010000 | 1000010 |
Color Harmonies of #EE63AA
Complementary color
Monochromatic Colors of #EE63AA
Black with #EE63AA
Text Example
Text Example
White with #EE63AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE63AA; }
p { color: rgb(238,99,170); }
H1.HeaderClassName
{
color: #EE63AA;
}
.AnyTagClassName
{
color: #EE63AA;
}
</style>
background-color css
<style>
a { background-color: #EE63AA; }
a { background-color: rgb(238,99,170); }
div.DivClassName
{
background-color: #EE63AA;
}
.BgClassName
{
background-color: #EE63AA;
}
</style>
border-color css
<style>
span { border-color: #EE63AA; }
span { border-color: rgb(238,99,170); }
td.TdClassName
{
border-color: #EE63AA;
}
.TagClassName
{
border-color: #EE63AA;
}
</style>