Shades of Hot Pink #E265A9
Tints of Hot Pink #E265A9
RGB
CMYK
RGB Variations
Color information
#E265A9 (or 0xE265A9) is known color: Hot Pink. HEX triplet: E2, 65 and A9. RGB value is (226,101,169). Sum of RGB (Red+Green+Blue) = 226+101+169=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E265A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E265A9 is #1D9A56. Grayscale: #919191. Windows color (decimal): -1940055 or 11101666. OLE color: 11101666.
HSL color Cylindrical-coordinate representation of color #E265A9: hue angle of 327.36º 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 #E265A9 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 169 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.11 |
| HSL | 327.36º | 0.68% | 0.64% | - |
| HSV(B) | 327.36º | 0.55% | 0.89% | - |
| XYZ | 43.18 | 28.34 | 40.73 | - |
| YUV | 146.13 | 140.91 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 169 | 0 | 0.55 | 0.25 | 0.11 | 327.36 | 0.68 | 0.64 |
| Hex | E2 | 65 | A9 | 0 | 37 | 19 | B | 147 | 44 | 40 |
| Octal | 342 | 145 | 251 | 0 | 67 | 31 | 13 | 507 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10101001 | 0 | 110111 | 11001 | 1011 | 101000111 | 1000100 | 1000000 |
Color Harmonies of #E265A9
Complementary color
Monochromatic Colors of #E265A9
Black with #E265A9
Text Example
Text Example
White with #E265A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265A9; }
p { color: rgb(226,101,169); }
H1.HeaderClassName
{
color: #E265A9;
}
.AnyTagClassName
{
color: #E265A9;
}
</style>
background-color css
<style>
a { background-color: #E265A9; }
a { background-color: rgb(226,101,169); }
div.DivClassName
{
background-color: #E265A9;
}
.BgClassName
{
background-color: #E265A9;
}
</style>
border-color css
<style>
span { border-color: #E265A9; }
span { border-color: rgb(226,101,169); }
td.TdClassName
{
border-color: #E265A9;
}
.TagClassName
{
border-color: #E265A9;
}
</style>