Shades of Hot Pink #E05DB2
Tints of Hot Pink #E05DB2
RGB
CMYK
RGB Variations
Color information
#E05DB2 (or 0xE05DB2) is known color: Hot Pink. HEX triplet: E0, 5D and B2. RGB value is (224,93,178). Sum of RGB (Red+Green+Blue) = 224+93+178=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05DB2 is #1FA24D. Grayscale: #8D8D8D. Windows color (decimal): -2073166 or 11689440. OLE color: 11689440.
HSL color Cylindrical-coordinate representation of color #E05DB2: hue angle of 321.07º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05DB2 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 178 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.12 |
| HSL | 321.07º | 0.68% | 0.62% | - |
| HSV(B) | 321.07º | 0.58% | 0.88% | - |
| XYZ | 42.69 | 26.89 | 45.06 | - |
| YUV | 141.86 | 148.4 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 178 | 0 | 0.58 | 0.21 | 0.12 | 321.07 | 0.68 | 0.62 |
| Hex | E0 | 5D | B2 | 0 | 3A | 15 | C | 141 | 44 | 3E |
| Octal | 340 | 135 | 262 | 0 | 72 | 25 | 14 | 501 | 104 | 76 |
| Binary | 11100000 | 1011101 | 10110010 | 0 | 111010 | 10101 | 1100 | 101000001 | 1000100 | 111110 |
Color Harmonies of #E05DB2
Complementary color
Monochromatic Colors of #E05DB2
Black with #E05DB2
Text Example
Text Example
White with #E05DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05DB2; }
p { color: rgb(224,93,178); }
H1.HeaderClassName
{
color: #E05DB2;
}
.AnyTagClassName
{
color: #E05DB2;
}
</style>
background-color css
<style>
a { background-color: #E05DB2; }
a { background-color: rgb(224,93,178); }
div.DivClassName
{
background-color: #E05DB2;
}
.BgClassName
{
background-color: #E05DB2;
}
</style>
border-color css
<style>
span { border-color: #E05DB2; }
span { border-color: rgb(224,93,178); }
td.TdClassName
{
border-color: #E05DB2;
}
.TagClassName
{
border-color: #E05DB2;
}
</style>