Shades of Hot Pink #E25CAE
Tints of Hot Pink #E25CAE
RGB
CMYK
RGB Variations
Color information
#E25CAE (or 0xE25CAE) is known color: Hot Pink. HEX triplet: E2, 5C and AE. RGB value is (226,92,174). Sum of RGB (Red+Green+Blue) = 226+92+174=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E25CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25CAE is #1DA351. Grayscale: #8D8D8D. Windows color (decimal): -1942354 or 11427042. OLE color: 11427042.
HSL color Cylindrical-coordinate representation of color #E25CAE: hue angle of 323.28º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25CAE is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 174 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.11 |
| HSL | 323.28º | 0.7% | 0.62% | - |
| HSV(B) | 323.28º | 0.59% | 0.89% | - |
| XYZ | 42.83 | 26.88 | 42.98 | - |
| YUV | 141.41 | 146.39 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 174 | 0 | 0.59 | 0.23 | 0.11 | 323.28 | 0.7 | 0.62 |
| Hex | E2 | 5C | AE | 0 | 3B | 17 | B | 143 | 46 | 3E |
| Octal | 342 | 134 | 256 | 0 | 73 | 27 | 13 | 503 | 106 | 76 |
| Binary | 11100010 | 1011100 | 10101110 | 0 | 111011 | 10111 | 1011 | 101000011 | 1000110 | 111110 |
Color Harmonies of #E25CAE
Complementary color
Monochromatic Colors of #E25CAE
Black with #E25CAE
Text Example
Text Example
White with #E25CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25CAE; }
p { color: rgb(226,92,174); }
H1.HeaderClassName
{
color: #E25CAE;
}
.AnyTagClassName
{
color: #E25CAE;
}
</style>
background-color css
<style>
a { background-color: #E25CAE; }
a { background-color: rgb(226,92,174); }
div.DivClassName
{
background-color: #E25CAE;
}
.BgClassName
{
background-color: #E25CAE;
}
</style>
border-color css
<style>
span { border-color: #E25CAE; }
span { border-color: rgb(226,92,174); }
td.TdClassName
{
border-color: #E25CAE;
}
.TagClassName
{
border-color: #E25CAE;
}
</style>