Shades of Hot Pink #EE75AD
Tints of Hot Pink #EE75AD
RGB
CMYK
RGB Variations
Color information
#EE75AD (or 0xEE75AD) is known color: Hot Pink. HEX triplet: EE, 75 and AD. RGB value is (238,117,173). Sum of RGB (Red+Green+Blue) = 238+117+173=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE75AD is #118A52. Grayscale: #9F9F9F. Windows color (decimal): -1149523 or 11367918. OLE color: 11367918.
HSL color Cylindrical-coordinate representation of color #EE75AD: hue angle of 332.23º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE75AD is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 173 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.07 |
| HSL | 332.23º | 0.78% | 0.7% | - |
| HSV(B) | 332.23º | 0.51% | 0.93% | - |
| XYZ | 49.16 | 33.92 | 43.49 | - |
| YUV | 159.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 173 | 0 | 0.51 | 0.27 | 0.07 | 332.23 | 0.78 | 0.7 |
| Hex | EE | 75 | AD | 0 | 33 | 1B | 7 | 14C | 4E | 46 |
| Octal | 356 | 165 | 255 | 0 | 63 | 33 | 7 | 514 | 116 | 106 |
| Binary | 11101110 | 1110101 | 10101101 | 0 | 110011 | 11011 | 111 | 101001100 | 1001110 | 1000110 |
Color Harmonies of #EE75AD
Complementary color
Monochromatic Colors of #EE75AD
Black with #EE75AD
Text Example
Text Example
White with #EE75AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE75AD; }
p { color: rgb(238,117,173); }
H1.HeaderClassName
{
color: #EE75AD;
}
.AnyTagClassName
{
color: #EE75AD;
}
</style>
background-color css
<style>
a { background-color: #EE75AD; }
a { background-color: rgb(238,117,173); }
div.DivClassName
{
background-color: #EE75AD;
}
.BgClassName
{
background-color: #EE75AD;
}
</style>
border-color css
<style>
span { border-color: #EE75AD; }
span { border-color: rgb(238,117,173); }
td.TdClassName
{
border-color: #EE75AD;
}
.TagClassName
{
border-color: #EE75AD;
}
</style>