Shades of Hot Pink #E165B9
Tints of Hot Pink #E165B9
RGB
CMYK
RGB Variations
Color information
#E165B9 (or 0xE165B9) is known color: Hot Pink. HEX triplet: E1, 65 and B9. RGB value is (225,101,185). Sum of RGB (Red+Green+Blue) = 225+101+185=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E165B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165B9 is #1E9A46. Grayscale: #939393. Windows color (decimal): -2005575 or 12150241. OLE color: 12150241.
HSL color Cylindrical-coordinate representation of color #E165B9: hue angle of 319.35º 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 #E165B9 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 185 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.12 |
| HSL | 319.35º | 0.67% | 0.64% | - |
| HSV(B) | 319.35º | 0.55% | 0.88% | - |
| XYZ | 44.46 | 28.82 | 49.12 | - |
| YUV | 147.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 185 | 0 | 0.55 | 0.18 | 0.12 | 319.35 | 0.67 | 0.64 |
| Hex | E1 | 65 | B9 | 0 | 37 | 12 | C | 13F | 43 | 40 |
| Octal | 341 | 145 | 271 | 0 | 67 | 22 | 14 | 477 | 103 | 100 |
| Binary | 11100001 | 1100101 | 10111001 | 0 | 110111 | 10010 | 1100 | 100111111 | 1000011 | 1000000 |
Color Harmonies of #E165B9
Complementary color
Monochromatic Colors of #E165B9
Black with #E165B9
Text Example
Text Example
White with #E165B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165B9; }
p { color: rgb(225,101,185); }
H1.HeaderClassName
{
color: #E165B9;
}
.AnyTagClassName
{
color: #E165B9;
}
</style>
background-color css
<style>
a { background-color: #E165B9; }
a { background-color: rgb(225,101,185); }
div.DivClassName
{
background-color: #E165B9;
}
.BgClassName
{
background-color: #E165B9;
}
</style>
border-color css
<style>
span { border-color: #E165B9; }
span { border-color: rgb(225,101,185); }
td.TdClassName
{
border-color: #E165B9;
}
.TagClassName
{
border-color: #E165B9;
}
</style>