Shades of Hot Pink #E26CAD
Tints of Hot Pink #E26CAD
RGB
CMYK
RGB Variations
Color information
#E26CAD (or 0xE26CAD) is known color: Hot Pink. HEX triplet: E2, 6C and AD. RGB value is (226,108,173). Sum of RGB (Red+Green+Blue) = 226+108+173=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26CAD is #1D9352. Grayscale: #969696. Windows color (decimal): -1938259 or 11365602. OLE color: 11365602.
HSL color Cylindrical-coordinate representation of color #E26CAD: hue angle of 326.95º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26CAD is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 173 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.11 |
| HSL | 326.95º | 0.67% | 0.65% | - |
| HSV(B) | 326.95º | 0.52% | 0.89% | - |
| XYZ | 44.27 | 29.91 | 42.98 | - |
| YUV | 150.69 | 140.59 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 173 | 0 | 0.52 | 0.23 | 0.11 | 326.95 | 0.67 | 0.65 |
| Hex | E2 | 6C | AD | 0 | 34 | 17 | B | 147 | 43 | 41 |
| Octal | 342 | 154 | 255 | 0 | 64 | 27 | 13 | 507 | 103 | 101 |
| Binary | 11100010 | 1101100 | 10101101 | 0 | 110100 | 10111 | 1011 | 101000111 | 1000011 | 1000001 |
Color Harmonies of #E26CAD
Complementary color
Monochromatic Colors of #E26CAD
Black with #E26CAD
Text Example
Text Example
White with #E26CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26CAD; }
p { color: rgb(226,108,173); }
H1.HeaderClassName
{
color: #E26CAD;
}
.AnyTagClassName
{
color: #E26CAD;
}
</style>
background-color css
<style>
a { background-color: #E26CAD; }
a { background-color: rgb(226,108,173); }
div.DivClassName
{
background-color: #E26CAD;
}
.BgClassName
{
background-color: #E26CAD;
}
</style>
border-color css
<style>
span { border-color: #E26CAD; }
span { border-color: rgb(226,108,173); }
td.TdClassName
{
border-color: #E26CAD;
}
.TagClassName
{
border-color: #E26CAD;
}
</style>