Shades of Hot Pink #E25BAF
Tints of Hot Pink #E25BAF
RGB
CMYK
RGB Variations
Color information
#E25BAF (or 0xE25BAF) is known color: Hot Pink. HEX triplet: E2, 5B and AF. RGB value is (226,91,175). Sum of RGB (Red+Green+Blue) = 226+91+175=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25BAF is #1DA450. Grayscale: #8C8C8C. Windows color (decimal): -1942609 or 11492322. OLE color: 11492322.
HSL color Cylindrical-coordinate representation of color #E25BAF: hue angle of 322.67º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25BAF is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 175 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.11 |
| HSL | 322.67º | 0.7% | 0.62% | - |
| HSV(B) | 322.67º | 0.6% | 0.89% | - |
| XYZ | 42.84 | 26.75 | 43.46 | - |
| YUV | 140.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 175 | 0 | 0.60 | 0.23 | 0.11 | 322.67 | 0.7 | 0.62 |
| Hex | E2 | 5B | AF | 0 | 3C | 17 | B | 143 | 46 | 3E |
| Octal | 342 | 133 | 257 | 0 | 74 | 27 | 13 | 503 | 106 | 76 |
| Binary | 11100010 | 1011011 | 10101111 | 0 | 111100 | 10111 | 1011 | 101000011 | 1000110 | 111110 |
Color Harmonies of #E25BAF
Complementary color
Monochromatic Colors of #E25BAF
Black with #E25BAF
Text Example
Text Example
White with #E25BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BAF; }
p { color: rgb(226,91,175); }
H1.HeaderClassName
{
color: #E25BAF;
}
.AnyTagClassName
{
color: #E25BAF;
}
</style>
background-color css
<style>
a { background-color: #E25BAF; }
a { background-color: rgb(226,91,175); }
div.DivClassName
{
background-color: #E25BAF;
}
.BgClassName
{
background-color: #E25BAF;
}
</style>
border-color css
<style>
span { border-color: #E25BAF; }
span { border-color: rgb(226,91,175); }
td.TdClassName
{
border-color: #E25BAF;
}
.TagClassName
{
border-color: #E25BAF;
}
</style>