Shades of Hot Pink #E266AE
Tints of Hot Pink #E266AE
RGB
CMYK
RGB Variations
Color information
#E266AE (or 0xE266AE) is known color: Hot Pink. HEX triplet: E2, 66 and AE. RGB value is (226,102,174). Sum of RGB (Red+Green+Blue) = 226+102+174=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E266AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E266AE is #1D9951. Grayscale: #939393. Windows color (decimal): -1939794 or 11429602. OLE color: 11429602.
HSL color Cylindrical-coordinate representation of color #E266AE: hue angle of 325.16º 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 #E266AE is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 174 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.11 |
| HSL | 325.16º | 0.68% | 0.64% | - |
| HSV(B) | 325.16º | 0.55% | 0.89% | - |
| XYZ | 43.76 | 28.73 | 43.28 | - |
| YUV | 147.28 | 143.08 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 174 | 0 | 0.55 | 0.23 | 0.11 | 325.16 | 0.68 | 0.64 |
| Hex | E2 | 66 | AE | 0 | 37 | 17 | B | 145 | 44 | 40 |
| Octal | 342 | 146 | 256 | 0 | 67 | 27 | 13 | 505 | 104 | 100 |
| Binary | 11100010 | 1100110 | 10101110 | 0 | 110111 | 10111 | 1011 | 101000101 | 1000100 | 1000000 |
Color Harmonies of #E266AE
Complementary color
Monochromatic Colors of #E266AE
Black with #E266AE
Text Example
Text Example
White with #E266AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E266AE; }
p { color: rgb(226,102,174); }
H1.HeaderClassName
{
color: #E266AE;
}
.AnyTagClassName
{
color: #E266AE;
}
</style>
background-color css
<style>
a { background-color: #E266AE; }
a { background-color: rgb(226,102,174); }
div.DivClassName
{
background-color: #E266AE;
}
.BgClassName
{
background-color: #E266AE;
}
</style>
border-color css
<style>
span { border-color: #E266AE; }
span { border-color: rgb(226,102,174); }
td.TdClassName
{
border-color: #E266AE;
}
.TagClassName
{
border-color: #E266AE;
}
</style>