Shades of Razzmatazz #E0026B
Tints of Razzmatazz #E0026B
RGB
CMYK
RGB Variations
Color information
#E0026B (or 0xE0026B) is known color: Razzmatazz. HEX triplet: E0, 02 and 6B. RGB value is (224,2,107). Sum of RGB (Red+Green+Blue) = 224+2+107=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E0026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0026B is #1FFD94. Grayscale: #505050. Windows color (decimal): -2096533 or 7013088. OLE color: 7013088.
HSL color Cylindrical-coordinate representation of color #E0026B: hue angle of 331.62º 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 #E0026B is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.12 |
| HSL | 331.62º | 0.98% | 0.44% | - |
| HSV(B) | 331.62º | 0.99% | 0.88% | - |
| XYZ | 33.42 | 16.95 | 15.42 | - |
| YUV | 80.35 | 143.05 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 107 | 0 | 0.99 | 0.52 | 0.12 | 331.62 | 0.98 | 0.44 |
| Hex | E0 | 2 | 6B | 0 | 63 | 34 | C | 14C | 62 | 2C |
| Octal | 340 | 2 | 153 | 0 | 143 | 64 | 14 | 514 | 142 | 54 |
| Binary | 11100000 | 10 | 1101011 | 0 | 1100011 | 110100 | 1100 | 101001100 | 1100010 | 101100 |
Color Harmonies of #E0026B
Complementary color
Monochromatic Colors of #E0026B
Black with #E0026B
Text Example
Text Example
White with #E0026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0026B; }
p { color: rgb(224,2,107); }
H1.HeaderClassName
{
color: #E0026B;
}
.AnyTagClassName
{
color: #E0026B;
}
</style>
background-color css
<style>
a { background-color: #E0026B; }
a { background-color: rgb(224,2,107); }
div.DivClassName
{
background-color: #E0026B;
}
.BgClassName
{
background-color: #E0026B;
}
</style>
border-color css
<style>
span { border-color: #E0026B; }
span { border-color: rgb(224,2,107); }
td.TdClassName
{
border-color: #E0026B;
}
.TagClassName
{
border-color: #E0026B;
}
</style>