Shades of Hot Pink #E469B7
Tints of Hot Pink #E469B7
RGB
CMYK
RGB Variations
Color information
#E469B7 (or 0xE469B7) is known color: Hot Pink. HEX triplet: E4, 69 and B7. RGB value is (228,105,183). Sum of RGB (Red+Green+Blue) = 228+105+183=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E469B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E469B7 is #1B9648. Grayscale: #969696. Windows color (decimal): -1807945 or 12020196. OLE color: 12020196.
HSL color Cylindrical-coordinate representation of color #E469B7: hue angle of 321.95º degrees, saturation: 0.69, 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 #E469B7 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 105 | 183 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.11 |
| HSL | 321.95º | 0.69% | 0.65% | - |
| HSV(B) | 321.95º | 0.54% | 0.89% | - |
| XYZ | 45.59 | 30.02 | 48.19 | - |
| YUV | 150.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 105 | 183 | 0 | 0.54 | 0.20 | 0.11 | 321.95 | 0.69 | 0.65 |
| Hex | E4 | 69 | B7 | 0 | 36 | 14 | B | 142 | 45 | 41 |
| Octal | 344 | 151 | 267 | 0 | 66 | 24 | 13 | 502 | 105 | 101 |
| Binary | 11100100 | 1101001 | 10110111 | 0 | 110110 | 10100 | 1011 | 101000010 | 1000101 | 1000001 |
Color Harmonies of #E469B7
Complementary color
Monochromatic Colors of #E469B7
Black with #E469B7
Text Example
Text Example
White with #E469B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E469B7; }
p { color: rgb(228,105,183); }
H1.HeaderClassName
{
color: #E469B7;
}
.AnyTagClassName
{
color: #E469B7;
}
</style>
background-color css
<style>
a { background-color: #E469B7; }
a { background-color: rgb(228,105,183); }
div.DivClassName
{
background-color: #E469B7;
}
.BgClassName
{
background-color: #E469B7;
}
</style>
border-color css
<style>
span { border-color: #E469B7; }
span { border-color: rgb(228,105,183); }
td.TdClassName
{
border-color: #E469B7;
}
.TagClassName
{
border-color: #E469B7;
}
</style>