Shades of Hot Pink #E15BB3
Tints of Hot Pink #E15BB3
RGB
CMYK
RGB Variations
Color information
#E15BB3 (or 0xE15BB3) is known color: Hot Pink. HEX triplet: E1, 5B and B3. RGB value is (225,91,179). Sum of RGB (Red+Green+Blue) = 225+91+179=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BB3 is #1EA44C. Grayscale: #8C8C8C. Windows color (decimal): -2008141 or 11754465. OLE color: 11754465.
HSL color Cylindrical-coordinate representation of color #E15BB3: hue angle of 320.6º 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 #E15BB3 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 179 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.12 |
| HSL | 320.6º | 0.69% | 0.62% | - |
| HSV(B) | 320.6º | 0.6% | 0.88% | - |
| XYZ | 42.93 | 26.74 | 45.55 | - |
| YUV | 141.1 | 149.39 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 179 | 0 | 0.60 | 0.20 | 0.12 | 320.6 | 0.69 | 0.62 |
| Hex | E1 | 5B | B3 | 0 | 3C | 14 | C | 141 | 45 | 3E |
| Octal | 341 | 133 | 263 | 0 | 74 | 24 | 14 | 501 | 105 | 76 |
| Binary | 11100001 | 1011011 | 10110011 | 0 | 111100 | 10100 | 1100 | 101000001 | 1000101 | 111110 |
Color Harmonies of #E15BB3
Complementary color
Monochromatic Colors of #E15BB3
Black with #E15BB3
Text Example
Text Example
White with #E15BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15BB3; }
p { color: rgb(225,91,179); }
H1.HeaderClassName
{
color: #E15BB3;
}
.AnyTagClassName
{
color: #E15BB3;
}
</style>
background-color css
<style>
a { background-color: #E15BB3; }
a { background-color: rgb(225,91,179); }
div.DivClassName
{
background-color: #E15BB3;
}
.BgClassName
{
background-color: #E15BB3;
}
</style>
border-color css
<style>
span { border-color: #E15BB3; }
span { border-color: rgb(225,91,179); }
td.TdClassName
{
border-color: #E15BB3;
}
.TagClassName
{
border-color: #E15BB3;
}
</style>