Shades of Hot Pink #E267AF
Tints of Hot Pink #E267AF
RGB
CMYK
RGB Variations
Color information
#E267AF (or 0xE267AF) is known color: Hot Pink. HEX triplet: E2, 67 and AF. RGB value is (226,103,175). Sum of RGB (Red+Green+Blue) = 226+103+175=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E267AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E267AF is #1D9850. Grayscale: #939393. Windows color (decimal): -1939537 or 11495394. OLE color: 11495394.
HSL color Cylindrical-coordinate representation of color #E267AF: hue angle of 324.88º 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 #E267AF is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 175 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.11 |
| HSL | 324.88º | 0.68% | 0.65% | - |
| HSV(B) | 324.88º | 0.54% | 0.89% | - |
| XYZ | 43.95 | 28.96 | 43.83 | - |
| YUV | 147.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 175 | 0 | 0.54 | 0.23 | 0.11 | 324.88 | 0.68 | 0.65 |
| Hex | E2 | 67 | AF | 0 | 36 | 17 | B | 145 | 44 | 41 |
| Octal | 342 | 147 | 257 | 0 | 66 | 27 | 13 | 505 | 104 | 101 |
| Binary | 11100010 | 1100111 | 10101111 | 0 | 110110 | 10111 | 1011 | 101000101 | 1000100 | 1000001 |
Color Harmonies of #E267AF
Complementary color
Monochromatic Colors of #E267AF
Black with #E267AF
Text Example
Text Example
White with #E267AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E267AF; }
p { color: rgb(226,103,175); }
H1.HeaderClassName
{
color: #E267AF;
}
.AnyTagClassName
{
color: #E267AF;
}
</style>
background-color css
<style>
a { background-color: #E267AF; }
a { background-color: rgb(226,103,175); }
div.DivClassName
{
background-color: #E267AF;
}
.BgClassName
{
background-color: #E267AF;
}
</style>
border-color css
<style>
span { border-color: #E267AF; }
span { border-color: rgb(226,103,175); }
td.TdClassName
{
border-color: #E267AF;
}
.TagClassName
{
border-color: #E267AF;
}
</style>