Shades of Hot Pink #EE68AB
Tints of Hot Pink #EE68AB
RGB
CMYK
RGB Variations
Color information
#EE68AB (or 0xEE68AB) is known color: Hot Pink. HEX triplet: EE, 68 and AB. RGB value is (238,104,171). Sum of RGB (Red+Green+Blue) = 238+104+171=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE68AB is #119754. Grayscale: #979797. Windows color (decimal): -1152853 or 11233518. OLE color: 11233518.
HSL color Cylindrical-coordinate representation of color #EE68AB: hue angle of 330º 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 #EE68AB is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 171 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.07 |
| HSL | 330º | 0.8% | 0.67% | - |
| HSV(B) | 330º | 0.56% | 0.93% | - |
| XYZ | 47.56 | 31.02 | 42.01 | - |
| YUV | 151.7 | 138.89 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 171 | 0 | 0.56 | 0.28 | 0.07 | 330 | 0.8 | 0.67 |
| Hex | EE | 68 | AB | 0 | 38 | 1C | 7 | 14A | 50 | 43 |
| Octal | 356 | 150 | 253 | 0 | 70 | 34 | 7 | 512 | 120 | 103 |
| Binary | 11101110 | 1101000 | 10101011 | 0 | 111000 | 11100 | 111 | 101001010 | 1010000 | 1000011 |
Color Harmonies of #EE68AB
Complementary color
Monochromatic Colors of #EE68AB
Black with #EE68AB
Text Example
Text Example
White with #EE68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68AB; }
p { color: rgb(238,104,171); }
H1.HeaderClassName
{
color: #EE68AB;
}
.AnyTagClassName
{
color: #EE68AB;
}
</style>
background-color css
<style>
a { background-color: #EE68AB; }
a { background-color: rgb(238,104,171); }
div.DivClassName
{
background-color: #EE68AB;
}
.BgClassName
{
background-color: #EE68AB;
}
</style>
border-color css
<style>
span { border-color: #EE68AB; }
span { border-color: rgb(238,104,171); }
td.TdClassName
{
border-color: #EE68AB;
}
.TagClassName
{
border-color: #EE68AB;
}
</style>