Shades of Hot Pink #E25CB2
Tints of Hot Pink #E25CB2
RGB
CMYK
RGB Variations
Color information
#E25CB2 (or 0xE25CB2) is known color: Hot Pink. HEX triplet: E2, 5C and B2. RGB value is (226,92,178). Sum of RGB (Red+Green+Blue) = 226+92+178=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E25CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25CB2 is #1DA34D. Grayscale: #8D8D8D. Windows color (decimal): -1942350 or 11689186. OLE color: 11689186.
HSL color Cylindrical-coordinate representation of color #E25CB2: hue angle of 321.49º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25CB2 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 178 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.11 |
| HSL | 321.49º | 0.7% | 0.62% | - |
| HSV(B) | 321.49º | 0.59% | 0.89% | - |
| XYZ | 43.23 | 27.04 | 45.06 | - |
| YUV | 141.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 178 | 0 | 0.59 | 0.21 | 0.11 | 321.49 | 0.7 | 0.62 |
| Hex | E2 | 5C | B2 | 0 | 3B | 15 | B | 141 | 46 | 3E |
| Octal | 342 | 134 | 262 | 0 | 73 | 25 | 13 | 501 | 106 | 76 |
| Binary | 11100010 | 1011100 | 10110010 | 0 | 111011 | 10101 | 1011 | 101000001 | 1000110 | 111110 |
Color Harmonies of #E25CB2
Complementary color
Monochromatic Colors of #E25CB2
Black with #E25CB2
Text Example
Text Example
White with #E25CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25CB2; }
p { color: rgb(226,92,178); }
H1.HeaderClassName
{
color: #E25CB2;
}
.AnyTagClassName
{
color: #E25CB2;
}
</style>
background-color css
<style>
a { background-color: #E25CB2; }
a { background-color: rgb(226,92,178); }
div.DivClassName
{
background-color: #E25CB2;
}
.BgClassName
{
background-color: #E25CB2;
}
</style>
border-color css
<style>
span { border-color: #E25CB2; }
span { border-color: rgb(226,92,178); }
td.TdClassName
{
border-color: #E25CB2;
}
.TagClassName
{
border-color: #E25CB2;
}
</style>