Shades of Hot Pink #EE68A6
Tints of Hot Pink #EE68A6
RGB
CMYK
RGB Variations
Color information
#EE68A6 (or 0xEE68A6) is known color: Hot Pink. HEX triplet: EE, 68 and A6. RGB value is (238,104,166). Sum of RGB (Red+Green+Blue) = 238+104+166=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE68A6 is #119759. Grayscale: #979797. Windows color (decimal): -1152858 or 10905838. OLE color: 10905838.
HSL color Cylindrical-coordinate representation of color #EE68A6: hue angle of 332.24º 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 #EE68A6 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 166 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.07 |
| HSL | 332.24º | 0.8% | 0.67% | - |
| HSV(B) | 332.24º | 0.56% | 0.93% | - |
| XYZ | 47.09 | 30.83 | 39.55 | - |
| YUV | 151.13 | 136.39 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 166 | 0 | 0.56 | 0.30 | 0.07 | 332.24 | 0.8 | 0.67 |
| Hex | EE | 68 | A6 | 0 | 38 | 1E | 7 | 14C | 50 | 43 |
| Octal | 356 | 150 | 246 | 0 | 70 | 36 | 7 | 514 | 120 | 103 |
| Binary | 11101110 | 1101000 | 10100110 | 0 | 111000 | 11110 | 111 | 101001100 | 1010000 | 1000011 |
Color Harmonies of #EE68A6
Complementary color
Monochromatic Colors of #EE68A6
Black with #EE68A6
Text Example
Text Example
White with #EE68A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68A6; }
p { color: rgb(238,104,166); }
H1.HeaderClassName
{
color: #EE68A6;
}
.AnyTagClassName
{
color: #EE68A6;
}
</style>
background-color css
<style>
a { background-color: #EE68A6; }
a { background-color: rgb(238,104,166); }
div.DivClassName
{
background-color: #EE68A6;
}
.BgClassName
{
background-color: #EE68A6;
}
</style>
border-color css
<style>
span { border-color: #EE68A6; }
span { border-color: rgb(238,104,166); }
td.TdClassName
{
border-color: #EE68A6;
}
.TagClassName
{
border-color: #EE68A6;
}
</style>