Shades of Hot Pink #E05BAE
Tints of Hot Pink #E05BAE
RGB
CMYK
RGB Variations
Color information
#E05BAE (or 0xE05BAE) is known color: Hot Pink. HEX triplet: E0, 5B and AE. RGB value is (224,91,174). Sum of RGB (Red+Green+Blue) = 224+91+174=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E05BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05BAE is #1FA451. Grayscale: #8C8C8C. Windows color (decimal): -2073682 or 11426784. OLE color: 11426784.
HSL color Cylindrical-coordinate representation of color #E05BAE: hue angle of 322.56º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05BAE is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 174 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.12 |
| HSL | 322.56º | 0.68% | 0.62% | - |
| HSV(B) | 322.56º | 0.59% | 0.88% | - |
| XYZ | 42.12 | 26.39 | 42.92 | - |
| YUV | 140.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 174 | 0 | 0.59 | 0.22 | 0.12 | 322.56 | 0.68 | 0.62 |
| Hex | E0 | 5B | AE | 0 | 3B | 16 | C | 143 | 44 | 3E |
| Octal | 340 | 133 | 256 | 0 | 73 | 26 | 14 | 503 | 104 | 76 |
| Binary | 11100000 | 1011011 | 10101110 | 0 | 111011 | 10110 | 1100 | 101000011 | 1000100 | 111110 |
Color Harmonies of #E05BAE
Complementary color
Monochromatic Colors of #E05BAE
Black with #E05BAE
Text Example
Text Example
White with #E05BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05BAE; }
p { color: rgb(224,91,174); }
H1.HeaderClassName
{
color: #E05BAE;
}
.AnyTagClassName
{
color: #E05BAE;
}
</style>
background-color css
<style>
a { background-color: #E05BAE; }
a { background-color: rgb(224,91,174); }
div.DivClassName
{
background-color: #E05BAE;
}
.BgClassName
{
background-color: #E05BAE;
}
</style>
border-color css
<style>
span { border-color: #E05BAE; }
span { border-color: rgb(224,91,174); }
td.TdClassName
{
border-color: #E05BAE;
}
.TagClassName
{
border-color: #E05BAE;
}
</style>