Shades of Razzmatazz #E6024E
Tints of Razzmatazz #E6024E
RGB
CMYK
RGB Variations
Color information
#E6024E (or 0xE6024E) is known color: Razzmatazz. HEX triplet: E6, 02 and 4E. RGB value is (230,2,78). Sum of RGB (Red+Green+Blue) = 230+2+78=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E6024E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6024E is #19FDB1. Grayscale: #4E4E4E. Windows color (decimal): -1703346 or 5112550. OLE color: 5112550.
HSL color Cylindrical-coordinate representation of color #E6024E: hue angle of 340º degrees, saturation: 0.98, 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 #E6024E is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.10 |
| HSL | 340º | 0.98% | 0.45% | - |
| HSV(B) | 340º | 0.99% | 0.9% | - |
| XYZ | 34.03 | 17.42 | 8.78 | - |
| YUV | 78.84 | 127.54 | 235.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 78 | 0 | 0.99 | 0.66 | 0.10 | 340 | 0.98 | 0.45 |
| Hex | E6 | 2 | 4E | 0 | 63 | 42 | A | 154 | 62 | 2D |
| Octal | 346 | 2 | 116 | 0 | 143 | 102 | 12 | 524 | 142 | 55 |
| Binary | 11100110 | 10 | 1001110 | 0 | 1100011 | 1000010 | 1010 | 101010100 | 1100010 | 101101 |
Color Harmonies of #E6024E
Complementary color
Monochromatic Colors of #E6024E
Black with #E6024E
Text Example
Text Example
White with #E6024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6024E; }
p { color: rgb(230,2,78); }
H1.HeaderClassName
{
color: #E6024E;
}
.AnyTagClassName
{
color: #E6024E;
}
</style>
background-color css
<style>
a { background-color: #E6024E; }
a { background-color: rgb(230,2,78); }
div.DivClassName
{
background-color: #E6024E;
}
.BgClassName
{
background-color: #E6024E;
}
</style>
border-color css
<style>
span { border-color: #E6024E; }
span { border-color: rgb(230,2,78); }
td.TdClassName
{
border-color: #E6024E;
}
.TagClassName
{
border-color: #E6024E;
}
</style>