Shades of Razzmatazz #E6026C
Tints of Razzmatazz #E6026C
RGB
CMYK
RGB Variations
Color information
#E6026C (or 0xE6026C) is known color: Razzmatazz. HEX triplet: E6, 02 and 6C. RGB value is (230,2,108). Sum of RGB (Red+Green+Blue) = 230+2+108=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E6026C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6026C is #19FD93. Grayscale: #525252. Windows color (decimal): -1703316 or 7078630. OLE color: 7078630.
HSL color Cylindrical-coordinate representation of color #E6026C: hue angle of 332.11º 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 #E6026C is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.10 |
| HSL | 332.11º | 0.98% | 0.45% | - |
| HSV(B) | 332.11º | 0.99% | 0.9% | - |
| XYZ | 35.36 | 17.95 | 15.79 | - |
| YUV | 82.26 | 142.54 | 233.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 108 | 0 | 0.99 | 0.53 | 0.10 | 332.11 | 0.98 | 0.45 |
| Hex | E6 | 2 | 6C | 0 | 63 | 35 | A | 14C | 62 | 2D |
| Octal | 346 | 2 | 154 | 0 | 143 | 65 | 12 | 514 | 142 | 55 |
| Binary | 11100110 | 10 | 1101100 | 0 | 1100011 | 110101 | 1010 | 101001100 | 1100010 | 101101 |
Color Harmonies of #E6026C
Complementary color
Monochromatic Colors of #E6026C
Black with #E6026C
Text Example
Text Example
White with #E6026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6026C; }
p { color: rgb(230,2,108); }
H1.HeaderClassName
{
color: #E6026C;
}
.AnyTagClassName
{
color: #E6026C;
}
</style>
background-color css
<style>
a { background-color: #E6026C; }
a { background-color: rgb(230,2,108); }
div.DivClassName
{
background-color: #E6026C;
}
.BgClassName
{
background-color: #E6026C;
}
</style>
border-color css
<style>
span { border-color: #E6026C; }
span { border-color: rgb(230,2,108); }
td.TdClassName
{
border-color: #E6026C;
}
.TagClassName
{
border-color: #E6026C;
}
</style>