Shades of Hot Pink #EE67AA
Tints of Hot Pink #EE67AA
RGB
CMYK
RGB Variations
Color information
#EE67AA (or 0xEE67AA) is known color: Hot Pink. HEX triplet: EE, 67 and AA. RGB value is (238,103,170). Sum of RGB (Red+Green+Blue) = 238+103+170=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE67AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE67AA is #119855. Grayscale: #969696. Windows color (decimal): -1153110 or 11167726. OLE color: 11167726.
HSL color Cylindrical-coordinate representation of color #EE67AA: hue angle of 330.22º 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 #EE67AA is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 170 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.07 |
| HSL | 330.22º | 0.8% | 0.67% | - |
| HSV(B) | 330.22º | 0.57% | 0.93% | - |
| XYZ | 47.37 | 30.78 | 41.47 | - |
| YUV | 151 | 138.73 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 170 | 0 | 0.57 | 0.29 | 0.07 | 330.22 | 0.8 | 0.67 |
| Hex | EE | 67 | AA | 0 | 39 | 1D | 7 | 14A | 50 | 43 |
| Octal | 356 | 147 | 252 | 0 | 71 | 35 | 7 | 512 | 120 | 103 |
| Binary | 11101110 | 1100111 | 10101010 | 0 | 111001 | 11101 | 111 | 101001010 | 1010000 | 1000011 |
Color Harmonies of #EE67AA
Complementary color
Monochromatic Colors of #EE67AA
Black with #EE67AA
Text Example
Text Example
White with #EE67AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE67AA; }
p { color: rgb(238,103,170); }
H1.HeaderClassName
{
color: #EE67AA;
}
.AnyTagClassName
{
color: #EE67AA;
}
</style>
background-color css
<style>
a { background-color: #EE67AA; }
a { background-color: rgb(238,103,170); }
div.DivClassName
{
background-color: #EE67AA;
}
.BgClassName
{
background-color: #EE67AA;
}
</style>
border-color css
<style>
span { border-color: #EE67AA; }
span { border-color: rgb(238,103,170); }
td.TdClassName
{
border-color: #EE67AA;
}
.TagClassName
{
border-color: #EE67AA;
}
</style>