Shades of Hot Pink #EE65BB
Tints of Hot Pink #EE65BB
RGB
CMYK
RGB Variations
Color information
#EE65BB (or 0xEE65BB) is known color: Hot Pink. HEX triplet: EE, 65 and BB. RGB value is (238,101,187). Sum of RGB (Red+Green+Blue) = 238+101+187=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE65BB is #119A44. Grayscale: #979797. Windows color (decimal): -1153605 or 12281326. OLE color: 12281326.
HSL color Cylindrical-coordinate representation of color #EE65BB: hue angle of 322.34º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE65BB is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 187 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.07 |
| HSL | 322.34º | 0.8% | 0.66% | - |
| HSV(B) | 322.34º | 0.58% | 0.93% | - |
| XYZ | 48.88 | 31.07 | 50.43 | - |
| YUV | 151.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 187 | 0 | 0.58 | 0.21 | 0.07 | 322.34 | 0.8 | 0.66 |
| Hex | EE | 65 | BB | 0 | 3A | 15 | 7 | 142 | 50 | 42 |
| Octal | 356 | 145 | 273 | 0 | 72 | 25 | 7 | 502 | 120 | 102 |
| Binary | 11101110 | 1100101 | 10111011 | 0 | 111010 | 10101 | 111 | 101000010 | 1010000 | 1000010 |
Color Harmonies of #EE65BB
Complementary color
Monochromatic Colors of #EE65BB
Black with #EE65BB
Text Example
Text Example
White with #EE65BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65BB; }
p { color: rgb(238,101,187); }
H1.HeaderClassName
{
color: #EE65BB;
}
.AnyTagClassName
{
color: #EE65BB;
}
</style>
background-color css
<style>
a { background-color: #EE65BB; }
a { background-color: rgb(238,101,187); }
div.DivClassName
{
background-color: #EE65BB;
}
.BgClassName
{
background-color: #EE65BB;
}
</style>
border-color css
<style>
span { border-color: #EE65BB; }
span { border-color: rgb(238,101,187); }
td.TdClassName
{
border-color: #EE65BB;
}
.TagClassName
{
border-color: #EE65BB;
}
</style>