Shades of Hot Pink #E96CAD
Tints of Hot Pink #E96CAD
RGB
CMYK
RGB Variations
Color information
#E96CAD (or 0xE96CAD) is known color: Hot Pink. HEX triplet: E9, 6C and AD. RGB value is (233,108,173). Sum of RGB (Red+Green+Blue) = 233+108+173=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96CAD is #169352. Grayscale: #989898. Windows color (decimal): -1479507 or 11365609. OLE color: 11365609.
HSL color Cylindrical-coordinate representation of color #E96CAD: hue angle of 328.8º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96CAD is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 173 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.09 |
| HSL | 328.8º | 0.74% | 0.67% | - |
| HSV(B) | 328.8º | 0.54% | 0.91% | - |
| XYZ | 46.51 | 31.07 | 43.08 | - |
| YUV | 152.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 173 | 0 | 0.54 | 0.26 | 0.09 | 328.8 | 0.74 | 0.67 |
| Hex | E9 | 6C | AD | 0 | 36 | 1A | 9 | 149 | 4A | 43 |
| Octal | 351 | 154 | 255 | 0 | 66 | 32 | 11 | 511 | 112 | 103 |
| Binary | 11101001 | 1101100 | 10101101 | 0 | 110110 | 11010 | 1001 | 101001001 | 1001010 | 1000011 |
Color Harmonies of #E96CAD
Complementary color
Monochromatic Colors of #E96CAD
Black with #E96CAD
Text Example
Text Example
White with #E96CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96CAD; }
p { color: rgb(233,108,173); }
H1.HeaderClassName
{
color: #E96CAD;
}
.AnyTagClassName
{
color: #E96CAD;
}
</style>
background-color css
<style>
a { background-color: #E96CAD; }
a { background-color: rgb(233,108,173); }
div.DivClassName
{
background-color: #E96CAD;
}
.BgClassName
{
background-color: #E96CAD;
}
</style>
border-color css
<style>
span { border-color: #E96CAD; }
span { border-color: rgb(233,108,173); }
td.TdClassName
{
border-color: #E96CAD;
}
.TagClassName
{
border-color: #E96CAD;
}
</style>