Shades of Razzmatazz #E40A50
Tints of Razzmatazz #E40A50
RGB
CMYK
RGB Variations
Color information
#E40A50 (or 0xE40A50) is known color: Razzmatazz. HEX triplet: E4, 0A and 50. RGB value is (228,10,80). Sum of RGB (Red+Green+Blue) = 228+10+80=318 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.70% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 228 - color contains mainly: red. Hex color #E40A50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40A50 is #1BF5AF. Grayscale: #535353. Windows color (decimal): -1832368 or 5245668. OLE color: 5245668.
HSL color Cylindrical-coordinate representation of color #E40A50: hue angle of 340.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40A50 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 10 | 80 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.11 |
| HSL | 340.73º | 0.92% | 0.47% | - |
| HSV(B) | 340.73º | 0.96% | 0.89% | - |
| XYZ | 33.55 | 17.29 | 9.16 | - |
| YUV | 83.16 | 126.22 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 80 | 0 | 0.96 | 0.65 | 0.11 | 340.73 | 0.92 | 0.47 |
| Hex | E4 | A | 50 | 0 | 60 | 41 | B | 155 | 5C | 2F |
| Octal | 344 | 12 | 120 | 0 | 140 | 101 | 13 | 525 | 134 | 57 |
| Binary | 11100100 | 1010 | 1010000 | 0 | 1100000 | 1000001 | 1011 | 101010101 | 1011100 | 101111 |
Color Harmonies of #E40A50
Complementary color
Monochromatic Colors of #E40A50
Black with #E40A50
Text Example
Text Example
White with #E40A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40A50; }
p { color: rgb(228,10,80); }
H1.HeaderClassName
{
color: #E40A50;
}
.AnyTagClassName
{
color: #E40A50;
}
</style>
background-color css
<style>
a { background-color: #E40A50; }
a { background-color: rgb(228,10,80); }
div.DivClassName
{
background-color: #E40A50;
}
.BgClassName
{
background-color: #E40A50;
}
</style>
border-color css
<style>
span { border-color: #E40A50; }
span { border-color: rgb(228,10,80); }
td.TdClassName
{
border-color: #E40A50;
}
.TagClassName
{
border-color: #E40A50;
}
</style>