Shades of Hot Pink #E75DBB
Tints of Hot Pink #E75DBB
RGB
CMYK
RGB Variations
Color information
#E75DBB (or 0xE75DBB) is known color: Hot Pink. HEX triplet: E7, 5D and BB. RGB value is (231,93,187). Sum of RGB (Red+Green+Blue) = 231+93+187=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DBB is #18A244. Grayscale: #909090. Windows color (decimal): -1614405 or 12279271. OLE color: 12279271.
HSL color Cylindrical-coordinate representation of color #E75DBB: hue angle of 319.13º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75DBB is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 187 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.09 |
| HSL | 319.13º | 0.74% | 0.64% | - |
| HSV(B) | 319.13º | 0.6% | 0.91% | - |
| XYZ | 45.84 | 28.41 | 50.08 | - |
| YUV | 144.98 | 151.72 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 187 | 0 | 0.60 | 0.19 | 0.09 | 319.13 | 0.74 | 0.64 |
| Hex | E7 | 5D | BB | 0 | 3C | 13 | 9 | 13F | 4A | 40 |
| Octal | 347 | 135 | 273 | 0 | 74 | 23 | 11 | 477 | 112 | 100 |
| Binary | 11100111 | 1011101 | 10111011 | 0 | 111100 | 10011 | 1001 | 100111111 | 1001010 | 1000000 |
Color Harmonies of #E75DBB
Complementary color
Monochromatic Colors of #E75DBB
Black with #E75DBB
Text Example
Text Example
White with #E75DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75DBB; }
p { color: rgb(231,93,187); }
H1.HeaderClassName
{
color: #E75DBB;
}
.AnyTagClassName
{
color: #E75DBB;
}
</style>
background-color css
<style>
a { background-color: #E75DBB; }
a { background-color: rgb(231,93,187); }
div.DivClassName
{
background-color: #E75DBB;
}
.BgClassName
{
background-color: #E75DBB;
}
</style>
border-color css
<style>
span { border-color: #E75DBB; }
span { border-color: rgb(231,93,187); }
td.TdClassName
{
border-color: #E75DBB;
}
.TagClassName
{
border-color: #E75DBB;
}
</style>