Shades of Hot Pink #E25DB7
Tints of Hot Pink #E25DB7
RGB
CMYK
RGB Variations
Color information
#E25DB7 (or 0xE25DB7) is known color: Hot Pink. HEX triplet: E2, 5D and B7. RGB value is (226,93,183). Sum of RGB (Red+Green+Blue) = 226+93+183=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DB7 is #1DA248. Grayscale: #8E8E8E. Windows color (decimal): -1942089 or 12017122. OLE color: 12017122.
HSL color Cylindrical-coordinate representation of color #E25DB7: hue angle of 319.4º 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 #E25DB7 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 183 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.11 |
| HSL | 319.4º | 0.7% | 0.63% | - |
| HSV(B) | 319.4º | 0.59% | 0.89% | - |
| XYZ | 43.83 | 27.42 | 47.78 | - |
| YUV | 143.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 183 | 0 | 0.59 | 0.19 | 0.11 | 319.4 | 0.7 | 0.63 |
| Hex | E2 | 5D | B7 | 0 | 3B | 13 | B | 13F | 46 | 3F |
| Octal | 342 | 135 | 267 | 0 | 73 | 23 | 13 | 477 | 106 | 77 |
| Binary | 11100010 | 1011101 | 10110111 | 0 | 111011 | 10011 | 1011 | 100111111 | 1000110 | 111111 |
Color Harmonies of #E25DB7
Complementary color
Monochromatic Colors of #E25DB7
Black with #E25DB7
Text Example
Text Example
White with #E25DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DB7; }
p { color: rgb(226,93,183); }
H1.HeaderClassName
{
color: #E25DB7;
}
.AnyTagClassName
{
color: #E25DB7;
}
</style>
background-color css
<style>
a { background-color: #E25DB7; }
a { background-color: rgb(226,93,183); }
div.DivClassName
{
background-color: #E25DB7;
}
.BgClassName
{
background-color: #E25DB7;
}
</style>
border-color css
<style>
span { border-color: #E25DB7; }
span { border-color: rgb(226,93,183); }
td.TdClassName
{
border-color: #E25DB7;
}
.TagClassName
{
border-color: #E25DB7;
}
</style>