Shades of Hot Pink #E265AF
Tints of Hot Pink #E265AF
RGB
CMYK
RGB Variations
Color information
#E265AF (or 0xE265AF) is known color: Hot Pink. HEX triplet: E2, 65 and AF. RGB value is (226,101,175). Sum of RGB (Red+Green+Blue) = 226+101+175=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E265AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E265AF is #1D9A50. Grayscale: #929292. Windows color (decimal): -1940049 or 11494882. OLE color: 11494882.
HSL color Cylindrical-coordinate representation of color #E265AF: hue angle of 324.48º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E265AF is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 175 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.11 |
| HSL | 324.48º | 0.68% | 0.64% | - |
| HSV(B) | 324.48º | 0.55% | 0.89% | - |
| XYZ | 43.76 | 28.57 | 43.77 | - |
| YUV | 146.81 | 143.91 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 175 | 0 | 0.55 | 0.23 | 0.11 | 324.48 | 0.68 | 0.64 |
| Hex | E2 | 65 | AF | 0 | 37 | 17 | B | 144 | 44 | 40 |
| Octal | 342 | 145 | 257 | 0 | 67 | 27 | 13 | 504 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10101111 | 0 | 110111 | 10111 | 1011 | 101000100 | 1000100 | 1000000 |
Color Harmonies of #E265AF
Complementary color
Monochromatic Colors of #E265AF
Black with #E265AF
Text Example
Text Example
White with #E265AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265AF; }
p { color: rgb(226,101,175); }
H1.HeaderClassName
{
color: #E265AF;
}
.AnyTagClassName
{
color: #E265AF;
}
</style>
background-color css
<style>
a { background-color: #E265AF; }
a { background-color: rgb(226,101,175); }
div.DivClassName
{
background-color: #E265AF;
}
.BgClassName
{
background-color: #E265AF;
}
</style>
border-color css
<style>
span { border-color: #E265AF; }
span { border-color: rgb(226,101,175); }
td.TdClassName
{
border-color: #E265AF;
}
.TagClassName
{
border-color: #E265AF;
}
</style>