Shades of Hot Pink #E75CB3
Tints of Hot Pink #E75CB3
RGB
CMYK
RGB Variations
Color information
#E75CB3 (or 0xE75CB3) is known color: Hot Pink. HEX triplet: E7, 5C and B3. RGB value is (231,92,179). Sum of RGB (Red+Green+Blue) = 231+92+179=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75CB3 is #18A34C. Grayscale: #8F8F8F. Windows color (decimal): -1614669 or 11754727. OLE color: 11754727.
HSL color Cylindrical-coordinate representation of color #E75CB3: hue angle of 322.45º 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 #E75CB3 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 179 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.09 |
| HSL | 322.45º | 0.74% | 0.63% | - |
| HSV(B) | 322.45º | 0.6% | 0.91% | - |
| XYZ | 44.92 | 27.9 | 45.67 | - |
| YUV | 143.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 179 | 0 | 0.60 | 0.23 | 0.09 | 322.45 | 0.74 | 0.63 |
| Hex | E7 | 5C | B3 | 0 | 3C | 17 | 9 | 142 | 4A | 3F |
| Octal | 347 | 134 | 263 | 0 | 74 | 27 | 11 | 502 | 112 | 77 |
| Binary | 11100111 | 1011100 | 10110011 | 0 | 111100 | 10111 | 1001 | 101000010 | 1001010 | 111111 |
Color Harmonies of #E75CB3
Complementary color
Monochromatic Colors of #E75CB3
Black with #E75CB3
Text Example
Text Example
White with #E75CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75CB3; }
p { color: rgb(231,92,179); }
H1.HeaderClassName
{
color: #E75CB3;
}
.AnyTagClassName
{
color: #E75CB3;
}
</style>
background-color css
<style>
a { background-color: #E75CB3; }
a { background-color: rgb(231,92,179); }
div.DivClassName
{
background-color: #E75CB3;
}
.BgClassName
{
background-color: #E75CB3;
}
</style>
border-color css
<style>
span { border-color: #E75CB3; }
span { border-color: rgb(231,92,179); }
td.TdClassName
{
border-color: #E75CB3;
}
.TagClassName
{
border-color: #E75CB3;
}
</style>