Shades of Hot Pink #EE68BB
Tints of Hot Pink #EE68BB
RGB
CMYK
RGB Variations
Color information
#EE68BB (or 0xEE68BB) is known color: Hot Pink. HEX triplet: EE, 68 and BB. RGB value is (238,104,187). Sum of RGB (Red+Green+Blue) = 238+104+187=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE68BB is #119744. Grayscale: #999999. Windows color (decimal): -1152837 or 12282094. OLE color: 12282094.
HSL color Cylindrical-coordinate representation of color #EE68BB: hue angle of 322.84º 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 #EE68BB is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 187 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.07 |
| HSL | 322.84º | 0.8% | 0.67% | - |
| HSV(B) | 322.84º | 0.56% | 0.93% | - |
| XYZ | 49.18 | 31.67 | 50.53 | - |
| YUV | 153.53 | 146.89 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 187 | 0 | 0.56 | 0.21 | 0.07 | 322.84 | 0.8 | 0.67 |
| Hex | EE | 68 | BB | 0 | 38 | 15 | 7 | 143 | 50 | 43 |
| Octal | 356 | 150 | 273 | 0 | 70 | 25 | 7 | 503 | 120 | 103 |
| Binary | 11101110 | 1101000 | 10111011 | 0 | 111000 | 10101 | 111 | 101000011 | 1010000 | 1000011 |
Color Harmonies of #EE68BB
Complementary color
Monochromatic Colors of #EE68BB
Black with #EE68BB
Text Example
Text Example
White with #EE68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68BB; }
p { color: rgb(238,104,187); }
H1.HeaderClassName
{
color: #EE68BB;
}
.AnyTagClassName
{
color: #EE68BB;
}
</style>
background-color css
<style>
a { background-color: #EE68BB; }
a { background-color: rgb(238,104,187); }
div.DivClassName
{
background-color: #EE68BB;
}
.BgClassName
{
background-color: #EE68BB;
}
</style>
border-color css
<style>
span { border-color: #EE68BB; }
span { border-color: rgb(238,104,187); }
td.TdClassName
{
border-color: #EE68BB;
}
.TagClassName
{
border-color: #EE68BB;
}
</style>