Shades of Hot Pink #E15CB2
Tints of Hot Pink #E15CB2
RGB
CMYK
RGB Variations
Color information
#E15CB2 (or 0xE15CB2) is known color: Hot Pink. HEX triplet: E1, 5C and B2. RGB value is (225,92,178). Sum of RGB (Red+Green+Blue) = 225+92+178=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15CB2 is #1EA34D. Grayscale: #8D8D8D. Windows color (decimal): -2007886 or 11689185. OLE color: 11689185.
HSL color Cylindrical-coordinate representation of color #E15CB2: hue angle of 321.2º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15CB2 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 178 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.12 |
| HSL | 321.2º | 0.69% | 0.62% | - |
| HSV(B) | 321.2º | 0.59% | 0.88% | - |
| XYZ | 42.91 | 26.88 | 45.05 | - |
| YUV | 141.57 | 148.56 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 178 | 0 | 0.59 | 0.21 | 0.12 | 321.2 | 0.69 | 0.62 |
| Hex | E1 | 5C | B2 | 0 | 3B | 15 | C | 141 | 45 | 3E |
| Octal | 341 | 134 | 262 | 0 | 73 | 25 | 14 | 501 | 105 | 76 |
| Binary | 11100001 | 1011100 | 10110010 | 0 | 111011 | 10101 | 1100 | 101000001 | 1000101 | 111110 |
Color Harmonies of #E15CB2
Complementary color
Monochromatic Colors of #E15CB2
Black with #E15CB2
Text Example
Text Example
White with #E15CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15CB2; }
p { color: rgb(225,92,178); }
H1.HeaderClassName
{
color: #E15CB2;
}
.AnyTagClassName
{
color: #E15CB2;
}
</style>
background-color css
<style>
a { background-color: #E15CB2; }
a { background-color: rgb(225,92,178); }
div.DivClassName
{
background-color: #E15CB2;
}
.BgClassName
{
background-color: #E15CB2;
}
</style>
border-color css
<style>
span { border-color: #E15CB2; }
span { border-color: rgb(225,92,178); }
td.TdClassName
{
border-color: #E15CB2;
}
.TagClassName
{
border-color: #E15CB2;
}
</style>