Shades of Hot Pink #E168B3
Tints of Hot Pink #E168B3
RGB
CMYK
RGB Variations
Color information
#E168B3 (or 0xE168B3) is known color: Hot Pink. HEX triplet: E1, 68 and B3. RGB value is (225,104,179). Sum of RGB (Red+Green+Blue) = 225+104+179=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E168B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168B3 is #1E974C. Grayscale: #949494. Windows color (decimal): -2004813 or 11757793. OLE color: 11757793.
HSL color Cylindrical-coordinate representation of color #E168B3: hue angle of 322.81º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E168B3 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 179 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.12 |
| HSL | 322.81º | 0.67% | 0.65% | - |
| HSV(B) | 322.81º | 0.54% | 0.88% | - |
| XYZ | 44.14 | 29.16 | 45.95 | - |
| YUV | 148.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 179 | 0 | 0.54 | 0.20 | 0.12 | 322.81 | 0.67 | 0.65 |
| Hex | E1 | 68 | B3 | 0 | 36 | 14 | C | 143 | 43 | 41 |
| Octal | 341 | 150 | 263 | 0 | 66 | 24 | 14 | 503 | 103 | 101 |
| Binary | 11100001 | 1101000 | 10110011 | 0 | 110110 | 10100 | 1100 | 101000011 | 1000011 | 1000001 |
Color Harmonies of #E168B3
Complementary color
Monochromatic Colors of #E168B3
Black with #E168B3
Text Example
Text Example
White with #E168B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E168B3; }
p { color: rgb(225,104,179); }
H1.HeaderClassName
{
color: #E168B3;
}
.AnyTagClassName
{
color: #E168B3;
}
</style>
background-color css
<style>
a { background-color: #E168B3; }
a { background-color: rgb(225,104,179); }
div.DivClassName
{
background-color: #E168B3;
}
.BgClassName
{
background-color: #E168B3;
}
</style>
border-color css
<style>
span { border-color: #E168B3; }
span { border-color: rgb(225,104,179); }
td.TdClassName
{
border-color: #E168B3;
}
.TagClassName
{
border-color: #E168B3;
}
</style>