Shades of Razzmatazz #E00256
Tints of Razzmatazz #E00256
RGB
CMYK
RGB Variations
Color information
#E00256 (or 0xE00256) is known color: Razzmatazz. HEX triplet: E0, 02 and 56. RGB value is (224,2,86). Sum of RGB (Red+Green+Blue) = 224+2+86=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E00256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00256 is #1FFDA9. Grayscale: #4D4D4D. Windows color (decimal): -2096554 or 5636832. OLE color: 5636832.
HSL color Cylindrical-coordinate representation of color #E00256: hue angle of 337.3º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00256 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.12 |
| HSL | 337.3º | 0.98% | 0.44% | - |
| HSV(B) | 337.3º | 0.99% | 0.88% | - |
| XYZ | 32.44 | 16.56 | 10.29 | - |
| YUV | 77.95 | 132.55 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 86 | 0 | 0.99 | 0.62 | 0.12 | 337.3 | 0.98 | 0.44 |
| Hex | E0 | 2 | 56 | 0 | 63 | 3E | C | 151 | 62 | 2C |
| Octal | 340 | 2 | 126 | 0 | 143 | 76 | 14 | 521 | 142 | 54 |
| Binary | 11100000 | 10 | 1010110 | 0 | 1100011 | 111110 | 1100 | 101010001 | 1100010 | 101100 |
Color Harmonies of #E00256
Complementary color
Monochromatic Colors of #E00256
Black with #E00256
Text Example
Text Example
White with #E00256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00256; }
p { color: rgb(224,2,86); }
H1.HeaderClassName
{
color: #E00256;
}
.AnyTagClassName
{
color: #E00256;
}
</style>
background-color css
<style>
a { background-color: #E00256; }
a { background-color: rgb(224,2,86); }
div.DivClassName
{
background-color: #E00256;
}
.BgClassName
{
background-color: #E00256;
}
</style>
border-color css
<style>
span { border-color: #E00256; }
span { border-color: rgb(224,2,86); }
td.TdClassName
{
border-color: #E00256;
}
.TagClassName
{
border-color: #E00256;
}
</style>