Shades of Hot Pink #EE68B2
Tints of Hot Pink #EE68B2
RGB
CMYK
RGB Variations
Color information
#EE68B2 (or 0xEE68B2) is known color: Hot Pink. HEX triplet: EE, 68 and B2. RGB value is (238,104,178). Sum of RGB (Red+Green+Blue) = 238+104+178=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE68B2 is #11974D. Grayscale: #989898. Windows color (decimal): -1152846 or 11692270. OLE color: 11692270.
HSL color Cylindrical-coordinate representation of color #EE68B2: hue angle of 326.87º 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 #EE68B2 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 178 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.07 |
| HSL | 326.87º | 0.8% | 0.67% | - |
| HSV(B) | 326.87º | 0.56% | 0.93% | - |
| XYZ | 48.25 | 31.29 | 45.62 | - |
| YUV | 152.5 | 142.39 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 178 | 0 | 0.56 | 0.25 | 0.07 | 326.87 | 0.8 | 0.67 |
| Hex | EE | 68 | B2 | 0 | 38 | 19 | 7 | 147 | 50 | 43 |
| Octal | 356 | 150 | 262 | 0 | 70 | 31 | 7 | 507 | 120 | 103 |
| Binary | 11101110 | 1101000 | 10110010 | 0 | 111000 | 11001 | 111 | 101000111 | 1010000 | 1000011 |
Color Harmonies of #EE68B2
Complementary color
Monochromatic Colors of #EE68B2
Black with #EE68B2
Text Example
Text Example
White with #EE68B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68B2; }
p { color: rgb(238,104,178); }
H1.HeaderClassName
{
color: #EE68B2;
}
.AnyTagClassName
{
color: #EE68B2;
}
</style>
background-color css
<style>
a { background-color: #EE68B2; }
a { background-color: rgb(238,104,178); }
div.DivClassName
{
background-color: #EE68B2;
}
.BgClassName
{
background-color: #EE68B2;
}
</style>
border-color css
<style>
span { border-color: #EE68B2; }
span { border-color: rgb(238,104,178); }
td.TdClassName
{
border-color: #EE68B2;
}
.TagClassName
{
border-color: #EE68B2;
}
</style>