Shades of Hot Pink #EE5FAE
Tints of Hot Pink #EE5FAE
RGB
CMYK
RGB Variations
Color information
#EE5FAE (or 0xEE5FAE) is known color: Hot Pink. HEX triplet: EE, 5F and AE. RGB value is (238,95,174). Sum of RGB (Red+Green+Blue) = 238+95+174=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5FAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5FAE is #11A051. Grayscale: #929292. Windows color (decimal): -1155154 or 11427822. OLE color: 11427822.
HSL color Cylindrical-coordinate representation of color #EE5FAE: hue angle of 326.85º 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 #EE5FAE is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 95 | 174 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.07 |
| HSL | 326.85º | 0.81% | 0.65% | - |
| HSV(B) | 326.85º | 0.6% | 0.93% | - |
| XYZ | 46.99 | 29.42 | 43.25 | - |
| YUV | 146.76 | 143.38 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 174 | 0 | 0.60 | 0.27 | 0.07 | 326.85 | 0.81 | 0.65 |
| Hex | EE | 5F | AE | 0 | 3C | 1B | 7 | 147 | 51 | 41 |
| Octal | 356 | 137 | 256 | 0 | 74 | 33 | 7 | 507 | 121 | 101 |
| Binary | 11101110 | 1011111 | 10101110 | 0 | 111100 | 11011 | 111 | 101000111 | 1010001 | 1000001 |
Color Harmonies of #EE5FAE
Complementary color
Monochromatic Colors of #EE5FAE
Black with #EE5FAE
Text Example
Text Example
White with #EE5FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5FAE; }
p { color: rgb(238,95,174); }
H1.HeaderClassName
{
color: #EE5FAE;
}
.AnyTagClassName
{
color: #EE5FAE;
}
</style>
background-color css
<style>
a { background-color: #EE5FAE; }
a { background-color: rgb(238,95,174); }
div.DivClassName
{
background-color: #EE5FAE;
}
.BgClassName
{
background-color: #EE5FAE;
}
</style>
border-color css
<style>
span { border-color: #EE5FAE; }
span { border-color: rgb(238,95,174); }
td.TdClassName
{
border-color: #EE5FAE;
}
.TagClassName
{
border-color: #EE5FAE;
}
</style>