Shades of Razzmatazz #EE035A
Tints of Razzmatazz #EE035A
RGB
CMYK
RGB Variations
Color information
#EE035A (or 0xEE035A) is known color: Razzmatazz. HEX triplet: EE, 03 and 5A. RGB value is (238,3,90). Sum of RGB (Red+Green+Blue) = 238+3+90=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE035A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE035A is #11FCA5. Grayscale: #535353. Windows color (decimal): -1178790 or 5899246. OLE color: 5899246.
HSL color Cylindrical-coordinate representation of color #EE035A: hue angle of 337.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE035A is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 90 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.07 |
| HSL | 337.79º | 0.98% | 0.47% | - |
| HSV(B) | 337.79º | 0.99% | 0.93% | - |
| XYZ | 37.14 | 18.98 | 11.38 | - |
| YUV | 83.18 | 131.86 | 238.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 90 | 0 | 0.99 | 0.62 | 0.07 | 337.79 | 0.98 | 0.47 |
| Hex | EE | 3 | 5A | 0 | 63 | 3E | 7 | 152 | 62 | 2F |
| Octal | 356 | 3 | 132 | 0 | 143 | 76 | 7 | 522 | 142 | 57 |
| Binary | 11101110 | 11 | 1011010 | 0 | 1100011 | 111110 | 111 | 101010010 | 1100010 | 101111 |
Color Harmonies of #EE035A
Complementary color
Monochromatic Colors of #EE035A
Black with #EE035A
Text Example
Text Example
White with #EE035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE035A; }
p { color: rgb(238,3,90); }
H1.HeaderClassName
{
color: #EE035A;
}
.AnyTagClassName
{
color: #EE035A;
}
</style>
background-color css
<style>
a { background-color: #EE035A; }
a { background-color: rgb(238,3,90); }
div.DivClassName
{
background-color: #EE035A;
}
.BgClassName
{
background-color: #EE035A;
}
</style>
border-color css
<style>
span { border-color: #EE035A; }
span { border-color: rgb(238,3,90); }
td.TdClassName
{
border-color: #EE035A;
}
.TagClassName
{
border-color: #EE035A;
}
</style>