Shades of Hot Pink #E069B5
Tints of Hot Pink #E069B5
RGB
CMYK
RGB Variations
Color information
#E069B5 (or 0xE069B5) is known color: Hot Pink. HEX triplet: E0, 69 and B5. RGB value is (224,105,181). Sum of RGB (Red+Green+Blue) = 224+105+181=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E069B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069B5 is #1F964A. Grayscale: #959595. Windows color (decimal): -2070091 or 11889120. OLE color: 11889120.
HSL color Cylindrical-coordinate representation of color #E069B5: hue angle of 321.68º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E069B5 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 181 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.12 |
| HSL | 321.68º | 0.66% | 0.65% | - |
| HSV(B) | 321.68º | 0.53% | 0.88% | - |
| XYZ | 44.13 | 29.29 | 47.04 | - |
| YUV | 149.25 | 145.92 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 181 | 0 | 0.53 | 0.19 | 0.12 | 321.68 | 0.66 | 0.65 |
| Hex | E0 | 69 | B5 | 0 | 35 | 13 | C | 142 | 42 | 41 |
| Octal | 340 | 151 | 265 | 0 | 65 | 23 | 14 | 502 | 102 | 101 |
| Binary | 11100000 | 1101001 | 10110101 | 0 | 110101 | 10011 | 1100 | 101000010 | 1000010 | 1000001 |
Color Harmonies of #E069B5
Complementary color
Monochromatic Colors of #E069B5
Black with #E069B5
Text Example
Text Example
White with #E069B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069B5; }
p { color: rgb(224,105,181); }
H1.HeaderClassName
{
color: #E069B5;
}
.AnyTagClassName
{
color: #E069B5;
}
</style>
background-color css
<style>
a { background-color: #E069B5; }
a { background-color: rgb(224,105,181); }
div.DivClassName
{
background-color: #E069B5;
}
.BgClassName
{
background-color: #E069B5;
}
</style>
border-color css
<style>
span { border-color: #E069B5; }
span { border-color: rgb(224,105,181); }
td.TdClassName
{
border-color: #E069B5;
}
.TagClassName
{
border-color: #E069B5;
}
</style>