Shades of Hot Pink #EE66B9
Tints of Hot Pink #EE66B9
RGB
CMYK
RGB Variations
Color information
#EE66B9 (or 0xEE66B9) is known color: Hot Pink. HEX triplet: EE, 66 and B9. RGB value is (238,102,185). Sum of RGB (Red+Green+Blue) = 238+102+185=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE66B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE66B9 is #119946. Grayscale: #979797. Windows color (decimal): -1153351 or 12150510. OLE color: 12150510.
HSL color Cylindrical-coordinate representation of color #EE66B9: hue angle of 323.38º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE66B9 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 185 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.07 |
| HSL | 323.38º | 0.8% | 0.67% | - |
| HSV(B) | 323.38º | 0.57% | 0.93% | - |
| XYZ | 48.77 | 31.18 | 49.35 | - |
| YUV | 152.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 185 | 0 | 0.57 | 0.22 | 0.07 | 323.38 | 0.8 | 0.67 |
| Hex | EE | 66 | B9 | 0 | 39 | 16 | 7 | 143 | 50 | 43 |
| Octal | 356 | 146 | 271 | 0 | 71 | 26 | 7 | 503 | 120 | 103 |
| Binary | 11101110 | 1100110 | 10111001 | 0 | 111001 | 10110 | 111 | 101000011 | 1010000 | 1000011 |
Color Harmonies of #EE66B9
Complementary color
Monochromatic Colors of #EE66B9
Black with #EE66B9
Text Example
Text Example
White with #EE66B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE66B9; }
p { color: rgb(238,102,185); }
H1.HeaderClassName
{
color: #EE66B9;
}
.AnyTagClassName
{
color: #EE66B9;
}
</style>
background-color css
<style>
a { background-color: #EE66B9; }
a { background-color: rgb(238,102,185); }
div.DivClassName
{
background-color: #EE66B9;
}
.BgClassName
{
background-color: #EE66B9;
}
</style>
border-color css
<style>
span { border-color: #EE66B9; }
span { border-color: rgb(238,102,185); }
td.TdClassName
{
border-color: #EE66B9;
}
.TagClassName
{
border-color: #EE66B9;
}
</style>