Shades of Razzmatazz #E5035A
Tints of Razzmatazz #E5035A
RGB
CMYK
RGB Variations
Color information
#E5035A (or 0xE5035A) is known color: Razzmatazz. HEX triplet: E5, 03 and 5A. RGB value is (229,3,90). Sum of RGB (Red+Green+Blue) = 229+3+90=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5035A is #1AFCA5. Grayscale: #505050. Windows color (decimal): -1768614 or 5899237. OLE color: 5899237.
HSL color Cylindrical-coordinate representation of color #E5035A: hue angle of 336.9º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5035A is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 90 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.10 |
| HSL | 336.9º | 0.97% | 0.45% | - |
| HSV(B) | 336.9º | 0.99% | 0.9% | - |
| XYZ | 34.19 | 17.46 | 11.24 | - |
| YUV | 80.49 | 133.37 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 90 | 0 | 0.99 | 0.61 | 0.10 | 336.9 | 0.97 | 0.45 |
| Hex | E5 | 3 | 5A | 0 | 63 | 3D | A | 151 | 61 | 2D |
| Octal | 345 | 3 | 132 | 0 | 143 | 75 | 12 | 521 | 141 | 55 |
| Binary | 11100101 | 11 | 1011010 | 0 | 1100011 | 111101 | 1010 | 101010001 | 1100001 | 101101 |
Color Harmonies of #E5035A
Complementary color
Monochromatic Colors of #E5035A
Black with #E5035A
Text Example
Text Example
White with #E5035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5035A; }
p { color: rgb(229,3,90); }
H1.HeaderClassName
{
color: #E5035A;
}
.AnyTagClassName
{
color: #E5035A;
}
</style>
background-color css
<style>
a { background-color: #E5035A; }
a { background-color: rgb(229,3,90); }
div.DivClassName
{
background-color: #E5035A;
}
.BgClassName
{
background-color: #E5035A;
}
</style>
border-color css
<style>
span { border-color: #E5035A; }
span { border-color: rgb(229,3,90); }
td.TdClassName
{
border-color: #E5035A;
}
.TagClassName
{
border-color: #E5035A;
}
</style>