Shades of Hot Pink #E165B4
Tints of Hot Pink #E165B4
RGB
CMYK
RGB Variations
Color information
#E165B4 (or 0xE165B4) is known color: Hot Pink. HEX triplet: E1, 65 and B4. RGB value is (225,101,180). Sum of RGB (Red+Green+Blue) = 225+101+180=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E165B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165B4 is #1E9A4B. Grayscale: #929292. Windows color (decimal): -2005580 or 11822561. OLE color: 11822561.
HSL color Cylindrical-coordinate representation of color #E165B4: hue angle of 321.77º 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 #E165B4 is Cyan = 0, Magento = 0.55, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 180 | - |
| CMYK | 0 | 0.55 | 0.2 | 0.12 |
| HSL | 321.77º | 0.67% | 0.64% | - |
| HSV(B) | 321.77º | 0.55% | 0.88% | - |
| XYZ | 43.94 | 28.61 | 46.39 | - |
| YUV | 147.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 180 | 0 | 0.55 | 0.2 | 0.12 | 321.77 | 0.67 | 0.64 |
| Hex | E1 | 65 | B4 | 0 | 37 | 14 | C | 142 | 43 | 40 |
| Octal | 341 | 145 | 264 | 0 | 67 | 24 | 14 | 502 | 103 | 100 |
| Binary | 11100001 | 1100101 | 10110100 | 0 | 110111 | 10100 | 1100 | 101000010 | 1000011 | 1000000 |
Color Harmonies of #E165B4
Complementary color
Monochromatic Colors of #E165B4
Black with #E165B4
Text Example
Text Example
White with #E165B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165B4; }
p { color: rgb(225,101,180); }
H1.HeaderClassName
{
color: #E165B4;
}
.AnyTagClassName
{
color: #E165B4;
}
</style>
background-color css
<style>
a { background-color: #E165B4; }
a { background-color: rgb(225,101,180); }
div.DivClassName
{
background-color: #E165B4;
}
.BgClassName
{
background-color: #E165B4;
}
</style>
border-color css
<style>
span { border-color: #E165B4; }
span { border-color: rgb(225,101,180); }
td.TdClassName
{
border-color: #E165B4;
}
.TagClassName
{
border-color: #E165B4;
}
</style>