Shades of Razzmatazz #E1025A
Tints of Razzmatazz #E1025A
RGB
CMYK
RGB Variations
Color information
#E1025A (or 0xE1025A) is known color: Razzmatazz. HEX triplet: E1, 02 and 5A. RGB value is (225,2,90). Sum of RGB (Red+Green+Blue) = 225+2+90=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E1025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1025A is #1EFDA5. Grayscale: #4E4E4E. Windows color (decimal): -2031014 or 5898977. OLE color: 5898977.
HSL color Cylindrical-coordinate representation of color #E1025A: hue angle of 336.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1025A is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.12 |
| HSL | 336.32º | 0.98% | 0.45% | - |
| HSV(B) | 336.32º | 0.99% | 0.88% | - |
| XYZ | 32.92 | 16.79 | 11.18 | - |
| YUV | 78.71 | 134.38 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 90 | 0 | 0.99 | 0.60 | 0.12 | 336.32 | 0.98 | 0.45 |
| Hex | E1 | 2 | 5A | 0 | 63 | 3C | C | 150 | 62 | 2D |
| Octal | 341 | 2 | 132 | 0 | 143 | 74 | 14 | 520 | 142 | 55 |
| Binary | 11100001 | 10 | 1011010 | 0 | 1100011 | 111100 | 1100 | 101010000 | 1100010 | 101101 |
Color Harmonies of #E1025A
Complementary color
Monochromatic Colors of #E1025A
Black with #E1025A
Text Example
Text Example
White with #E1025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1025A; }
p { color: rgb(225,2,90); }
H1.HeaderClassName
{
color: #E1025A;
}
.AnyTagClassName
{
color: #E1025A;
}
</style>
background-color css
<style>
a { background-color: #E1025A; }
a { background-color: rgb(225,2,90); }
div.DivClassName
{
background-color: #E1025A;
}
.BgClassName
{
background-color: #E1025A;
}
</style>
border-color css
<style>
span { border-color: #E1025A; }
span { border-color: rgb(225,2,90); }
td.TdClassName
{
border-color: #E1025A;
}
.TagClassName
{
border-color: #E1025A;
}
</style>