Shades of Hot Pink #EE51BE
Tints of Hot Pink #EE51BE
RGB
CMYK
RGB Variations
Color information
#EE51BE (or 0xEE51BE) is known color: Hot Pink. HEX triplet: EE, 51 and BE. RGB value is (238,81,190). Sum of RGB (Red+Green+Blue) = 238+81+190=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE51BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE51BE is #11AE41. Grayscale: #8C8C8C. Windows color (decimal): -1158722 or 12472814. OLE color: 12472814.
HSL color Cylindrical-coordinate representation of color #EE51BE: hue angle of 318.34º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE51BE is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 190 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.07 |
| HSL | 318.34º | 0.82% | 0.63% | - |
| HSV(B) | 318.34º | 0.66% | 0.93% | - |
| XYZ | 47.5 | 27.78 | 51.57 | - |
| YUV | 140.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 190 | 0 | 0.66 | 0.20 | 0.07 | 318.34 | 0.82 | 0.63 |
| Hex | EE | 51 | BE | 0 | 42 | 14 | 7 | 13E | 52 | 3F |
| Octal | 356 | 121 | 276 | 0 | 102 | 24 | 7 | 476 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10111110 | 0 | 1000010 | 10100 | 111 | 100111110 | 1010010 | 111111 |
Color Harmonies of #EE51BE
Complementary color
Monochromatic Colors of #EE51BE
Black with #EE51BE
Text Example
Text Example
White with #EE51BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE51BE; }
p { color: rgb(238,81,190); }
H1.HeaderClassName
{
color: #EE51BE;
}
.AnyTagClassName
{
color: #EE51BE;
}
</style>
background-color css
<style>
a { background-color: #EE51BE; }
a { background-color: rgb(238,81,190); }
div.DivClassName
{
background-color: #EE51BE;
}
.BgClassName
{
background-color: #EE51BE;
}
</style>
border-color css
<style>
span { border-color: #EE51BE; }
span { border-color: rgb(238,81,190); }
td.TdClassName
{
border-color: #EE51BE;
}
.TagClassName
{
border-color: #EE51BE;
}
</style>