Shades of Razzmatazz #E00663
Tints of Razzmatazz #E00663
RGB
CMYK
RGB Variations
Color information
#E00663 (or 0xE00663) is known color: Razzmatazz. HEX triplet: E0, 06 and 63. RGB value is (224,6,99). Sum of RGB (Red+Green+Blue) = 224+6+99=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E00663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00663 is #1FF99C. Grayscale: #515151. Windows color (decimal): -2095517 or 6489824. OLE color: 6489824.
HSL color Cylindrical-coordinate representation of color #E00663: hue angle of 334.4º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00663 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 99 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.12 |
| HSL | 334.4º | 0.95% | 0.45% | - |
| HSV(B) | 334.4º | 0.97% | 0.88% | - |
| XYZ | 33.06 | 16.88 | 13.32 | - |
| YUV | 81.78 | 137.72 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 99 | 0 | 0.97 | 0.56 | 0.12 | 334.4 | 0.95 | 0.45 |
| Hex | E0 | 6 | 63 | 0 | 61 | 38 | C | 14E | 5F | 2D |
| Octal | 340 | 6 | 143 | 0 | 141 | 70 | 14 | 516 | 137 | 55 |
| Binary | 11100000 | 110 | 1100011 | 0 | 1100001 | 111000 | 1100 | 101001110 | 1011111 | 101101 |
Color Harmonies of #E00663
Complementary color
Monochromatic Colors of #E00663
Black with #E00663
Text Example
Text Example
White with #E00663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00663; }
p { color: rgb(224,6,99); }
H1.HeaderClassName
{
color: #E00663;
}
.AnyTagClassName
{
color: #E00663;
}
</style>
background-color css
<style>
a { background-color: #E00663; }
a { background-color: rgb(224,6,99); }
div.DivClassName
{
background-color: #E00663;
}
.BgClassName
{
background-color: #E00663;
}
</style>
border-color css
<style>
span { border-color: #E00663; }
span { border-color: rgb(224,6,99); }
td.TdClassName
{
border-color: #E00663;
}
.TagClassName
{
border-color: #E00663;
}
</style>