Shades of Hot Pink #E266B4
Tints of Hot Pink #E266B4
RGB
CMYK
RGB Variations
Color information
#E266B4 (or 0xE266B4) is known color: Hot Pink. HEX triplet: E2, 66 and B4. RGB value is (226,102,180). Sum of RGB (Red+Green+Blue) = 226+102+180=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E266B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E266B4 is #1D994B. Grayscale: #939393. Windows color (decimal): -1939788 or 11822818. OLE color: 11822818.
HSL color Cylindrical-coordinate representation of color #E266B4: hue angle of 322.26º 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 #E266B4 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 180 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.11 |
| HSL | 322.26º | 0.68% | 0.64% | - |
| HSV(B) | 322.26º | 0.55% | 0.89% | - |
| XYZ | 44.35 | 28.97 | 46.43 | - |
| YUV | 147.97 | 146.08 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 180 | 0 | 0.55 | 0.20 | 0.11 | 322.26 | 0.68 | 0.64 |
| Hex | E2 | 66 | B4 | 0 | 37 | 14 | B | 142 | 44 | 40 |
| Octal | 342 | 146 | 264 | 0 | 67 | 24 | 13 | 502 | 104 | 100 |
| Binary | 11100010 | 1100110 | 10110100 | 0 | 110111 | 10100 | 1011 | 101000010 | 1000100 | 1000000 |
Color Harmonies of #E266B4
Complementary color
Monochromatic Colors of #E266B4
Black with #E266B4
Text Example
Text Example
White with #E266B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E266B4; }
p { color: rgb(226,102,180); }
H1.HeaderClassName
{
color: #E266B4;
}
.AnyTagClassName
{
color: #E266B4;
}
</style>
background-color css
<style>
a { background-color: #E266B4; }
a { background-color: rgb(226,102,180); }
div.DivClassName
{
background-color: #E266B4;
}
.BgClassName
{
background-color: #E266B4;
}
</style>
border-color css
<style>
span { border-color: #E266B4; }
span { border-color: rgb(226,102,180); }
td.TdClassName
{
border-color: #E266B4;
}
.TagClassName
{
border-color: #E266B4;
}
</style>