Shades of Razzmatazz #E00665
Tints of Razzmatazz #E00665
RGB
CMYK
RGB Variations
Color information
#E00665 (or 0xE00665) is known color: Razzmatazz. HEX triplet: E0, 06 and 65. RGB value is (224,6,101). Sum of RGB (Red+Green+Blue) = 224+6+101=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E00665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00665 is #1FF99A. Grayscale: #515151. Windows color (decimal): -2095515 or 6620896. OLE color: 6620896.
HSL color Cylindrical-coordinate representation of color #E00665: hue angle of 333.85º 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 #E00665 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 101 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.12 |
| HSL | 333.85º | 0.95% | 0.45% | - |
| HSV(B) | 333.85º | 0.97% | 0.88% | - |
| XYZ | 33.15 | 16.92 | 13.83 | - |
| YUV | 82.01 | 138.72 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 101 | 0 | 0.97 | 0.55 | 0.12 | 333.85 | 0.95 | 0.45 |
| Hex | E0 | 6 | 65 | 0 | 61 | 37 | C | 14E | 5F | 2D |
| Octal | 340 | 6 | 145 | 0 | 141 | 67 | 14 | 516 | 137 | 55 |
| Binary | 11100000 | 110 | 1100101 | 0 | 1100001 | 110111 | 1100 | 101001110 | 1011111 | 101101 |
Color Harmonies of #E00665
Complementary color
Monochromatic Colors of #E00665
Black with #E00665
Text Example
Text Example
White with #E00665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00665; }
p { color: rgb(224,6,101); }
H1.HeaderClassName
{
color: #E00665;
}
.AnyTagClassName
{
color: #E00665;
}
</style>
background-color css
<style>
a { background-color: #E00665; }
a { background-color: rgb(224,6,101); }
div.DivClassName
{
background-color: #E00665;
}
.BgClassName
{
background-color: #E00665;
}
</style>
border-color css
<style>
span { border-color: #E00665; }
span { border-color: rgb(224,6,101); }
td.TdClassName
{
border-color: #E00665;
}
.TagClassName
{
border-color: #E00665;
}
</style>