Shades of Hot Pink #E068B2
Tints of Hot Pink #E068B2
RGB
CMYK
RGB Variations
Color information
#E068B2 (or 0xE068B2) is known color: Hot Pink. HEX triplet: E0, 68 and B2. RGB value is (224,104,178). Sum of RGB (Red+Green+Blue) = 224+104+178=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E068B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E068B2 is #1F974D. Grayscale: #949494. Windows color (decimal): -2070350 or 11692256. OLE color: 11692256.
HSL color Cylindrical-coordinate representation of color #E068B2: hue angle of 323º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E068B2 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 178 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.12 |
| HSL | 323º | 0.66% | 0.64% | - |
| HSV(B) | 323º | 0.54% | 0.88% | - |
| XYZ | 43.73 | 28.96 | 45.41 | - |
| YUV | 148.32 | 144.76 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 178 | 0 | 0.54 | 0.21 | 0.12 | 323 | 0.66 | 0.64 |
| Hex | E0 | 68 | B2 | 0 | 36 | 15 | C | 143 | 42 | 40 |
| Octal | 340 | 150 | 262 | 0 | 66 | 25 | 14 | 503 | 102 | 100 |
| Binary | 11100000 | 1101000 | 10110010 | 0 | 110110 | 10101 | 1100 | 101000011 | 1000010 | 1000000 |
Color Harmonies of #E068B2
Complementary color
Monochromatic Colors of #E068B2
Black with #E068B2
Text Example
Text Example
White with #E068B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E068B2; }
p { color: rgb(224,104,178); }
H1.HeaderClassName
{
color: #E068B2;
}
.AnyTagClassName
{
color: #E068B2;
}
</style>
background-color css
<style>
a { background-color: #E068B2; }
a { background-color: rgb(224,104,178); }
div.DivClassName
{
background-color: #E068B2;
}
.BgClassName
{
background-color: #E068B2;
}
</style>
border-color css
<style>
span { border-color: #E068B2; }
span { border-color: rgb(224,104,178); }
td.TdClassName
{
border-color: #E068B2;
}
.TagClassName
{
border-color: #E068B2;
}
</style>