Shades of Hot Pink #EE61AD
Tints of Hot Pink #EE61AD
RGB
CMYK
RGB Variations
Color information
#EE61AD (or 0xEE61AD) is known color: Hot Pink. HEX triplet: EE, 61 and AD. RGB value is (238,97,173). Sum of RGB (Red+Green+Blue) = 238+97+173=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE61AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE61AD is #119E52. Grayscale: #939393. Windows color (decimal): -1154643 or 11362798. OLE color: 11362798.
HSL color Cylindrical-coordinate representation of color #EE61AD: hue angle of 327.66º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE61AD is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 173 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.07 |
| HSL | 327.66º | 0.81% | 0.66% | - |
| HSV(B) | 327.66º | 0.59% | 0.93% | - |
| XYZ | 47.08 | 29.74 | 42.8 | - |
| YUV | 147.82 | 142.21 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 173 | 0 | 0.59 | 0.27 | 0.07 | 327.66 | 0.81 | 0.66 |
| Hex | EE | 61 | AD | 0 | 3B | 1B | 7 | 148 | 51 | 42 |
| Octal | 356 | 141 | 255 | 0 | 73 | 33 | 7 | 510 | 121 | 102 |
| Binary | 11101110 | 1100001 | 10101101 | 0 | 111011 | 11011 | 111 | 101001000 | 1010001 | 1000010 |
Color Harmonies of #EE61AD
Complementary color
Monochromatic Colors of #EE61AD
Black with #EE61AD
Text Example
Text Example
White with #EE61AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE61AD; }
p { color: rgb(238,97,173); }
H1.HeaderClassName
{
color: #EE61AD;
}
.AnyTagClassName
{
color: #EE61AD;
}
</style>
background-color css
<style>
a { background-color: #EE61AD; }
a { background-color: rgb(238,97,173); }
div.DivClassName
{
background-color: #EE61AD;
}
.BgClassName
{
background-color: #EE61AD;
}
</style>
border-color css
<style>
span { border-color: #EE61AD; }
span { border-color: rgb(238,97,173); }
td.TdClassName
{
border-color: #EE61AD;
}
.TagClassName
{
border-color: #EE61AD;
}
</style>