Shades of Razzmatazz #E40B5A
Tints of Razzmatazz #E40B5A
RGB
CMYK
RGB Variations
Color information
#E40B5A (or 0xE40B5A) is known color: Razzmatazz. HEX triplet: E4, 0B and 5A. RGB value is (228,11,90). Sum of RGB (Red+Green+Blue) = 228+11+90=329 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.30% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 228 - color contains mainly: red. Hex color #E40B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40B5A is #1BF4A5. Grayscale: #545454. Windows color (decimal): -1832102 or 5901284. OLE color: 5901284.
HSL color Cylindrical-coordinate representation of color #E40B5A: hue angle of 338.16º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40B5A is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 90 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.11 |
| HSL | 338.16º | 0.91% | 0.47% | - |
| HSV(B) | 338.16º | 0.95% | 0.89% | - |
| XYZ | 33.96 | 17.47 | 11.26 | - |
| YUV | 84.89 | 130.89 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 90 | 0 | 0.95 | 0.61 | 0.11 | 338.16 | 0.91 | 0.47 |
| Hex | E4 | B | 5A | 0 | 5F | 3D | B | 152 | 5B | 2F |
| Octal | 344 | 13 | 132 | 0 | 137 | 75 | 13 | 522 | 133 | 57 |
| Binary | 11100100 | 1011 | 1011010 | 0 | 1011111 | 111101 | 1011 | 101010010 | 1011011 | 101111 |
Color Harmonies of #E40B5A
Complementary color
Monochromatic Colors of #E40B5A
Black with #E40B5A
Text Example
Text Example
White with #E40B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40B5A; }
p { color: rgb(228,11,90); }
H1.HeaderClassName
{
color: #E40B5A;
}
.AnyTagClassName
{
color: #E40B5A;
}
</style>
background-color css
<style>
a { background-color: #E40B5A; }
a { background-color: rgb(228,11,90); }
div.DivClassName
{
background-color: #E40B5A;
}
.BgClassName
{
background-color: #E40B5A;
}
</style>
border-color css
<style>
span { border-color: #E40B5A; }
span { border-color: rgb(228,11,90); }
td.TdClassName
{
border-color: #E40B5A;
}
.TagClassName
{
border-color: #E40B5A;
}
</style>