Shades of Hot Pink #EE66AD
Tints of Hot Pink #EE66AD
RGB
CMYK
RGB Variations
Color information
#EE66AD (or 0xEE66AD) is known color: Hot Pink. HEX triplet: EE, 66 and AD. RGB value is (238,102,173). Sum of RGB (Red+Green+Blue) = 238+102+173=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EE66AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE66AD is #119952. Grayscale: #969696. Windows color (decimal): -1153363 or 11364078. OLE color: 11364078.
HSL color Cylindrical-coordinate representation of color #EE66AD: hue angle of 328.68º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE66AD is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 173 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.07 |
| HSL | 328.68º | 0.8% | 0.67% | - |
| HSV(B) | 328.68º | 0.57% | 0.93% | - |
| XYZ | 47.55 | 30.7 | 42.95 | - |
| YUV | 150.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 173 | 0 | 0.57 | 0.27 | 0.07 | 328.68 | 0.8 | 0.67 |
| Hex | EE | 66 | AD | 0 | 39 | 1B | 7 | 149 | 50 | 43 |
| Octal | 356 | 146 | 255 | 0 | 71 | 33 | 7 | 511 | 120 | 103 |
| Binary | 11101110 | 1100110 | 10101101 | 0 | 111001 | 11011 | 111 | 101001001 | 1010000 | 1000011 |
Color Harmonies of #EE66AD
Complementary color
Monochromatic Colors of #EE66AD
Black with #EE66AD
Text Example
Text Example
White with #EE66AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE66AD; }
p { color: rgb(238,102,173); }
H1.HeaderClassName
{
color: #EE66AD;
}
.AnyTagClassName
{
color: #EE66AD;
}
</style>
background-color css
<style>
a { background-color: #EE66AD; }
a { background-color: rgb(238,102,173); }
div.DivClassName
{
background-color: #EE66AD;
}
.BgClassName
{
background-color: #EE66AD;
}
</style>
border-color css
<style>
span { border-color: #EE66AD; }
span { border-color: rgb(238,102,173); }
td.TdClassName
{
border-color: #EE66AD;
}
.TagClassName
{
border-color: #EE66AD;
}
</style>