Shades of Hot Pink #E05CAE
Tints of Hot Pink #E05CAE
RGB
CMYK
RGB Variations
Color information
#E05CAE (or 0xE05CAE) is known color: Hot Pink. HEX triplet: E0, 5C and AE. RGB value is (224,92,174). Sum of RGB (Red+Green+Blue) = 224+92+174=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E05CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05CAE is #1FA351. Grayscale: #8C8C8C. Windows color (decimal): -2073426 or 11427040. OLE color: 11427040.
HSL color Cylindrical-coordinate representation of color #E05CAE: hue angle of 322.73º 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 #E05CAE is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 174 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.12 |
| HSL | 322.73º | 0.68% | 0.62% | - |
| HSV(B) | 322.73º | 0.59% | 0.88% | - |
| XYZ | 42.21 | 26.56 | 42.95 | - |
| YUV | 140.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 174 | 0 | 0.59 | 0.22 | 0.12 | 322.73 | 0.68 | 0.62 |
| Hex | E0 | 5C | AE | 0 | 3B | 16 | C | 143 | 44 | 3E |
| Octal | 340 | 134 | 256 | 0 | 73 | 26 | 14 | 503 | 104 | 76 |
| Binary | 11100000 | 1011100 | 10101110 | 0 | 111011 | 10110 | 1100 | 101000011 | 1000100 | 111110 |
Color Harmonies of #E05CAE
Complementary color
Monochromatic Colors of #E05CAE
Black with #E05CAE
Text Example
Text Example
White with #E05CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05CAE; }
p { color: rgb(224,92,174); }
H1.HeaderClassName
{
color: #E05CAE;
}
.AnyTagClassName
{
color: #E05CAE;
}
</style>
background-color css
<style>
a { background-color: #E05CAE; }
a { background-color: rgb(224,92,174); }
div.DivClassName
{
background-color: #E05CAE;
}
.BgClassName
{
background-color: #E05CAE;
}
</style>
border-color css
<style>
span { border-color: #E05CAE; }
span { border-color: rgb(224,92,174); }
td.TdClassName
{
border-color: #E05CAE;
}
.TagClassName
{
border-color: #E05CAE;
}
</style>