Shades of Hot Pink #E26DAD
Tints of Hot Pink #E26DAD
RGB
CMYK
RGB Variations
Color information
#E26DAD (or 0xE26DAD) is known color: Hot Pink. HEX triplet: E2, 6D and AD. RGB value is (226,109,173). Sum of RGB (Red+Green+Blue) = 226+109+173=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26DAD is #1D9252. Grayscale: #979797. Windows color (decimal): -1938003 or 11365858. OLE color: 11365858.
HSL color Cylindrical-coordinate representation of color #E26DAD: hue angle of 327.18º 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 #E26DAD is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 173 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.11 |
| HSL | 327.18º | 0.67% | 0.66% | - |
| HSV(B) | 327.18º | 0.52% | 0.89% | - |
| XYZ | 44.38 | 30.12 | 43.01 | - |
| YUV | 151.28 | 140.26 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 173 | 0 | 0.52 | 0.23 | 0.11 | 327.18 | 0.67 | 0.66 |
| Hex | E2 | 6D | AD | 0 | 34 | 17 | B | 147 | 43 | 42 |
| Octal | 342 | 155 | 255 | 0 | 64 | 27 | 13 | 507 | 103 | 102 |
| Binary | 11100010 | 1101101 | 10101101 | 0 | 110100 | 10111 | 1011 | 101000111 | 1000011 | 1000010 |
Color Harmonies of #E26DAD
Complementary color
Monochromatic Colors of #E26DAD
Black with #E26DAD
Text Example
Text Example
White with #E26DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DAD; }
p { color: rgb(226,109,173); }
H1.HeaderClassName
{
color: #E26DAD;
}
.AnyTagClassName
{
color: #E26DAD;
}
</style>
background-color css
<style>
a { background-color: #E26DAD; }
a { background-color: rgb(226,109,173); }
div.DivClassName
{
background-color: #E26DAD;
}
.BgClassName
{
background-color: #E26DAD;
}
</style>
border-color css
<style>
span { border-color: #E26DAD; }
span { border-color: rgb(226,109,173); }
td.TdClassName
{
border-color: #E26DAD;
}
.TagClassName
{
border-color: #E26DAD;
}
</style>