Shades of Razzmatazz #E61452
Tints of Razzmatazz #E61452
RGB
CMYK
RGB Variations
Color information
#E61452 (or 0xE61452) is known color: Razzmatazz. HEX triplet: E6, 14 and 52. RGB value is (230,20,82). Sum of RGB (Red+Green+Blue) = 230+20+82=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E61452 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61452 is #19EBAD. Grayscale: #595959. Windows color (decimal): -1698734 or 5379302. OLE color: 5379302.
HSL color Cylindrical-coordinate representation of color #E61452: hue angle of 342.29º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61452 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 82 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.10 |
| HSL | 342.29º | 0.84% | 0.49% | - |
| HSV(B) | 342.29º | 0.91% | 0.9% | - |
| XYZ | 34.41 | 17.93 | 9.63 | - |
| YUV | 89.86 | 123.57 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 82 | 0 | 0.91 | 0.64 | 0.10 | 342.29 | 0.84 | 0.49 |
| Hex | E6 | 14 | 52 | 0 | 5B | 40 | A | 156 | 54 | 31 |
| Octal | 346 | 24 | 122 | 0 | 133 | 100 | 12 | 526 | 124 | 61 |
| Binary | 11100110 | 10100 | 1010010 | 0 | 1011011 | 1000000 | 1010 | 101010110 | 1010100 | 110001 |
Color Harmonies of #E61452
Complementary color
Monochromatic Colors of #E61452
Black with #E61452
Text Example
Text Example
White with #E61452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61452; }
p { color: rgb(230,20,82); }
H1.HeaderClassName
{
color: #E61452;
}
.AnyTagClassName
{
color: #E61452;
}
</style>
background-color css
<style>
a { background-color: #E61452; }
a { background-color: rgb(230,20,82); }
div.DivClassName
{
background-color: #E61452;
}
.BgClassName
{
background-color: #E61452;
}
</style>
border-color css
<style>
span { border-color: #E61452; }
span { border-color: rgb(230,20,82); }
td.TdClassName
{
border-color: #E61452;
}
.TagClassName
{
border-color: #E61452;
}
</style>