Shades of Hot Pink #E75DB3
Tints of Hot Pink #E75DB3
RGB
CMYK
RGB Variations
Color information
#E75DB3 (or 0xE75DB3) is known color: Hot Pink. HEX triplet: E7, 5D and B3. RGB value is (231,93,179). Sum of RGB (Red+Green+Blue) = 231+93+179=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DB3 is #18A24C. Grayscale: #8F8F8F. Windows color (decimal): -1614413 or 11754983. OLE color: 11754983.
HSL color Cylindrical-coordinate representation of color #E75DB3: hue angle of 322.61º 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 #E75DB3 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 179 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.09 |
| HSL | 322.61º | 0.74% | 0.64% | - |
| HSV(B) | 322.61º | 0.6% | 0.91% | - |
| XYZ | 45.01 | 28.07 | 45.69 | - |
| YUV | 144.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 179 | 0 | 0.60 | 0.23 | 0.09 | 322.61 | 0.74 | 0.64 |
| Hex | E7 | 5D | B3 | 0 | 3C | 17 | 9 | 143 | 4A | 40 |
| Octal | 347 | 135 | 263 | 0 | 74 | 27 | 11 | 503 | 112 | 100 |
| Binary | 11100111 | 1011101 | 10110011 | 0 | 111100 | 10111 | 1001 | 101000011 | 1001010 | 1000000 |
Color Harmonies of #E75DB3
Complementary color
Monochromatic Colors of #E75DB3
Black with #E75DB3
Text Example
Text Example
White with #E75DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75DB3; }
p { color: rgb(231,93,179); }
H1.HeaderClassName
{
color: #E75DB3;
}
.AnyTagClassName
{
color: #E75DB3;
}
</style>
background-color css
<style>
a { background-color: #E75DB3; }
a { background-color: rgb(231,93,179); }
div.DivClassName
{
background-color: #E75DB3;
}
.BgClassName
{
background-color: #E75DB3;
}
</style>
border-color css
<style>
span { border-color: #E75DB3; }
span { border-color: rgb(231,93,179); }
td.TdClassName
{
border-color: #E75DB3;
}
.TagClassName
{
border-color: #E75DB3;
}
</style>