Shades of Razzmatazz #E00257
Tints of Razzmatazz #E00257
RGB
CMYK
RGB Variations
Color information
#E00257 (or 0xE00257) is known color: Razzmatazz. HEX triplet: E0, 02 and 57. RGB value is (224,2,87). Sum of RGB (Red+Green+Blue) = 224+2+87=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E00257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00257 is #1FFDA8. Grayscale: #4D4D4D. Windows color (decimal): -2096553 or 5702368. OLE color: 5702368.
HSL color Cylindrical-coordinate representation of color #E00257: hue angle of 337.03º 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 #E00257 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 87 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.12 |
| HSL | 337.03º | 0.98% | 0.44% | - |
| HSV(B) | 337.03º | 0.99% | 0.88% | - |
| XYZ | 32.48 | 16.58 | 10.5 | - |
| YUV | 78.07 | 133.05 | 232.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 87 | 0 | 0.99 | 0.61 | 0.12 | 337.03 | 0.98 | 0.44 |
| Hex | E0 | 2 | 57 | 0 | 63 | 3D | C | 151 | 62 | 2C |
| Octal | 340 | 2 | 127 | 0 | 143 | 75 | 14 | 521 | 142 | 54 |
| Binary | 11100000 | 10 | 1010111 | 0 | 1100011 | 111101 | 1100 | 101010001 | 1100010 | 101100 |
Color Harmonies of #E00257
Complementary color
Monochromatic Colors of #E00257
Black with #E00257
Text Example
Text Example
White with #E00257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00257; }
p { color: rgb(224,2,87); }
H1.HeaderClassName
{
color: #E00257;
}
.AnyTagClassName
{
color: #E00257;
}
</style>
background-color css
<style>
a { background-color: #E00257; }
a { background-color: rgb(224,2,87); }
div.DivClassName
{
background-color: #E00257;
}
.BgClassName
{
background-color: #E00257;
}
</style>
border-color css
<style>
span { border-color: #E00257; }
span { border-color: rgb(224,2,87); }
td.TdClassName
{
border-color: #E00257;
}
.TagClassName
{
border-color: #E00257;
}
</style>