Shades of Hot Pink #E665B0
Tints of Hot Pink #E665B0
RGB
CMYK
RGB Variations
Color information
#E665B0 (or 0xE665B0) is known color: Hot Pink. HEX triplet: E6, 65 and B0. RGB value is (230,101,176). Sum of RGB (Red+Green+Blue) = 230+101+176=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E665B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E665B0 is #199A4F. Grayscale: #939393. Windows color (decimal): -1677904 or 11560422. OLE color: 11560422.
HSL color Cylindrical-coordinate representation of color #E665B0: hue angle of 325.12º 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 #E665B0 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 176 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.10 |
| HSL | 325.12º | 0.72% | 0.65% | - |
| HSV(B) | 325.12º | 0.56% | 0.9% | - |
| XYZ | 45.12 | 29.26 | 44.34 | - |
| YUV | 148.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 176 | 0 | 0.56 | 0.23 | 0.10 | 325.12 | 0.72 | 0.65 |
| Hex | E6 | 65 | B0 | 0 | 38 | 17 | A | 145 | 48 | 41 |
| Octal | 346 | 145 | 260 | 0 | 70 | 27 | 12 | 505 | 110 | 101 |
| Binary | 11100110 | 1100101 | 10110000 | 0 | 111000 | 10111 | 1010 | 101000101 | 1001000 | 1000001 |
Color Harmonies of #E665B0
Complementary color
Monochromatic Colors of #E665B0
Black with #E665B0
Text Example
Text Example
White with #E665B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665B0; }
p { color: rgb(230,101,176); }
H1.HeaderClassName
{
color: #E665B0;
}
.AnyTagClassName
{
color: #E665B0;
}
</style>
background-color css
<style>
a { background-color: #E665B0; }
a { background-color: rgb(230,101,176); }
div.DivClassName
{
background-color: #E665B0;
}
.BgClassName
{
background-color: #E665B0;
}
</style>
border-color css
<style>
span { border-color: #E665B0; }
span { border-color: rgb(230,101,176); }
td.TdClassName
{
border-color: #E665B0;
}
.TagClassName
{
border-color: #E665B0;
}
</style>