Shades of Hot Pink #E266B0
Tints of Hot Pink #E266B0
RGB
CMYK
RGB Variations
Color information
#E266B0 (or 0xE266B0) is known color: Hot Pink. HEX triplet: E2, 66 and B0. RGB value is (226,102,176). Sum of RGB (Red+Green+Blue) = 226+102+176=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E266B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E266B0 is #1D994F. Grayscale: #939393. Windows color (decimal): -1939792 or 11560674. OLE color: 11560674.
HSL color Cylindrical-coordinate representation of color #E266B0: hue angle of 324.19º 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 #E266B0 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 176 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.11 |
| HSL | 324.19º | 0.68% | 0.64% | - |
| HSV(B) | 324.19º | 0.55% | 0.89% | - |
| XYZ | 43.95 | 28.81 | 44.32 | - |
| YUV | 147.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 176 | 0 | 0.55 | 0.22 | 0.11 | 324.19 | 0.68 | 0.64 |
| Hex | E2 | 66 | B0 | 0 | 37 | 16 | B | 144 | 44 | 40 |
| Octal | 342 | 146 | 260 | 0 | 67 | 26 | 13 | 504 | 104 | 100 |
| Binary | 11100010 | 1100110 | 10110000 | 0 | 110111 | 10110 | 1011 | 101000100 | 1000100 | 1000000 |
Color Harmonies of #E266B0
Complementary color
Monochromatic Colors of #E266B0
Black with #E266B0
Text Example
Text Example
White with #E266B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E266B0; }
p { color: rgb(226,102,176); }
H1.HeaderClassName
{
color: #E266B0;
}
.AnyTagClassName
{
color: #E266B0;
}
</style>
background-color css
<style>
a { background-color: #E266B0; }
a { background-color: rgb(226,102,176); }
div.DivClassName
{
background-color: #E266B0;
}
.BgClassName
{
background-color: #E266B0;
}
</style>
border-color css
<style>
span { border-color: #E266B0; }
span { border-color: rgb(226,102,176); }
td.TdClassName
{
border-color: #E266B0;
}
.TagClassName
{
border-color: #E266B0;
}
</style>