Shades of Hot Pink #E65BBB
Tints of Hot Pink #E65BBB
RGB
CMYK
RGB Variations
Color information
#E65BBB (or 0xE65BBB) is known color: Hot Pink. HEX triplet: E6, 5B and BB. RGB value is (230,91,187). Sum of RGB (Red+Green+Blue) = 230+91+187=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E65BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65BBB is #19A444. Grayscale: #8F8F8F. Windows color (decimal): -1680453 or 12278758. OLE color: 12278758.
HSL color Cylindrical-coordinate representation of color #E65BBB: hue angle of 318.56º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65BBB is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 187 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.10 |
| HSL | 318.56º | 0.74% | 0.63% | - |
| HSV(B) | 318.56º | 0.6% | 0.9% | - |
| XYZ | 45.34 | 27.89 | 50.01 | - |
| YUV | 143.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 187 | 0 | 0.60 | 0.19 | 0.10 | 318.56 | 0.74 | 0.63 |
| Hex | E6 | 5B | BB | 0 | 3C | 13 | A | 13F | 4A | 3F |
| Octal | 346 | 133 | 273 | 0 | 74 | 23 | 12 | 477 | 112 | 77 |
| Binary | 11100110 | 1011011 | 10111011 | 0 | 111100 | 10011 | 1010 | 100111111 | 1001010 | 111111 |
Color Harmonies of #E65BBB
Complementary color
Monochromatic Colors of #E65BBB
Black with #E65BBB
Text Example
Text Example
White with #E65BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65BBB; }
p { color: rgb(230,91,187); }
H1.HeaderClassName
{
color: #E65BBB;
}
.AnyTagClassName
{
color: #E65BBB;
}
</style>
background-color css
<style>
a { background-color: #E65BBB; }
a { background-color: rgb(230,91,187); }
div.DivClassName
{
background-color: #E65BBB;
}
.BgClassName
{
background-color: #E65BBB;
}
</style>
border-color css
<style>
span { border-color: #E65BBB; }
span { border-color: rgb(230,91,187); }
td.TdClassName
{
border-color: #E65BBB;
}
.TagClassName
{
border-color: #E65BBB;
}
</style>