Shades of Hot Pink #E65EB2
Tints of Hot Pink #E65EB2
RGB
CMYK
RGB Variations
Color information
#E65EB2 (or 0xE65EB2) is known color: Hot Pink. HEX triplet: E6, 5E and B2. RGB value is (230,94,178). Sum of RGB (Red+Green+Blue) = 230+94+178=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E65EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65EB2 is #19A14D. Grayscale: #909090. Windows color (decimal): -1679694 or 11689702. OLE color: 11689702.
HSL color Cylindrical-coordinate representation of color #E65EB2: hue angle of 322.94º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65EB2 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 178 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.10 |
| HSL | 322.94º | 0.73% | 0.64% | - |
| HSV(B) | 322.94º | 0.59% | 0.9% | - |
| XYZ | 44.67 | 28.04 | 45.18 | - |
| YUV | 144.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 178 | 0 | 0.59 | 0.23 | 0.10 | 322.94 | 0.73 | 0.64 |
| Hex | E6 | 5E | B2 | 0 | 3B | 17 | A | 143 | 49 | 40 |
| Octal | 346 | 136 | 262 | 0 | 73 | 27 | 12 | 503 | 111 | 100 |
| Binary | 11100110 | 1011110 | 10110010 | 0 | 111011 | 10111 | 1010 | 101000011 | 1001001 | 1000000 |
Color Harmonies of #E65EB2
Complementary color
Monochromatic Colors of #E65EB2
Black with #E65EB2
Text Example
Text Example
White with #E65EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65EB2; }
p { color: rgb(230,94,178); }
H1.HeaderClassName
{
color: #E65EB2;
}
.AnyTagClassName
{
color: #E65EB2;
}
</style>
background-color css
<style>
a { background-color: #E65EB2; }
a { background-color: rgb(230,94,178); }
div.DivClassName
{
background-color: #E65EB2;
}
.BgClassName
{
background-color: #E65EB2;
}
</style>
border-color css
<style>
span { border-color: #E65EB2; }
span { border-color: rgb(230,94,178); }
td.TdClassName
{
border-color: #E65EB2;
}
.TagClassName
{
border-color: #E65EB2;
}
</style>