Shades of Hot Pink #E15BAF
Tints of Hot Pink #E15BAF
RGB
CMYK
RGB Variations
Color information
#E15BAF (or 0xE15BAF) is known color: Hot Pink. HEX triplet: E1, 5B and AF. RGB value is (225,91,175). Sum of RGB (Red+Green+Blue) = 225+91+175=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15BAF is #1EA450. Grayscale: #8C8C8C. Windows color (decimal): -2008145 or 11492321. OLE color: 11492321.
HSL color Cylindrical-coordinate representation of color #E15BAF: hue angle of 322.39º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15BAF is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 175 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.12 |
| HSL | 322.39º | 0.69% | 0.62% | - |
| HSV(B) | 322.39º | 0.6% | 0.88% | - |
| XYZ | 42.53 | 26.58 | 43.45 | - |
| YUV | 140.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 175 | 0 | 0.60 | 0.22 | 0.12 | 322.39 | 0.69 | 0.62 |
| Hex | E1 | 5B | AF | 0 | 3C | 16 | C | 142 | 45 | 3E |
| Octal | 341 | 133 | 257 | 0 | 74 | 26 | 14 | 502 | 105 | 76 |
| Binary | 11100001 | 1011011 | 10101111 | 0 | 111100 | 10110 | 1100 | 101000010 | 1000101 | 111110 |
Color Harmonies of #E15BAF
Complementary color
Monochromatic Colors of #E15BAF
Black with #E15BAF
Text Example
Text Example
White with #E15BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15BAF; }
p { color: rgb(225,91,175); }
H1.HeaderClassName
{
color: #E15BAF;
}
.AnyTagClassName
{
color: #E15BAF;
}
</style>
background-color css
<style>
a { background-color: #E15BAF; }
a { background-color: rgb(225,91,175); }
div.DivClassName
{
background-color: #E15BAF;
}
.BgClassName
{
background-color: #E15BAF;
}
</style>
border-color css
<style>
span { border-color: #E15BAF; }
span { border-color: rgb(225,91,175); }
td.TdClassName
{
border-color: #E15BAF;
}
.TagClassName
{
border-color: #E15BAF;
}
</style>