Shades of Hot Pink #E269B5
Tints of Hot Pink #E269B5
RGB
CMYK
RGB Variations
Color information
#E269B5 (or 0xE269B5) is known color: Hot Pink. HEX triplet: E2, 69 and B5. RGB value is (226,105,181). Sum of RGB (Red+Green+Blue) = 226+105+181=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E269B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269B5 is #1D964A. Grayscale: #959595. Windows color (decimal): -1939019 or 11889122. OLE color: 11889122.
HSL color Cylindrical-coordinate representation of color #E269B5: hue angle of 322.31º 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 #E269B5 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 181 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.11 |
| HSL | 322.31º | 0.68% | 0.65% | - |
| HSV(B) | 322.31º | 0.54% | 0.89% | - |
| XYZ | 44.76 | 29.61 | 47.07 | - |
| YUV | 149.84 | 145.59 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 181 | 0 | 0.54 | 0.20 | 0.11 | 322.31 | 0.68 | 0.65 |
| Hex | E2 | 69 | B5 | 0 | 36 | 14 | B | 142 | 44 | 41 |
| Octal | 342 | 151 | 265 | 0 | 66 | 24 | 13 | 502 | 104 | 101 |
| Binary | 11100010 | 1101001 | 10110101 | 0 | 110110 | 10100 | 1011 | 101000010 | 1000100 | 1000001 |
Color Harmonies of #E269B5
Complementary color
Monochromatic Colors of #E269B5
Black with #E269B5
Text Example
Text Example
White with #E269B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E269B5; }
p { color: rgb(226,105,181); }
H1.HeaderClassName
{
color: #E269B5;
}
.AnyTagClassName
{
color: #E269B5;
}
</style>
background-color css
<style>
a { background-color: #E269B5; }
a { background-color: rgb(226,105,181); }
div.DivClassName
{
background-color: #E269B5;
}
.BgClassName
{
background-color: #E269B5;
}
</style>
border-color css
<style>
span { border-color: #E269B5; }
span { border-color: rgb(226,105,181); }
td.TdClassName
{
border-color: #E269B5;
}
.TagClassName
{
border-color: #E269B5;
}
</style>