Shades of Hot Pink #E75CBB
Tints of Hot Pink #E75CBB
RGB
CMYK
RGB Variations
Color information
#E75CBB (or 0xE75CBB) is known color: Hot Pink. HEX triplet: E7, 5C and BB. RGB value is (231,92,187). Sum of RGB (Red+Green+Blue) = 231+92+187=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75CBB is #18A344. Grayscale: #909090. Windows color (decimal): -1614661 or 12279015. OLE color: 12279015.
HSL color Cylindrical-coordinate representation of color #E75CBB: hue angle of 318.99º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75CBB is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 187 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.09 |
| HSL | 318.99º | 0.74% | 0.63% | - |
| HSV(B) | 318.99º | 0.6% | 0.91% | - |
| XYZ | 45.75 | 28.23 | 50.05 | - |
| YUV | 144.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 187 | 0 | 0.60 | 0.19 | 0.09 | 318.99 | 0.74 | 0.63 |
| Hex | E7 | 5C | BB | 0 | 3C | 13 | 9 | 13F | 4A | 3F |
| Octal | 347 | 134 | 273 | 0 | 74 | 23 | 11 | 477 | 112 | 77 |
| Binary | 11100111 | 1011100 | 10111011 | 0 | 111100 | 10011 | 1001 | 100111111 | 1001010 | 111111 |
Color Harmonies of #E75CBB
Complementary color
Monochromatic Colors of #E75CBB
Black with #E75CBB
Text Example
Text Example
White with #E75CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75CBB; }
p { color: rgb(231,92,187); }
H1.HeaderClassName
{
color: #E75CBB;
}
.AnyTagClassName
{
color: #E75CBB;
}
</style>
background-color css
<style>
a { background-color: #E75CBB; }
a { background-color: rgb(231,92,187); }
div.DivClassName
{
background-color: #E75CBB;
}
.BgClassName
{
background-color: #E75CBB;
}
</style>
border-color css
<style>
span { border-color: #E75CBB; }
span { border-color: rgb(231,92,187); }
td.TdClassName
{
border-color: #E75CBB;
}
.TagClassName
{
border-color: #E75CBB;
}
</style>