Shades of Hot Pink #E267B9
Tints of Hot Pink #E267B9
RGB
CMYK
RGB Variations
Color information
#E267B9 (or 0xE267B9) is known color: Hot Pink. HEX triplet: E2, 67 and B9. RGB value is (226,103,185). Sum of RGB (Red+Green+Blue) = 226+103+185=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E267B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E267B9 is #1D9846. Grayscale: #949494. Windows color (decimal): -1939527 or 12150754. OLE color: 12150754.
HSL color Cylindrical-coordinate representation of color #E267B9: hue angle of 320º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E267B9 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 185 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.11 |
| HSL | 320º | 0.68% | 0.65% | - |
| HSV(B) | 320º | 0.54% | 0.89% | - |
| XYZ | 44.97 | 29.37 | 49.2 | - |
| YUV | 149.13 | 148.25 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 185 | 0 | 0.54 | 0.18 | 0.11 | 320 | 0.68 | 0.65 |
| Hex | E2 | 67 | B9 | 0 | 36 | 12 | B | 140 | 44 | 41 |
| Octal | 342 | 147 | 271 | 0 | 66 | 22 | 13 | 500 | 104 | 101 |
| Binary | 11100010 | 1100111 | 10111001 | 0 | 110110 | 10010 | 1011 | 101000000 | 1000100 | 1000001 |
Color Harmonies of #E267B9
Complementary color
Monochromatic Colors of #E267B9
Black with #E267B9
Text Example
Text Example
White with #E267B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E267B9; }
p { color: rgb(226,103,185); }
H1.HeaderClassName
{
color: #E267B9;
}
.AnyTagClassName
{
color: #E267B9;
}
</style>
background-color css
<style>
a { background-color: #E267B9; }
a { background-color: rgb(226,103,185); }
div.DivClassName
{
background-color: #E267B9;
}
.BgClassName
{
background-color: #E267B9;
}
</style>
border-color css
<style>
span { border-color: #E267B9; }
span { border-color: rgb(226,103,185); }
td.TdClassName
{
border-color: #E267B9;
}
.TagClassName
{
border-color: #E267B9;
}
</style>