Shades of Hot Pink #E368B0
Tints of Hot Pink #E368B0
RGB
CMYK
RGB Variations
Color information
#E368B0 (or 0xE368B0) is known color: Hot Pink. HEX triplet: E3, 68 and B0. RGB value is (227,104,176). Sum of RGB (Red+Green+Blue) = 227+104+176=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 227 - color contains mainly: red. Hex color #E368B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E368B0 is #1C974F. Grayscale: #949494. Windows color (decimal): -1873744 or 11561187. OLE color: 11561187.
HSL color Cylindrical-coordinate representation of color #E368B0: hue angle of 324.88º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E368B0 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 104 | 176 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.11 |
| HSL | 324.88º | 0.69% | 0.65% | - |
| HSV(B) | 324.88º | 0.54% | 0.89% | - |
| XYZ | 44.47 | 29.37 | 44.4 | - |
| YUV | 148.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 104 | 176 | 0 | 0.54 | 0.22 | 0.11 | 324.88 | 0.69 | 0.65 |
| Hex | E3 | 68 | B0 | 0 | 36 | 16 | B | 145 | 45 | 41 |
| Octal | 343 | 150 | 260 | 0 | 66 | 26 | 13 | 505 | 105 | 101 |
| Binary | 11100011 | 1101000 | 10110000 | 0 | 110110 | 10110 | 1011 | 101000101 | 1000101 | 1000001 |
Color Harmonies of #E368B0
Complementary color
Monochromatic Colors of #E368B0
Black with #E368B0
Text Example
Text Example
White with #E368B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E368B0; }
p { color: rgb(227,104,176); }
H1.HeaderClassName
{
color: #E368B0;
}
.AnyTagClassName
{
color: #E368B0;
}
</style>
background-color css
<style>
a { background-color: #E368B0; }
a { background-color: rgb(227,104,176); }
div.DivClassName
{
background-color: #E368B0;
}
.BgClassName
{
background-color: #E368B0;
}
</style>
border-color css
<style>
span { border-color: #E368B0; }
span { border-color: rgb(227,104,176); }
td.TdClassName
{
border-color: #E368B0;
}
.TagClassName
{
border-color: #E368B0;
}
</style>