Shades of Hot Pink #E165B2
Tints of Hot Pink #E165B2
RGB
CMYK
RGB Variations
Color information
#E165B2 (or 0xE165B2) is known color: Hot Pink. HEX triplet: E1, 65 and B2. RGB value is (225,101,178). Sum of RGB (Red+Green+Blue) = 225+101+178=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E165B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E165B2 is #1E9A4D. Grayscale: #929292. Windows color (decimal): -2005582 or 11691489. OLE color: 11691489.
HSL color Cylindrical-coordinate representation of color #E165B2: hue angle of 322.74º 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 #E165B2 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 178 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.12 |
| HSL | 322.74º | 0.67% | 0.64% | - |
| HSV(B) | 322.74º | 0.55% | 0.88% | - |
| XYZ | 43.74 | 28.53 | 45.32 | - |
| YUV | 146.85 | 145.58 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 178 | 0 | 0.55 | 0.21 | 0.12 | 322.74 | 0.67 | 0.64 |
| Hex | E1 | 65 | B2 | 0 | 37 | 15 | C | 143 | 43 | 40 |
| Octal | 341 | 145 | 262 | 0 | 67 | 25 | 14 | 503 | 103 | 100 |
| Binary | 11100001 | 1100101 | 10110010 | 0 | 110111 | 10101 | 1100 | 101000011 | 1000011 | 1000000 |
Color Harmonies of #E165B2
Complementary color
Monochromatic Colors of #E165B2
Black with #E165B2
Text Example
Text Example
White with #E165B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165B2; }
p { color: rgb(225,101,178); }
H1.HeaderClassName
{
color: #E165B2;
}
.AnyTagClassName
{
color: #E165B2;
}
</style>
background-color css
<style>
a { background-color: #E165B2; }
a { background-color: rgb(225,101,178); }
div.DivClassName
{
background-color: #E165B2;
}
.BgClassName
{
background-color: #E165B2;
}
</style>
border-color css
<style>
span { border-color: #E165B2; }
span { border-color: rgb(225,101,178); }
td.TdClassName
{
border-color: #E165B2;
}
.TagClassName
{
border-color: #E165B2;
}
</style>