Shades of Hot Pink #E265AD
Tints of Hot Pink #E265AD
RGB
CMYK
RGB Variations
Color information
#E265AD (or 0xE265AD) is known color: Hot Pink. HEX triplet: E2, 65 and AD. RGB value is (226,101,173). Sum of RGB (Red+Green+Blue) = 226+101+173=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E265AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E265AD is #1D9A52. Grayscale: #929292. Windows color (decimal): -1940051 or 11363810. OLE color: 11363810.
HSL color Cylindrical-coordinate representation of color #E265AD: hue angle of 325.44º 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 #E265AD is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 173 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.11 |
| HSL | 325.44º | 0.68% | 0.64% | - |
| HSV(B) | 325.44º | 0.55% | 0.89% | - |
| XYZ | 43.56 | 28.49 | 42.74 | - |
| YUV | 146.58 | 142.91 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 173 | 0 | 0.55 | 0.23 | 0.11 | 325.44 | 0.68 | 0.64 |
| Hex | E2 | 65 | AD | 0 | 37 | 17 | B | 145 | 44 | 40 |
| Octal | 342 | 145 | 255 | 0 | 67 | 27 | 13 | 505 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10101101 | 0 | 110111 | 10111 | 1011 | 101000101 | 1000100 | 1000000 |
Color Harmonies of #E265AD
Complementary color
Monochromatic Colors of #E265AD
Black with #E265AD
Text Example
Text Example
White with #E265AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265AD; }
p { color: rgb(226,101,173); }
H1.HeaderClassName
{
color: #E265AD;
}
.AnyTagClassName
{
color: #E265AD;
}
</style>
background-color css
<style>
a { background-color: #E265AD; }
a { background-color: rgb(226,101,173); }
div.DivClassName
{
background-color: #E265AD;
}
.BgClassName
{
background-color: #E265AD;
}
</style>
border-color css
<style>
span { border-color: #E265AD; }
span { border-color: rgb(226,101,173); }
td.TdClassName
{
border-color: #E265AD;
}
.TagClassName
{
border-color: #E265AD;
}
</style>