Shades of Hot Pink #E65BBA
Tints of Hot Pink #E65BBA
RGB
CMYK
RGB Variations
Color information
#E65BBA (or 0xE65BBA) is known color: Hot Pink. HEX triplet: E6, 5B and BA. RGB value is (230,91,186). Sum of RGB (Red+Green+Blue) = 230+91+186=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E65BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65BBA is #19A445. Grayscale: #8F8F8F. Windows color (decimal): -1680454 or 12213222. OLE color: 12213222.
HSL color Cylindrical-coordinate representation of color #E65BBA: hue angle of 318.99º 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 #E65BBA is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 186 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.10 |
| HSL | 318.99º | 0.74% | 0.63% | - |
| HSV(B) | 318.99º | 0.6% | 0.9% | - |
| XYZ | 45.24 | 27.85 | 49.45 | - |
| YUV | 143.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 186 | 0 | 0.60 | 0.19 | 0.10 | 318.99 | 0.74 | 0.63 |
| Hex | E6 | 5B | BA | 0 | 3C | 13 | A | 13F | 4A | 3F |
| Octal | 346 | 133 | 272 | 0 | 74 | 23 | 12 | 477 | 112 | 77 |
| Binary | 11100110 | 1011011 | 10111010 | 0 | 111100 | 10011 | 1010 | 100111111 | 1001010 | 111111 |
Color Harmonies of #E65BBA
Complementary color
Monochromatic Colors of #E65BBA
Black with #E65BBA
Text Example
Text Example
White with #E65BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65BBA; }
p { color: rgb(230,91,186); }
H1.HeaderClassName
{
color: #E65BBA;
}
.AnyTagClassName
{
color: #E65BBA;
}
</style>
background-color css
<style>
a { background-color: #E65BBA; }
a { background-color: rgb(230,91,186); }
div.DivClassName
{
background-color: #E65BBA;
}
.BgClassName
{
background-color: #E65BBA;
}
</style>
border-color css
<style>
span { border-color: #E65BBA; }
span { border-color: rgb(230,91,186); }
td.TdClassName
{
border-color: #E65BBA;
}
.TagClassName
{
border-color: #E65BBA;
}
</style>