Shades of Razzmatazz #E6025A
Tints of Razzmatazz #E6025A
RGB
CMYK
RGB Variations
Color information
#E6025A (or 0xE6025A) is known color: Razzmatazz. HEX triplet: E6, 02 and 5A. RGB value is (230,2,90). Sum of RGB (Red+Green+Blue) = 230+2+90=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E6025A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6025A is #19FDA5. Grayscale: #505050. Windows color (decimal): -1703334 or 5898982. OLE color: 5898982.
HSL color Cylindrical-coordinate representation of color #E6025A: hue angle of 336.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 #E6025A is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.10 |
| HSL | 336.84º | 0.98% | 0.45% | - |
| HSV(B) | 336.84º | 0.99% | 0.9% | - |
| XYZ | 34.5 | 17.6 | 11.25 | - |
| YUV | 80.2 | 133.54 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 90 | 0 | 0.99 | 0.61 | 0.10 | 336.84 | 0.98 | 0.45 |
| Hex | E6 | 2 | 5A | 0 | 63 | 3D | A | 151 | 62 | 2D |
| Octal | 346 | 2 | 132 | 0 | 143 | 75 | 12 | 521 | 142 | 55 |
| Binary | 11100110 | 10 | 1011010 | 0 | 1100011 | 111101 | 1010 | 101010001 | 1100010 | 101101 |
Color Harmonies of #E6025A
Complementary color
Monochromatic Colors of #E6025A
Black with #E6025A
Text Example
Text Example
White with #E6025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6025A; }
p { color: rgb(230,2,90); }
H1.HeaderClassName
{
color: #E6025A;
}
.AnyTagClassName
{
color: #E6025A;
}
</style>
background-color css
<style>
a { background-color: #E6025A; }
a { background-color: rgb(230,2,90); }
div.DivClassName
{
background-color: #E6025A;
}
.BgClassName
{
background-color: #E6025A;
}
</style>
border-color css
<style>
span { border-color: #E6025A; }
span { border-color: rgb(230,2,90); }
td.TdClassName
{
border-color: #E6025A;
}
.TagClassName
{
border-color: #E6025A;
}
</style>