Shades of Hot Pink #E65FB1
Tints of Hot Pink #E65FB1
RGB
CMYK
RGB Variations
Color information
#E65FB1 (or 0xE65FB1) is known color: Hot Pink. HEX triplet: E6, 5F and B1. RGB value is (230,95,177). Sum of RGB (Red+Green+Blue) = 230+95+177=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65FB1 is #19A04E. Grayscale: #909090. Windows color (decimal): -1679439 or 11624422. OLE color: 11624422.
HSL color Cylindrical-coordinate representation of color #E65FB1: hue angle of 323.56º 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 #E65FB1 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 177 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.10 |
| HSL | 323.56º | 0.73% | 0.64% | - |
| HSV(B) | 323.56º | 0.59% | 0.9% | - |
| XYZ | 44.66 | 28.18 | 44.68 | - |
| YUV | 144.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 177 | 0 | 0.59 | 0.23 | 0.10 | 323.56 | 0.73 | 0.64 |
| Hex | E6 | 5F | B1 | 0 | 3B | 17 | A | 144 | 49 | 40 |
| Octal | 346 | 137 | 261 | 0 | 73 | 27 | 12 | 504 | 111 | 100 |
| Binary | 11100110 | 1011111 | 10110001 | 0 | 111011 | 10111 | 1010 | 101000100 | 1001001 | 1000000 |
Color Harmonies of #E65FB1
Complementary color
Monochromatic Colors of #E65FB1
Black with #E65FB1
Text Example
Text Example
White with #E65FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65FB1; }
p { color: rgb(230,95,177); }
H1.HeaderClassName
{
color: #E65FB1;
}
.AnyTagClassName
{
color: #E65FB1;
}
</style>
background-color css
<style>
a { background-color: #E65FB1; }
a { background-color: rgb(230,95,177); }
div.DivClassName
{
background-color: #E65FB1;
}
.BgClassName
{
background-color: #E65FB1;
}
</style>
border-color css
<style>
span { border-color: #E65FB1; }
span { border-color: rgb(230,95,177); }
td.TdClassName
{
border-color: #E65FB1;
}
.TagClassName
{
border-color: #E65FB1;
}
</style>