Shades of Hot Pink #E568AC
Tints of Hot Pink #E568AC
RGB
CMYK
RGB Variations
Color information
#E568AC (or 0xE568AC) is known color: Hot Pink. HEX triplet: E5, 68 and AC. RGB value is (229,104,172). Sum of RGB (Red+Green+Blue) = 229+104+172=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E568AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E568AC is #1A9753. Grayscale: #949494. Windows color (decimal): -1742676 or 11299045. OLE color: 11299045.
HSL color Cylindrical-coordinate representation of color #E568AC: hue angle of 327.36º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E568AC is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 172 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.10 |
| HSL | 327.36º | 0.71% | 0.65% | - |
| HSV(B) | 327.36º | 0.55% | 0.9% | - |
| XYZ | 44.71 | 29.54 | 42.37 | - |
| YUV | 149.13 | 140.91 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 172 | 0 | 0.55 | 0.25 | 0.10 | 327.36 | 0.71 | 0.65 |
| Hex | E5 | 68 | AC | 0 | 37 | 19 | A | 147 | 47 | 41 |
| Octal | 345 | 150 | 254 | 0 | 67 | 31 | 12 | 507 | 107 | 101 |
| Binary | 11100101 | 1101000 | 10101100 | 0 | 110111 | 11001 | 1010 | 101000111 | 1000111 | 1000001 |
Color Harmonies of #E568AC
Complementary color
Monochromatic Colors of #E568AC
Black with #E568AC
Text Example
Text Example
White with #E568AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E568AC; }
p { color: rgb(229,104,172); }
H1.HeaderClassName
{
color: #E568AC;
}
.AnyTagClassName
{
color: #E568AC;
}
</style>
background-color css
<style>
a { background-color: #E568AC; }
a { background-color: rgb(229,104,172); }
div.DivClassName
{
background-color: #E568AC;
}
.BgClassName
{
background-color: #E568AC;
}
</style>
border-color css
<style>
span { border-color: #E568AC; }
span { border-color: rgb(229,104,172); }
td.TdClassName
{
border-color: #E568AC;
}
.TagClassName
{
border-color: #E568AC;
}
</style>