Shades of Hot Pink #E65CBB
Tints of Hot Pink #E65CBB
RGB
CMYK
RGB Variations
Color information
#E65CBB (or 0xE65CBB) is known color: Hot Pink. HEX triplet: E6, 5C and BB. RGB value is (230,92,187). Sum of RGB (Red+Green+Blue) = 230+92+187=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65CBB is #19A344. Grayscale: #8F8F8F. Windows color (decimal): -1680197 or 12279014. OLE color: 12279014.
HSL color Cylindrical-coordinate representation of color #E65CBB: hue angle of 318.7º 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 #E65CBB is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 187 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.10 |
| HSL | 318.7º | 0.73% | 0.63% | - |
| HSV(B) | 318.7º | 0.6% | 0.9% | - |
| XYZ | 45.43 | 28.07 | 50.04 | - |
| YUV | 144.09 | 152.22 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 187 | 0 | 0.60 | 0.19 | 0.10 | 318.7 | 0.73 | 0.63 |
| Hex | E6 | 5C | BB | 0 | 3C | 13 | A | 13F | 49 | 3F |
| Octal | 346 | 134 | 273 | 0 | 74 | 23 | 12 | 477 | 111 | 77 |
| Binary | 11100110 | 1011100 | 10111011 | 0 | 111100 | 10011 | 1010 | 100111111 | 1001001 | 111111 |
Color Harmonies of #E65CBB
Complementary color
Monochromatic Colors of #E65CBB
Black with #E65CBB
Text Example
Text Example
White with #E65CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CBB; }
p { color: rgb(230,92,187); }
H1.HeaderClassName
{
color: #E65CBB;
}
.AnyTagClassName
{
color: #E65CBB;
}
</style>
background-color css
<style>
a { background-color: #E65CBB; }
a { background-color: rgb(230,92,187); }
div.DivClassName
{
background-color: #E65CBB;
}
.BgClassName
{
background-color: #E65CBB;
}
</style>
border-color css
<style>
span { border-color: #E65CBB; }
span { border-color: rgb(230,92,187); }
td.TdClassName
{
border-color: #E65CBB;
}
.TagClassName
{
border-color: #E65CBB;
}
</style>