Shades of Razzmatazz #EE155A
Tints of Razzmatazz #EE155A
RGB
CMYK
RGB Variations
Color information
#EE155A (or 0xEE155A) is known color: Razzmatazz. HEX triplet: EE, 15 and 5A. RGB value is (238,21,90). Sum of RGB (Red+Green+Blue) = 238+21+90=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE155A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE155A is #11EAA5. Grayscale: #5D5D5D. Windows color (decimal): -1174182 or 5903854. OLE color: 5903854.
HSL color Cylindrical-coordinate representation of color #EE155A: hue angle of 340.92º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE155A is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 90 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.07 |
| HSL | 340.92º | 0.86% | 0.51% | - |
| HSV(B) | 340.92º | 0.91% | 0.93% | - |
| XYZ | 37.37 | 19.45 | 11.46 | - |
| YUV | 93.75 | 125.89 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 90 | 0 | 0.91 | 0.62 | 0.07 | 340.92 | 0.86 | 0.51 |
| Hex | EE | 15 | 5A | 0 | 5B | 3E | 7 | 155 | 56 | 33 |
| Octal | 356 | 25 | 132 | 0 | 133 | 76 | 7 | 525 | 126 | 63 |
| Binary | 11101110 | 10101 | 1011010 | 0 | 1011011 | 111110 | 111 | 101010101 | 1010110 | 110011 |
Color Harmonies of #EE155A
Complementary color
Monochromatic Colors of #EE155A
Black with #EE155A
Text Example
Text Example
White with #EE155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE155A; }
p { color: rgb(238,21,90); }
H1.HeaderClassName
{
color: #EE155A;
}
.AnyTagClassName
{
color: #EE155A;
}
</style>
background-color css
<style>
a { background-color: #EE155A; }
a { background-color: rgb(238,21,90); }
div.DivClassName
{
background-color: #EE155A;
}
.BgClassName
{
background-color: #EE155A;
}
</style>
border-color css
<style>
span { border-color: #EE155A; }
span { border-color: rgb(238,21,90); }
td.TdClassName
{
border-color: #EE155A;
}
.TagClassName
{
border-color: #EE155A;
}
</style>