Shades of Hot Pink #E269AF
Tints of Hot Pink #E269AF
RGB
CMYK
RGB Variations
Color information
#E269AF (or 0xE269AF) is known color: Hot Pink. HEX triplet: E2, 69 and AF. RGB value is (226,105,175). Sum of RGB (Red+Green+Blue) = 226+105+175=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E269AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E269AF is #1D9650. Grayscale: #959595. Windows color (decimal): -1939025 or 11495906. OLE color: 11495906.
HSL color Cylindrical-coordinate representation of color #E269AF: hue angle of 325.29º 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 #E269AF is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 175 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.11 |
| HSL | 325.29º | 0.68% | 0.65% | - |
| HSV(B) | 325.29º | 0.54% | 0.89% | - |
| XYZ | 44.15 | 29.37 | 43.9 | - |
| YUV | 149.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 175 | 0 | 0.54 | 0.23 | 0.11 | 325.29 | 0.68 | 0.65 |
| Hex | E2 | 69 | AF | 0 | 36 | 17 | B | 145 | 44 | 41 |
| Octal | 342 | 151 | 257 | 0 | 66 | 27 | 13 | 505 | 104 | 101 |
| Binary | 11100010 | 1101001 | 10101111 | 0 | 110110 | 10111 | 1011 | 101000101 | 1000100 | 1000001 |
Color Harmonies of #E269AF
Complementary color
Monochromatic Colors of #E269AF
Black with #E269AF
Text Example
Text Example
White with #E269AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E269AF; }
p { color: rgb(226,105,175); }
H1.HeaderClassName
{
color: #E269AF;
}
.AnyTagClassName
{
color: #E269AF;
}
</style>
background-color css
<style>
a { background-color: #E269AF; }
a { background-color: rgb(226,105,175); }
div.DivClassName
{
background-color: #E269AF;
}
.BgClassName
{
background-color: #E269AF;
}
</style>
border-color css
<style>
span { border-color: #E269AF; }
span { border-color: rgb(226,105,175); }
td.TdClassName
{
border-color: #E269AF;
}
.TagClassName
{
border-color: #E269AF;
}
</style>