Shades of Hot Pink #E665BA
Tints of Hot Pink #E665BA
RGB
CMYK
RGB Variations
Color information
#E665BA (or 0xE665BA) is known color: Hot Pink. HEX triplet: E6, 65 and BA. RGB value is (230,101,186). Sum of RGB (Red+Green+Blue) = 230+101+186=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E665BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E665BA is #199A45. Grayscale: #959595. Windows color (decimal): -1677894 or 12215782. OLE color: 12215782.
HSL color Cylindrical-coordinate representation of color #E665BA: hue angle of 320.47º 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 #E665BA is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 186 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.10 |
| HSL | 320.47º | 0.72% | 0.65% | - |
| HSV(B) | 320.47º | 0.56% | 0.9% | - |
| XYZ | 46.15 | 29.68 | 49.75 | - |
| YUV | 149.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 186 | 0 | 0.56 | 0.19 | 0.10 | 320.47 | 0.72 | 0.65 |
| Hex | E6 | 65 | BA | 0 | 38 | 13 | A | 140 | 48 | 41 |
| Octal | 346 | 145 | 272 | 0 | 70 | 23 | 12 | 500 | 110 | 101 |
| Binary | 11100110 | 1100101 | 10111010 | 0 | 111000 | 10011 | 1010 | 101000000 | 1001000 | 1000001 |
Color Harmonies of #E665BA
Complementary color
Monochromatic Colors of #E665BA
Black with #E665BA
Text Example
Text Example
White with #E665BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665BA; }
p { color: rgb(230,101,186); }
H1.HeaderClassName
{
color: #E665BA;
}
.AnyTagClassName
{
color: #E665BA;
}
</style>
background-color css
<style>
a { background-color: #E665BA; }
a { background-color: rgb(230,101,186); }
div.DivClassName
{
background-color: #E665BA;
}
.BgClassName
{
background-color: #E665BA;
}
</style>
border-color css
<style>
span { border-color: #E665BA; }
span { border-color: rgb(230,101,186); }
td.TdClassName
{
border-color: #E665BA;
}
.TagClassName
{
border-color: #E665BA;
}
</style>