Shades of Hot Pink #E968B5
Tints of Hot Pink #E968B5
RGB
CMYK
RGB Variations
Color information
#E968B5 (or 0xE968B5) is known color: Hot Pink. HEX triplet: E9, 68 and B5. RGB value is (233,104,181). Sum of RGB (Red+Green+Blue) = 233+104+181=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E968B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E968B5 is #16974A. Grayscale: #979797. Windows color (decimal): -1480523 or 11888873. OLE color: 11888873.
HSL color Cylindrical-coordinate representation of color #E968B5: hue angle of 324.19º degrees, saturation: 0.75, 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 #E968B5 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 181 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.09 |
| HSL | 324.19º | 0.75% | 0.66% | - |
| HSV(B) | 324.19º | 0.55% | 0.91% | - |
| XYZ | 46.9 | 30.56 | 47.14 | - |
| YUV | 151.35 | 144.74 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 181 | 0 | 0.55 | 0.22 | 0.09 | 324.19 | 0.75 | 0.66 |
| Hex | E9 | 68 | B5 | 0 | 37 | 16 | 9 | 144 | 4B | 42 |
| Octal | 351 | 150 | 265 | 0 | 67 | 26 | 11 | 504 | 113 | 102 |
| Binary | 11101001 | 1101000 | 10110101 | 0 | 110111 | 10110 | 1001 | 101000100 | 1001011 | 1000010 |
Color Harmonies of #E968B5
Complementary color
Monochromatic Colors of #E968B5
Black with #E968B5
Text Example
Text Example
White with #E968B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E968B5; }
p { color: rgb(233,104,181); }
H1.HeaderClassName
{
color: #E968B5;
}
.AnyTagClassName
{
color: #E968B5;
}
</style>
background-color css
<style>
a { background-color: #E968B5; }
a { background-color: rgb(233,104,181); }
div.DivClassName
{
background-color: #E968B5;
}
.BgClassName
{
background-color: #E968B5;
}
</style>
border-color css
<style>
span { border-color: #E968B5; }
span { border-color: rgb(233,104,181); }
td.TdClassName
{
border-color: #E968B5;
}
.TagClassName
{
border-color: #E968B5;
}
</style>