Shades of Hot Pink #E96AB3
Tints of Hot Pink #E96AB3
RGB
CMYK
RGB Variations
Color information
#E96AB3 (or 0xE96AB3) is known color: Hot Pink. HEX triplet: E9, 6A and B3. RGB value is (233,106,179). Sum of RGB (Red+Green+Blue) = 233+106+179=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96AB3 is #16954C. Grayscale: #989898. Windows color (decimal): -1480013 or 11758313. OLE color: 11758313.
HSL color Cylindrical-coordinate representation of color #E96AB3: hue angle of 325.51º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96AB3 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 179 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.09 |
| HSL | 325.51º | 0.74% | 0.66% | - |
| HSV(B) | 325.51º | 0.55% | 0.91% | - |
| XYZ | 46.89 | 30.89 | 46.14 | - |
| YUV | 152.3 | 143.08 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 179 | 0 | 0.55 | 0.23 | 0.09 | 325.51 | 0.74 | 0.66 |
| Hex | E9 | 6A | B3 | 0 | 37 | 17 | 9 | 146 | 4A | 42 |
| Octal | 351 | 152 | 263 | 0 | 67 | 27 | 11 | 506 | 112 | 102 |
| Binary | 11101001 | 1101010 | 10110011 | 0 | 110111 | 10111 | 1001 | 101000110 | 1001010 | 1000010 |
Color Harmonies of #E96AB3
Complementary color
Monochromatic Colors of #E96AB3
Black with #E96AB3
Text Example
Text Example
White with #E96AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96AB3; }
p { color: rgb(233,106,179); }
H1.HeaderClassName
{
color: #E96AB3;
}
.AnyTagClassName
{
color: #E96AB3;
}
</style>
background-color css
<style>
a { background-color: #E96AB3; }
a { background-color: rgb(233,106,179); }
div.DivClassName
{
background-color: #E96AB3;
}
.BgClassName
{
background-color: #E96AB3;
}
</style>
border-color css
<style>
span { border-color: #E96AB3; }
span { border-color: rgb(233,106,179); }
td.TdClassName
{
border-color: #E96AB3;
}
.TagClassName
{
border-color: #E96AB3;
}
</style>