Shades of Hot Pink #E65AB3
Tints of Hot Pink #E65AB3
RGB
CMYK
RGB Variations
Color information
#E65AB3 (or 0xE65AB3) is known color: Hot Pink. HEX triplet: E6, 5A and B3. RGB value is (230,90,179). Sum of RGB (Red+Green+Blue) = 230+90+179=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E65AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65AB3 is #19A54C. Grayscale: #8D8D8D. Windows color (decimal): -1680717 or 11754214. OLE color: 11754214.
HSL color Cylindrical-coordinate representation of color #E65AB3: hue angle of 321.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65AB3 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 179 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.10 |
| HSL | 321.86º | 0.74% | 0.63% | - |
| HSV(B) | 321.86º | 0.61% | 0.9% | - |
| XYZ | 44.43 | 27.39 | 45.59 | - |
| YUV | 142.01 | 148.88 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 179 | 0 | 0.61 | 0.22 | 0.10 | 321.86 | 0.74 | 0.63 |
| Hex | E6 | 5A | B3 | 0 | 3D | 16 | A | 142 | 4A | 3F |
| Octal | 346 | 132 | 263 | 0 | 75 | 26 | 12 | 502 | 112 | 77 |
| Binary | 11100110 | 1011010 | 10110011 | 0 | 111101 | 10110 | 1010 | 101000010 | 1001010 | 111111 |
Color Harmonies of #E65AB3
Complementary color
Monochromatic Colors of #E65AB3
Black with #E65AB3
Text Example
Text Example
White with #E65AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65AB3; }
p { color: rgb(230,90,179); }
H1.HeaderClassName
{
color: #E65AB3;
}
.AnyTagClassName
{
color: #E65AB3;
}
</style>
background-color css
<style>
a { background-color: #E65AB3; }
a { background-color: rgb(230,90,179); }
div.DivClassName
{
background-color: #E65AB3;
}
.BgClassName
{
background-color: #E65AB3;
}
</style>
border-color css
<style>
span { border-color: #E65AB3; }
span { border-color: rgb(230,90,179); }
td.TdClassName
{
border-color: #E65AB3;
}
.TagClassName
{
border-color: #E65AB3;
}
</style>