Shades of Razzmatazz #E0006B
Tints of Razzmatazz #E0006B
RGB
CMYK
RGB Variations
Color information
#E0006B (or 0xE0006B) is known color: Razzmatazz. HEX triplet: E0, 00 and 6B. RGB value is (224,0,107). Sum of RGB (Red+Green+Blue) = 224+0+107=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E0006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0006B is #1FFF94. Grayscale: #4E4E4E. Windows color (decimal): -2097045 or 7012576. OLE color: 7012576.
HSL color Cylindrical-coordinate representation of color #E0006B: hue angle of 331.34º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0006B is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.52 | 0.12 |
| HSL | 331.34º | 1% | 0.44% | - |
| HSV(B) | 331.34º | 1% | 0.88% | - |
| XYZ | 33.39 | 16.91 | 15.41 | - |
| YUV | 79.17 | 143.71 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 107 | 0 | 1 | 0.52 | 0.12 | 331.34 | 1 | 0.44 |
| Hex | E0 | 0 | 6B | 0 | 64 | 34 | C | 14B | 64 | 2C |
| Octal | 340 | 0 | 153 | 0 | 144 | 64 | 14 | 513 | 144 | 54 |
| Binary | 11100000 | 0 | 1101011 | 0 | 1100100 | 110100 | 1100 | 101001011 | 1100100 | 101100 |
Color Harmonies of #E0006B
Complementary color
Monochromatic Colors of #E0006B
Black with #E0006B
Text Example
Text Example
White with #E0006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0006B; }
p { color: rgb(224,0,107); }
H1.HeaderClassName
{
color: #E0006B;
}
.AnyTagClassName
{
color: #E0006B;
}
</style>
background-color css
<style>
a { background-color: #E0006B; }
a { background-color: rgb(224,0,107); }
div.DivClassName
{
background-color: #E0006B;
}
.BgClassName
{
background-color: #E0006B;
}
</style>
border-color css
<style>
span { border-color: #E0006B; }
span { border-color: rgb(224,0,107); }
td.TdClassName
{
border-color: #E0006B;
}
.TagClassName
{
border-color: #E0006B;
}
</style>