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