Shades of Hot Pink #E165B1
Tints of Hot Pink #E165B1
RGB
CMYK
RGB Variations
Color information
#E165B1 (or 0xE165B1) is known color: Hot Pink. HEX triplet: E1, 65 and B1. RGB value is (225,101,177). Sum of RGB (Red+Green+Blue) = 225+101+177=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E165B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E165B1 is #1E9A4E. Grayscale: #929292. Windows color (decimal): -2005583 or 11625953. OLE color: 11625953.
HSL color Cylindrical-coordinate representation of color #E165B1: hue angle of 323.23º 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 #E165B1 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 177 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.12 |
| HSL | 323.23º | 0.67% | 0.64% | - |
| HSV(B) | 323.23º | 0.55% | 0.88% | - |
| XYZ | 43.64 | 28.49 | 44.79 | - |
| YUV | 146.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 177 | 0 | 0.55 | 0.21 | 0.12 | 323.23 | 0.67 | 0.64 |
| Hex | E1 | 65 | B1 | 0 | 37 | 15 | C | 143 | 43 | 40 |
| Octal | 341 | 145 | 261 | 0 | 67 | 25 | 14 | 503 | 103 | 100 |
| Binary | 11100001 | 1100101 | 10110001 | 0 | 110111 | 10101 | 1100 | 101000011 | 1000011 | 1000000 |
Color Harmonies of #E165B1
Complementary color
Monochromatic Colors of #E165B1
Black with #E165B1
Text Example
Text Example
White with #E165B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165B1; }
p { color: rgb(225,101,177); }
H1.HeaderClassName
{
color: #E165B1;
}
.AnyTagClassName
{
color: #E165B1;
}
</style>
background-color css
<style>
a { background-color: #E165B1; }
a { background-color: rgb(225,101,177); }
div.DivClassName
{
background-color: #E165B1;
}
.BgClassName
{
background-color: #E165B1;
}
</style>
border-color css
<style>
span { border-color: #E165B1; }
span { border-color: rgb(225,101,177); }
td.TdClassName
{
border-color: #E165B1;
}
.TagClassName
{
border-color: #E165B1;
}
</style>