Shades of Hot Pink #E665B1
Tints of Hot Pink #E665B1
RGB
CMYK
RGB Variations
Color information
#E665B1 (or 0xE665B1) is known color: Hot Pink. HEX triplet: E6, 65 and B1. RGB value is (230,101,177). Sum of RGB (Red+Green+Blue) = 230+101+177=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E665B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E665B1 is #199A4E. Grayscale: #949494. Windows color (decimal): -1677903 or 11625958. OLE color: 11625958.
HSL color Cylindrical-coordinate representation of color #E665B1: hue angle of 324.65º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E665B1 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 177 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.10 |
| HSL | 324.65º | 0.72% | 0.65% | - |
| HSV(B) | 324.65º | 0.56% | 0.9% | - |
| XYZ | 45.22 | 29.3 | 44.87 | - |
| YUV | 148.24 | 144.24 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 177 | 0 | 0.56 | 0.23 | 0.10 | 324.65 | 0.72 | 0.65 |
| Hex | E6 | 65 | B1 | 0 | 38 | 17 | A | 145 | 48 | 41 |
| Octal | 346 | 145 | 261 | 0 | 70 | 27 | 12 | 505 | 110 | 101 |
| Binary | 11100110 | 1100101 | 10110001 | 0 | 111000 | 10111 | 1010 | 101000101 | 1001000 | 1000001 |
Color Harmonies of #E665B1
Complementary color
Monochromatic Colors of #E665B1
Black with #E665B1
Text Example
Text Example
White with #E665B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665B1; }
p { color: rgb(230,101,177); }
H1.HeaderClassName
{
color: #E665B1;
}
.AnyTagClassName
{
color: #E665B1;
}
</style>
background-color css
<style>
a { background-color: #E665B1; }
a { background-color: rgb(230,101,177); }
div.DivClassName
{
background-color: #E665B1;
}
.BgClassName
{
background-color: #E665B1;
}
</style>
border-color css
<style>
span { border-color: #E665B1; }
span { border-color: rgb(230,101,177); }
td.TdClassName
{
border-color: #E665B1;
}
.TagClassName
{
border-color: #E665B1;
}
</style>