Shades of Hot Pink #E26DAE
Tints of Hot Pink #E26DAE
RGB
CMYK
RGB Variations
Color information
#E26DAE (or 0xE26DAE) is known color: Hot Pink. HEX triplet: E2, 6D and AE. RGB value is (226,109,174). Sum of RGB (Red+Green+Blue) = 226+109+174=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26DAE is #1D9251. Grayscale: #979797. Windows color (decimal): -1938002 or 11431394. OLE color: 11431394.
HSL color Cylindrical-coordinate representation of color #E26DAE: hue angle of 326.67º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26DAE is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 174 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.11 |
| HSL | 326.67º | 0.67% | 0.66% | - |
| HSV(B) | 326.67º | 0.52% | 0.89% | - |
| XYZ | 44.47 | 30.16 | 43.52 | - |
| YUV | 151.39 | 140.76 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 174 | 0 | 0.52 | 0.23 | 0.11 | 326.67 | 0.67 | 0.66 |
| Hex | E2 | 6D | AE | 0 | 34 | 17 | B | 147 | 43 | 42 |
| Octal | 342 | 155 | 256 | 0 | 64 | 27 | 13 | 507 | 103 | 102 |
| Binary | 11100010 | 1101101 | 10101110 | 0 | 110100 | 10111 | 1011 | 101000111 | 1000011 | 1000010 |
Color Harmonies of #E26DAE
Complementary color
Monochromatic Colors of #E26DAE
Black with #E26DAE
Text Example
Text Example
White with #E26DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DAE; }
p { color: rgb(226,109,174); }
H1.HeaderClassName
{
color: #E26DAE;
}
.AnyTagClassName
{
color: #E26DAE;
}
</style>
background-color css
<style>
a { background-color: #E26DAE; }
a { background-color: rgb(226,109,174); }
div.DivClassName
{
background-color: #E26DAE;
}
.BgClassName
{
background-color: #E26DAE;
}
</style>
border-color css
<style>
span { border-color: #E26DAE; }
span { border-color: rgb(226,109,174); }
td.TdClassName
{
border-color: #E26DAE;
}
.TagClassName
{
border-color: #E26DAE;
}
</style>