Shades of Hot Pink #E75DB2
Tints of Hot Pink #E75DB2
RGB
CMYK
RGB Variations
Color information
#E75DB2 (or 0xE75DB2) is known color: Hot Pink. HEX triplet: E7, 5D and B2. RGB value is (231,93,178). Sum of RGB (Red+Green+Blue) = 231+93+178=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75DB2 is #18A24D. Grayscale: #8F8F8F. Windows color (decimal): -1614414 or 11689447. OLE color: 11689447.
HSL color Cylindrical-coordinate representation of color #E75DB2: hue angle of 323.04º 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 #E75DB2 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 178 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.09 |
| HSL | 323.04º | 0.74% | 0.64% | - |
| HSV(B) | 323.04º | 0.6% | 0.91% | - |
| XYZ | 44.91 | 28.03 | 45.16 | - |
| YUV | 143.95 | 147.22 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 178 | 0 | 0.60 | 0.23 | 0.09 | 323.04 | 0.74 | 0.64 |
| Hex | E7 | 5D | B2 | 0 | 3C | 17 | 9 | 143 | 4A | 40 |
| Octal | 347 | 135 | 262 | 0 | 74 | 27 | 11 | 503 | 112 | 100 |
| Binary | 11100111 | 1011101 | 10110010 | 0 | 111100 | 10111 | 1001 | 101000011 | 1001010 | 1000000 |
Color Harmonies of #E75DB2
Complementary color
Monochromatic Colors of #E75DB2
Black with #E75DB2
Text Example
Text Example
White with #E75DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75DB2; }
p { color: rgb(231,93,178); }
H1.HeaderClassName
{
color: #E75DB2;
}
.AnyTagClassName
{
color: #E75DB2;
}
</style>
background-color css
<style>
a { background-color: #E75DB2; }
a { background-color: rgb(231,93,178); }
div.DivClassName
{
background-color: #E75DB2;
}
.BgClassName
{
background-color: #E75DB2;
}
</style>
border-color css
<style>
span { border-color: #E75DB2; }
span { border-color: rgb(231,93,178); }
td.TdClassName
{
border-color: #E75DB2;
}
.TagClassName
{
border-color: #E75DB2;
}
</style>