Shades of Hot Pink #E565AC
Tints of Hot Pink #E565AC
RGB
CMYK
RGB Variations
Color information
#E565AC (or 0xE565AC) is known color: Hot Pink. HEX triplet: E5, 65 and AC. RGB value is (229,101,172). Sum of RGB (Red+Green+Blue) = 229+101+172=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E565AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E565AC is #1A9A53. Grayscale: #939393. Windows color (decimal): -1743444 or 11298277. OLE color: 11298277.
HSL color Cylindrical-coordinate representation of color #E565AC: hue angle of 326.72º degrees, saturation: 0.71, 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 #E565AC is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 172 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.10 |
| HSL | 326.72º | 0.71% | 0.65% | - |
| HSV(B) | 326.72º | 0.56% | 0.9% | - |
| XYZ | 44.41 | 28.94 | 42.28 | - |
| YUV | 147.37 | 141.91 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 172 | 0 | 0.56 | 0.25 | 0.10 | 326.72 | 0.71 | 0.65 |
| Hex | E5 | 65 | AC | 0 | 38 | 19 | A | 147 | 47 | 41 |
| Octal | 345 | 145 | 254 | 0 | 70 | 31 | 12 | 507 | 107 | 101 |
| Binary | 11100101 | 1100101 | 10101100 | 0 | 111000 | 11001 | 1010 | 101000111 | 1000111 | 1000001 |
Color Harmonies of #E565AC
Complementary color
Monochromatic Colors of #E565AC
Black with #E565AC
Text Example
Text Example
White with #E565AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E565AC; }
p { color: rgb(229,101,172); }
H1.HeaderClassName
{
color: #E565AC;
}
.AnyTagClassName
{
color: #E565AC;
}
</style>
background-color css
<style>
a { background-color: #E565AC; }
a { background-color: rgb(229,101,172); }
div.DivClassName
{
background-color: #E565AC;
}
.BgClassName
{
background-color: #E565AC;
}
</style>
border-color css
<style>
span { border-color: #E565AC; }
span { border-color: rgb(229,101,172); }
td.TdClassName
{
border-color: #E565AC;
}
.TagClassName
{
border-color: #E565AC;
}
</style>