Shades of Hot Pink #E25DB8
Tints of Hot Pink #E25DB8
RGB
CMYK
RGB Variations
Color information
#E25DB8 (or 0xE25DB8) is known color: Hot Pink. HEX triplet: E2, 5D and B8. RGB value is (226,93,184). Sum of RGB (Red+Green+Blue) = 226+93+184=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DB8 is #1DA247. Grayscale: #8E8E8E. Windows color (decimal): -1942088 or 12082658. OLE color: 12082658.
HSL color Cylindrical-coordinate representation of color #E25DB8: hue angle of 318.95º 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 #E25DB8 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 184 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.11 |
| HSL | 318.95º | 0.7% | 0.63% | - |
| HSV(B) | 318.95º | 0.59% | 0.89% | - |
| XYZ | 43.93 | 27.46 | 48.33 | - |
| YUV | 143.14 | 151.06 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 184 | 0 | 0.59 | 0.19 | 0.11 | 318.95 | 0.7 | 0.63 |
| Hex | E2 | 5D | B8 | 0 | 3B | 13 | B | 13F | 46 | 3F |
| Octal | 342 | 135 | 270 | 0 | 73 | 23 | 13 | 477 | 106 | 77 |
| Binary | 11100010 | 1011101 | 10111000 | 0 | 111011 | 10011 | 1011 | 100111111 | 1000110 | 111111 |
Color Harmonies of #E25DB8
Complementary color
Monochromatic Colors of #E25DB8
Black with #E25DB8
Text Example
Text Example
White with #E25DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DB8; }
p { color: rgb(226,93,184); }
H1.HeaderClassName
{
color: #E25DB8;
}
.AnyTagClassName
{
color: #E25DB8;
}
</style>
background-color css
<style>
a { background-color: #E25DB8; }
a { background-color: rgb(226,93,184); }
div.DivClassName
{
background-color: #E25DB8;
}
.BgClassName
{
background-color: #E25DB8;
}
</style>
border-color css
<style>
span { border-color: #E25DB8; }
span { border-color: rgb(226,93,184); }
td.TdClassName
{
border-color: #E25DB8;
}
.TagClassName
{
border-color: #E25DB8;
}
</style>