Shades of Hot Pink #E068B5
Tints of Hot Pink #E068B5
RGB
CMYK
RGB Variations
Color information
#E068B5 (or 0xE068B5) is known color: Hot Pink. HEX triplet: E0, 68 and B5. RGB value is (224,104,181). Sum of RGB (Red+Green+Blue) = 224+104+181=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E068B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E068B5 is #1F974A. Grayscale: #949494. Windows color (decimal): -2070347 or 11888864. OLE color: 11888864.
HSL color Cylindrical-coordinate representation of color #E068B5: hue angle of 321.5º 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 #E068B5 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 181 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.12 |
| HSL | 321.5º | 0.66% | 0.64% | - |
| HSV(B) | 321.5º | 0.54% | 0.88% | - |
| XYZ | 44.03 | 29.08 | 47.01 | - |
| YUV | 148.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 181 | 0 | 0.54 | 0.19 | 0.12 | 321.5 | 0.66 | 0.64 |
| Hex | E0 | 68 | B5 | 0 | 36 | 13 | C | 142 | 42 | 40 |
| Octal | 340 | 150 | 265 | 0 | 66 | 23 | 14 | 502 | 102 | 100 |
| Binary | 11100000 | 1101000 | 10110101 | 0 | 110110 | 10011 | 1100 | 101000010 | 1000010 | 1000000 |
Color Harmonies of #E068B5
Complementary color
Monochromatic Colors of #E068B5
Black with #E068B5
Text Example
Text Example
White with #E068B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E068B5; }
p { color: rgb(224,104,181); }
H1.HeaderClassName
{
color: #E068B5;
}
.AnyTagClassName
{
color: #E068B5;
}
</style>
background-color css
<style>
a { background-color: #E068B5; }
a { background-color: rgb(224,104,181); }
div.DivClassName
{
background-color: #E068B5;
}
.BgClassName
{
background-color: #E068B5;
}
</style>
border-color css
<style>
span { border-color: #E068B5; }
span { border-color: rgb(224,104,181); }
td.TdClassName
{
border-color: #E068B5;
}
.TagClassName
{
border-color: #E068B5;
}
</style>