Shades of Razzmatazz #E00565
Tints of Razzmatazz #E00565
RGB
CMYK
RGB Variations
Color information
#E00565 (or 0xE00565) is known color: Razzmatazz. HEX triplet: E0, 05 and 65. RGB value is (224,5,101). Sum of RGB (Red+Green+Blue) = 224+5+101=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E00565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00565 is #1FFA9A. Grayscale: #515151. Windows color (decimal): -2095771 or 6620640. OLE color: 6620640.
HSL color Cylindrical-coordinate representation of color #E00565: hue angle of 333.7º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00565 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 101 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.12 |
| HSL | 333.7º | 0.96% | 0.45% | - |
| HSV(B) | 333.7º | 0.98% | 0.88% | - |
| XYZ | 33.14 | 16.9 | 13.83 | - |
| YUV | 81.43 | 139.05 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 101 | 0 | 0.98 | 0.55 | 0.12 | 333.7 | 0.96 | 0.45 |
| Hex | E0 | 5 | 65 | 0 | 62 | 37 | C | 14E | 60 | 2D |
| Octal | 340 | 5 | 145 | 0 | 142 | 67 | 14 | 516 | 140 | 55 |
| Binary | 11100000 | 101 | 1100101 | 0 | 1100010 | 110111 | 1100 | 101001110 | 1100000 | 101101 |
Color Harmonies of #E00565
Complementary color
Monochromatic Colors of #E00565
Black with #E00565
Text Example
Text Example
White with #E00565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00565; }
p { color: rgb(224,5,101); }
H1.HeaderClassName
{
color: #E00565;
}
.AnyTagClassName
{
color: #E00565;
}
</style>
background-color css
<style>
a { background-color: #E00565; }
a { background-color: rgb(224,5,101); }
div.DivClassName
{
background-color: #E00565;
}
.BgClassName
{
background-color: #E00565;
}
</style>
border-color css
<style>
span { border-color: #E00565; }
span { border-color: rgb(224,5,101); }
td.TdClassName
{
border-color: #E00565;
}
.TagClassName
{
border-color: #E00565;
}
</style>