Shades of Hot Pink #E165B0
Tints of Hot Pink #E165B0
RGB
CMYK
RGB Variations
Color information
#E165B0 (or 0xE165B0) is known color: Hot Pink. HEX triplet: E1, 65 and B0. RGB value is (225,101,176). Sum of RGB (Red+Green+Blue) = 225+101+176=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E165B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E165B0 is #1E9A4F. Grayscale: #929292. Windows color (decimal): -2005584 or 11560417. OLE color: 11560417.
HSL color Cylindrical-coordinate representation of color #E165B0: hue angle of 323.71º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E165B0 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 176 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.12 |
| HSL | 323.71º | 0.67% | 0.64% | - |
| HSV(B) | 323.71º | 0.55% | 0.88% | - |
| XYZ | 43.54 | 28.45 | 44.27 | - |
| YUV | 146.63 | 144.58 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 176 | 0 | 0.55 | 0.22 | 0.12 | 323.71 | 0.67 | 0.64 |
| Hex | E1 | 65 | B0 | 0 | 37 | 16 | C | 144 | 43 | 40 |
| Octal | 341 | 145 | 260 | 0 | 67 | 26 | 14 | 504 | 103 | 100 |
| Binary | 11100001 | 1100101 | 10110000 | 0 | 110111 | 10110 | 1100 | 101000100 | 1000011 | 1000000 |
Color Harmonies of #E165B0
Complementary color
Monochromatic Colors of #E165B0
Black with #E165B0
Text Example
Text Example
White with #E165B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165B0; }
p { color: rgb(225,101,176); }
H1.HeaderClassName
{
color: #E165B0;
}
.AnyTagClassName
{
color: #E165B0;
}
</style>
background-color css
<style>
a { background-color: #E165B0; }
a { background-color: rgb(225,101,176); }
div.DivClassName
{
background-color: #E165B0;
}
.BgClassName
{
background-color: #E165B0;
}
</style>
border-color css
<style>
span { border-color: #E165B0; }
span { border-color: rgb(225,101,176); }
td.TdClassName
{
border-color: #E165B0;
}
.TagClassName
{
border-color: #E165B0;
}
</style>