Shades of Hot Pink #E55CB3
Tints of Hot Pink #E55CB3
RGB
CMYK
RGB Variations
Color information
#E55CB3 (or 0xE55CB3) is known color: Hot Pink. HEX triplet: E5, 5C and B3. RGB value is (229,92,179). Sum of RGB (Red+Green+Blue) = 229+92+179=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55CB3 is #1AA34C. Grayscale: #8E8E8E. Windows color (decimal): -1745741 or 11754725. OLE color: 11754725.
HSL color Cylindrical-coordinate representation of color #E55CB3: hue angle of 321.9º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55CB3 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 179 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.10 |
| HSL | 321.9º | 0.72% | 0.63% | - |
| HSV(B) | 321.9º | 0.6% | 0.9% | - |
| XYZ | 44.28 | 27.57 | 45.64 | - |
| YUV | 142.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 179 | 0 | 0.60 | 0.22 | 0.10 | 321.9 | 0.72 | 0.63 |
| Hex | E5 | 5C | B3 | 0 | 3C | 16 | A | 142 | 48 | 3F |
| Octal | 345 | 134 | 263 | 0 | 74 | 26 | 12 | 502 | 110 | 77 |
| Binary | 11100101 | 1011100 | 10110011 | 0 | 111100 | 10110 | 1010 | 101000010 | 1001000 | 111111 |
Color Harmonies of #E55CB3
Complementary color
Monochromatic Colors of #E55CB3
Black with #E55CB3
Text Example
Text Example
White with #E55CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55CB3; }
p { color: rgb(229,92,179); }
H1.HeaderClassName
{
color: #E55CB3;
}
.AnyTagClassName
{
color: #E55CB3;
}
</style>
background-color css
<style>
a { background-color: #E55CB3; }
a { background-color: rgb(229,92,179); }
div.DivClassName
{
background-color: #E55CB3;
}
.BgClassName
{
background-color: #E55CB3;
}
</style>
border-color css
<style>
span { border-color: #E55CB3; }
span { border-color: rgb(229,92,179); }
td.TdClassName
{
border-color: #E55CB3;
}
.TagClassName
{
border-color: #E55CB3;
}
</style>