Shades of Hot Pink #E65CBA
Tints of Hot Pink #E65CBA
RGB
CMYK
RGB Variations
Color information
#E65CBA (or 0xE65CBA) is known color: Hot Pink. HEX triplet: E6, 5C and BA. RGB value is (230,92,186). Sum of RGB (Red+Green+Blue) = 230+92+186=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65CBA is #19A345. Grayscale: #8F8F8F. Windows color (decimal): -1680198 or 12213478. OLE color: 12213478.
HSL color Cylindrical-coordinate representation of color #E65CBA: hue angle of 319.13º degrees, saturation: 0.73, 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 #E65CBA is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 186 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.10 |
| HSL | 319.13º | 0.73% | 0.63% | - |
| HSV(B) | 319.13º | 0.6% | 0.9% | - |
| XYZ | 45.32 | 28.02 | 49.47 | - |
| YUV | 143.98 | 151.72 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 186 | 0 | 0.60 | 0.19 | 0.10 | 319.13 | 0.73 | 0.63 |
| Hex | E6 | 5C | BA | 0 | 3C | 13 | A | 13F | 49 | 3F |
| Octal | 346 | 134 | 272 | 0 | 74 | 23 | 12 | 477 | 111 | 77 |
| Binary | 11100110 | 1011100 | 10111010 | 0 | 111100 | 10011 | 1010 | 100111111 | 1001001 | 111111 |
Color Harmonies of #E65CBA
Complementary color
Monochromatic Colors of #E65CBA
Black with #E65CBA
Text Example
Text Example
White with #E65CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CBA; }
p { color: rgb(230,92,186); }
H1.HeaderClassName
{
color: #E65CBA;
}
.AnyTagClassName
{
color: #E65CBA;
}
</style>
background-color css
<style>
a { background-color: #E65CBA; }
a { background-color: rgb(230,92,186); }
div.DivClassName
{
background-color: #E65CBA;
}
.BgClassName
{
background-color: #E65CBA;
}
</style>
border-color css
<style>
span { border-color: #E65CBA; }
span { border-color: rgb(230,92,186); }
td.TdClassName
{
border-color: #E65CBA;
}
.TagClassName
{
border-color: #E65CBA;
}
</style>