Shades of Razzmatazz #E40270
Tints of Razzmatazz #E40270
RGB
CMYK
RGB Variations
Color information
#E40270 (or 0xE40270) is known color: Razzmatazz. HEX triplet: E4, 02 and 70. RGB value is (228,2,112). Sum of RGB (Red+Green+Blue) = 228+2+112=342 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.67% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 228 - color contains mainly: red. Hex color #E40270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40270 is #1BFD8F. Grayscale: #515151. Windows color (decimal): -1834384 or 7340772. OLE color: 7340772.
HSL color Cylindrical-coordinate representation of color #E40270: hue angle of 330.8º 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 #E40270 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.11 |
| HSL | 330.8º | 0.98% | 0.45% | - |
| HSV(B) | 330.8º | 0.99% | 0.89% | - |
| XYZ | 34.94 | 17.71 | 16.91 | - |
| YUV | 82.11 | 144.87 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 112 | 0 | 0.99 | 0.51 | 0.11 | 330.8 | 0.98 | 0.45 |
| Hex | E4 | 2 | 70 | 0 | 63 | 33 | B | 14B | 62 | 2D |
| Octal | 344 | 2 | 160 | 0 | 143 | 63 | 13 | 513 | 142 | 55 |
| Binary | 11100100 | 10 | 1110000 | 0 | 1100011 | 110011 | 1011 | 101001011 | 1100010 | 101101 |
Color Harmonies of #E40270
Complementary color
Monochromatic Colors of #E40270
Black with #E40270
Text Example
Text Example
White with #E40270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40270; }
p { color: rgb(228,2,112); }
H1.HeaderClassName
{
color: #E40270;
}
.AnyTagClassName
{
color: #E40270;
}
</style>
background-color css
<style>
a { background-color: #E40270; }
a { background-color: rgb(228,2,112); }
div.DivClassName
{
background-color: #E40270;
}
.BgClassName
{
background-color: #E40270;
}
</style>
border-color css
<style>
span { border-color: #E40270; }
span { border-color: rgb(228,2,112); }
td.TdClassName
{
border-color: #E40270;
}
.TagClassName
{
border-color: #E40270;
}
</style>