Shades of Hot Pink #EE69AF
Tints of Hot Pink #EE69AF
RGB
CMYK
RGB Variations
Color information
#EE69AF (or 0xEE69AF) is known color: Hot Pink. HEX triplet: EE, 69 and AF. RGB value is (238,105,175). Sum of RGB (Red+Green+Blue) = 238+105+175=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE69AF is #119650. Grayscale: #989898. Windows color (decimal): -1152593 or 11495918. OLE color: 11495918.
HSL color Cylindrical-coordinate representation of color #EE69AF: hue angle of 328.42º 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 #EE69AF is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 175 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.07 |
| HSL | 328.42º | 0.8% | 0.67% | - |
| HSV(B) | 328.42º | 0.56% | 0.93% | - |
| XYZ | 48.05 | 31.38 | 44.08 | - |
| YUV | 152.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 175 | 0 | 0.56 | 0.26 | 0.07 | 328.42 | 0.8 | 0.67 |
| Hex | EE | 69 | AF | 0 | 38 | 1A | 7 | 148 | 50 | 43 |
| Octal | 356 | 151 | 257 | 0 | 70 | 32 | 7 | 510 | 120 | 103 |
| Binary | 11101110 | 1101001 | 10101111 | 0 | 111000 | 11010 | 111 | 101001000 | 1010000 | 1000011 |
Color Harmonies of #EE69AF
Complementary color
Monochromatic Colors of #EE69AF
Black with #EE69AF
Text Example
Text Example
White with #EE69AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE69AF; }
p { color: rgb(238,105,175); }
H1.HeaderClassName
{
color: #EE69AF;
}
.AnyTagClassName
{
color: #EE69AF;
}
</style>
background-color css
<style>
a { background-color: #EE69AF; }
a { background-color: rgb(238,105,175); }
div.DivClassName
{
background-color: #EE69AF;
}
.BgClassName
{
background-color: #EE69AF;
}
</style>
border-color css
<style>
span { border-color: #EE69AF; }
span { border-color: rgb(238,105,175); }
td.TdClassName
{
border-color: #EE69AF;
}
.TagClassName
{
border-color: #EE69AF;
}
</style>