Shades of Hot Pink #EE68AC
Tints of Hot Pink #EE68AC
RGB
CMYK
RGB Variations
Color information
#EE68AC (or 0xEE68AC) is known color: Hot Pink. HEX triplet: EE, 68 and AC. RGB value is (238,104,172). Sum of RGB (Red+Green+Blue) = 238+104+172=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE68AC is #119753. Grayscale: #979797. Windows color (decimal): -1152852 or 11299054. OLE color: 11299054.
HSL color Cylindrical-coordinate representation of color #EE68AC: hue angle of 329.55º 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 #EE68AC is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 172 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.07 |
| HSL | 329.55º | 0.8% | 0.67% | - |
| HSV(B) | 329.55º | 0.56% | 0.93% | - |
| XYZ | 47.66 | 31.06 | 42.51 | - |
| YUV | 151.82 | 139.39 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 172 | 0 | 0.56 | 0.28 | 0.07 | 329.55 | 0.8 | 0.67 |
| Hex | EE | 68 | AC | 0 | 38 | 1C | 7 | 14A | 50 | 43 |
| Octal | 356 | 150 | 254 | 0 | 70 | 34 | 7 | 512 | 120 | 103 |
| Binary | 11101110 | 1101000 | 10101100 | 0 | 111000 | 11100 | 111 | 101001010 | 1010000 | 1000011 |
Color Harmonies of #EE68AC
Complementary color
Monochromatic Colors of #EE68AC
Black with #EE68AC
Text Example
Text Example
White with #EE68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68AC; }
p { color: rgb(238,104,172); }
H1.HeaderClassName
{
color: #EE68AC;
}
.AnyTagClassName
{
color: #EE68AC;
}
</style>
background-color css
<style>
a { background-color: #EE68AC; }
a { background-color: rgb(238,104,172); }
div.DivClassName
{
background-color: #EE68AC;
}
.BgClassName
{
background-color: #EE68AC;
}
</style>
border-color css
<style>
span { border-color: #EE68AC; }
span { border-color: rgb(238,104,172); }
td.TdClassName
{
border-color: #EE68AC;
}
.TagClassName
{
border-color: #EE68AC;
}
</style>