Shades of Hot Pink #E65EB5
Tints of Hot Pink #E65EB5
RGB
CMYK
RGB Variations
Color information
#E65EB5 (or 0xE65EB5) is known color: Hot Pink. HEX triplet: E6, 5E and B5. RGB value is (230,94,181). Sum of RGB (Red+Green+Blue) = 230+94+181=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E65EB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65EB5 is #19A14A. Grayscale: #909090. Windows color (decimal): -1679691 or 11886310. OLE color: 11886310.
HSL color Cylindrical-coordinate representation of color #E65EB5: hue angle of 321.62º 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 #E65EB5 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 181 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.10 |
| HSL | 321.62º | 0.73% | 0.64% | - |
| HSV(B) | 321.62º | 0.59% | 0.9% | - |
| XYZ | 44.98 | 28.16 | 46.78 | - |
| YUV | 144.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 181 | 0 | 0.59 | 0.21 | 0.10 | 321.62 | 0.73 | 0.64 |
| Hex | E6 | 5E | B5 | 0 | 3B | 15 | A | 142 | 49 | 40 |
| Octal | 346 | 136 | 265 | 0 | 73 | 25 | 12 | 502 | 111 | 100 |
| Binary | 11100110 | 1011110 | 10110101 | 0 | 111011 | 10101 | 1010 | 101000010 | 1001001 | 1000000 |
Color Harmonies of #E65EB5
Complementary color
Monochromatic Colors of #E65EB5
Black with #E65EB5
Text Example
Text Example
White with #E65EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65EB5; }
p { color: rgb(230,94,181); }
H1.HeaderClassName
{
color: #E65EB5;
}
.AnyTagClassName
{
color: #E65EB5;
}
</style>
background-color css
<style>
a { background-color: #E65EB5; }
a { background-color: rgb(230,94,181); }
div.DivClassName
{
background-color: #E65EB5;
}
.BgClassName
{
background-color: #E65EB5;
}
</style>
border-color css
<style>
span { border-color: #E65EB5; }
span { border-color: rgb(230,94,181); }
td.TdClassName
{
border-color: #E65EB5;
}
.TagClassName
{
border-color: #E65EB5;
}
</style>