Shades of Hot Pink #EE67AD
Tints of Hot Pink #EE67AD
RGB
CMYK
RGB Variations
Color information
#EE67AD (or 0xEE67AD) is known color: Hot Pink. HEX triplet: EE, 67 and AD. RGB value is (238,103,173). Sum of RGB (Red+Green+Blue) = 238+103+173=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE67AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE67AD is #119852. Grayscale: #979797. Windows color (decimal): -1153107 or 11364334. OLE color: 11364334.
HSL color Cylindrical-coordinate representation of color #EE67AD: hue angle of 328.89º 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 #EE67AD is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 173 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.07 |
| HSL | 328.89º | 0.8% | 0.67% | - |
| HSV(B) | 328.89º | 0.57% | 0.93% | - |
| XYZ | 47.65 | 30.89 | 42.99 | - |
| YUV | 151.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 173 | 0 | 0.57 | 0.27 | 0.07 | 328.89 | 0.8 | 0.67 |
| Hex | EE | 67 | AD | 0 | 39 | 1B | 7 | 149 | 50 | 43 |
| Octal | 356 | 147 | 255 | 0 | 71 | 33 | 7 | 511 | 120 | 103 |
| Binary | 11101110 | 1100111 | 10101101 | 0 | 111001 | 11011 | 111 | 101001001 | 1010000 | 1000011 |
Color Harmonies of #EE67AD
Complementary color
Monochromatic Colors of #EE67AD
Black with #EE67AD
Text Example
Text Example
White with #EE67AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE67AD; }
p { color: rgb(238,103,173); }
H1.HeaderClassName
{
color: #EE67AD;
}
.AnyTagClassName
{
color: #EE67AD;
}
</style>
background-color css
<style>
a { background-color: #EE67AD; }
a { background-color: rgb(238,103,173); }
div.DivClassName
{
background-color: #EE67AD;
}
.BgClassName
{
background-color: #EE67AD;
}
</style>
border-color css
<style>
span { border-color: #EE67AD; }
span { border-color: rgb(238,103,173); }
td.TdClassName
{
border-color: #EE67AD;
}
.TagClassName
{
border-color: #EE67AD;
}
</style>