Shades of Razzmatazz #E3025B
Tints of Razzmatazz #E3025B
RGB
CMYK
RGB Variations
Color information
#E3025B (or 0xE3025B) is known color: Razzmatazz. HEX triplet: E3, 02 and 5B. RGB value is (227,2,91). Sum of RGB (Red+Green+Blue) = 227+2+91=320 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.94% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 227 - color contains mainly: red. Hex color #E3025B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3025B is #1CFDA4. Grayscale: #4F4F4F. Windows color (decimal): -1899941 or 5964515. OLE color: 5964515.
HSL color Cylindrical-coordinate representation of color #E3025B: hue angle of 336.27º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E3025B is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 91 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.11 |
| HSL | 336.27º | 0.98% | 0.45% | - |
| HSV(B) | 336.27º | 0.99% | 0.89% | - |
| XYZ | 33.59 | 17.13 | 11.43 | - |
| YUV | 79.42 | 134.54 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 91 | 0 | 0.99 | 0.60 | 0.11 | 336.27 | 0.98 | 0.45 |
| Hex | E3 | 2 | 5B | 0 | 63 | 3C | B | 150 | 62 | 2D |
| Octal | 343 | 2 | 133 | 0 | 143 | 74 | 13 | 520 | 142 | 55 |
| Binary | 11100011 | 10 | 1011011 | 0 | 1100011 | 111100 | 1011 | 101010000 | 1100010 | 101101 |
Color Harmonies of #E3025B
Complementary color
Monochromatic Colors of #E3025B
Black with #E3025B
Text Example
Text Example
White with #E3025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3025B; }
p { color: rgb(227,2,91); }
H1.HeaderClassName
{
color: #E3025B;
}
.AnyTagClassName
{
color: #E3025B;
}
</style>
background-color css
<style>
a { background-color: #E3025B; }
a { background-color: rgb(227,2,91); }
div.DivClassName
{
background-color: #E3025B;
}
.BgClassName
{
background-color: #E3025B;
}
</style>
border-color css
<style>
span { border-color: #E3025B; }
span { border-color: rgb(227,2,91); }
td.TdClassName
{
border-color: #E3025B;
}
.TagClassName
{
border-color: #E3025B;
}
</style>