Shades of Hot Pink #EE68B1
Tints of Hot Pink #EE68B1
RGB
CMYK
RGB Variations
Color information
#EE68B1 (or 0xEE68B1) is known color: Hot Pink. HEX triplet: EE, 68 and B1. RGB value is (238,104,177). Sum of RGB (Red+Green+Blue) = 238+104+177=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE68B1 is #11974E. Grayscale: #989898. Windows color (decimal): -1152847 or 11626734. OLE color: 11626734.
HSL color Cylindrical-coordinate representation of color #EE68B1: hue angle of 327.31º 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 #EE68B1 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 177 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.07 |
| HSL | 327.31º | 0.8% | 0.67% | - |
| HSV(B) | 327.31º | 0.56% | 0.93% | - |
| XYZ | 48.15 | 31.25 | 45.09 | - |
| YUV | 152.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 177 | 0 | 0.56 | 0.26 | 0.07 | 327.31 | 0.8 | 0.67 |
| Hex | EE | 68 | B1 | 0 | 38 | 1A | 7 | 147 | 50 | 43 |
| Octal | 356 | 150 | 261 | 0 | 70 | 32 | 7 | 507 | 120 | 103 |
| Binary | 11101110 | 1101000 | 10110001 | 0 | 111000 | 11010 | 111 | 101000111 | 1010000 | 1000011 |
Color Harmonies of #EE68B1
Complementary color
Monochromatic Colors of #EE68B1
Black with #EE68B1
Text Example
Text Example
White with #EE68B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68B1; }
p { color: rgb(238,104,177); }
H1.HeaderClassName
{
color: #EE68B1;
}
.AnyTagClassName
{
color: #EE68B1;
}
</style>
background-color css
<style>
a { background-color: #EE68B1; }
a { background-color: rgb(238,104,177); }
div.DivClassName
{
background-color: #EE68B1;
}
.BgClassName
{
background-color: #EE68B1;
}
</style>
border-color css
<style>
span { border-color: #EE68B1; }
span { border-color: rgb(238,104,177); }
td.TdClassName
{
border-color: #EE68B1;
}
.TagClassName
{
border-color: #EE68B1;
}
</style>