Shades of Hot Pink #EE69AA
Tints of Hot Pink #EE69AA
RGB
CMYK
RGB Variations
Color information
#EE69AA (or 0xEE69AA) is known color: Hot Pink. HEX triplet: EE, 69 and AA. RGB value is (238,105,170). Sum of RGB (Red+Green+Blue) = 238+105+170=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE69AA is #119655. Grayscale: #989898. Windows color (decimal): -1152598 or 11168238. OLE color: 11168238.
HSL color Cylindrical-coordinate representation of color #EE69AA: hue angle of 330.68º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE69AA is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 170 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.07 |
| HSL | 330.68º | 0.8% | 0.67% | - |
| HSV(B) | 330.68º | 0.56% | 0.93% | - |
| XYZ | 47.57 | 31.18 | 41.54 | - |
| YUV | 152.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 170 | 0 | 0.56 | 0.29 | 0.07 | 330.68 | 0.8 | 0.67 |
| Hex | EE | 69 | AA | 0 | 38 | 1D | 7 | 14B | 50 | 43 |
| Octal | 356 | 151 | 252 | 0 | 70 | 35 | 7 | 513 | 120 | 103 |
| Binary | 11101110 | 1101001 | 10101010 | 0 | 111000 | 11101 | 111 | 101001011 | 1010000 | 1000011 |
Color Harmonies of #EE69AA
Complementary color
Monochromatic Colors of #EE69AA
Black with #EE69AA
Text Example
Text Example
White with #EE69AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE69AA; }
p { color: rgb(238,105,170); }
H1.HeaderClassName
{
color: #EE69AA;
}
.AnyTagClassName
{
color: #EE69AA;
}
</style>
background-color css
<style>
a { background-color: #EE69AA; }
a { background-color: rgb(238,105,170); }
div.DivClassName
{
background-color: #EE69AA;
}
.BgClassName
{
background-color: #EE69AA;
}
</style>
border-color css
<style>
span { border-color: #EE69AA; }
span { border-color: rgb(238,105,170); }
td.TdClassName
{
border-color: #EE69AA;
}
.TagClassName
{
border-color: #EE69AA;
}
</style>