Shades of Hot Pink #E25DB5
Tints of Hot Pink #E25DB5
RGB
CMYK
RGB Variations
Color information
#E25DB5 (or 0xE25DB5) is known color: Hot Pink. HEX triplet: E2, 5D and B5. RGB value is (226,93,181). Sum of RGB (Red+Green+Blue) = 226+93+181=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DB5 is #1DA24A. Grayscale: #8E8E8E. Windows color (decimal): -1942091 or 11886050. OLE color: 11886050.
HSL color Cylindrical-coordinate representation of color #E25DB5: hue angle of 320.3º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25DB5 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 181 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.11 |
| HSL | 320.3º | 0.7% | 0.63% | - |
| HSV(B) | 320.3º | 0.59% | 0.89% | - |
| XYZ | 43.62 | 27.33 | 46.69 | - |
| YUV | 142.8 | 149.56 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 181 | 0 | 0.59 | 0.20 | 0.11 | 320.3 | 0.7 | 0.63 |
| Hex | E2 | 5D | B5 | 0 | 3B | 14 | B | 140 | 46 | 3F |
| Octal | 342 | 135 | 265 | 0 | 73 | 24 | 13 | 500 | 106 | 77 |
| Binary | 11100010 | 1011101 | 10110101 | 0 | 111011 | 10100 | 1011 | 101000000 | 1000110 | 111111 |
Color Harmonies of #E25DB5
Complementary color
Monochromatic Colors of #E25DB5
Black with #E25DB5
Text Example
Text Example
White with #E25DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DB5; }
p { color: rgb(226,93,181); }
H1.HeaderClassName
{
color: #E25DB5;
}
.AnyTagClassName
{
color: #E25DB5;
}
</style>
background-color css
<style>
a { background-color: #E25DB5; }
a { background-color: rgb(226,93,181); }
div.DivClassName
{
background-color: #E25DB5;
}
.BgClassName
{
background-color: #E25DB5;
}
</style>
border-color css
<style>
span { border-color: #E25DB5; }
span { border-color: rgb(226,93,181); }
td.TdClassName
{
border-color: #E25DB5;
}
.TagClassName
{
border-color: #E25DB5;
}
</style>