Shades of Razzmatazz #EE014A
Tints of Razzmatazz #EE014A
RGB
CMYK
RGB Variations
Color information
#EE014A (or 0xEE014A) is known color: Razzmatazz. HEX triplet: EE, 01 and 4A. RGB value is (238,1,74). Sum of RGB (Red+Green+Blue) = 238+1+74=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE014A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE014A is #11FEB5. Grayscale: #505050. Windows color (decimal): -1179318 or 4850158. OLE color: 4850158.
HSL color Cylindrical-coordinate representation of color #EE014A: hue angle of 341.52º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE014A is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 74 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.07 |
| HSL | 341.52º | 0.99% | 0.47% | - |
| HSV(B) | 341.52º | 1% | 0.93% | - |
| XYZ | 36.51 | 18.69 | 8.16 | - |
| YUV | 80.19 | 124.52 | 240.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 74 | 0 | 1.00 | 0.69 | 0.07 | 341.52 | 0.99 | 0.47 |
| Hex | EE | 1 | 4A | 0 | 64 | 45 | 7 | 156 | 63 | 2F |
| Octal | 356 | 1 | 112 | 0 | 144 | 105 | 7 | 526 | 143 | 57 |
| Binary | 11101110 | 1 | 1001010 | 0 | 1100100 | 1000101 | 111 | 101010110 | 1100011 | 101111 |
Color Harmonies of #EE014A
Complementary color
Monochromatic Colors of #EE014A
Black with #EE014A
Text Example
Text Example
White with #EE014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE014A; }
p { color: rgb(238,1,74); }
H1.HeaderClassName
{
color: #EE014A;
}
.AnyTagClassName
{
color: #EE014A;
}
</style>
background-color css
<style>
a { background-color: #EE014A; }
a { background-color: rgb(238,1,74); }
div.DivClassName
{
background-color: #EE014A;
}
.BgClassName
{
background-color: #EE014A;
}
</style>
border-color css
<style>
span { border-color: #EE014A; }
span { border-color: rgb(238,1,74); }
td.TdClassName
{
border-color: #EE014A;
}
.TagClassName
{
border-color: #EE014A;
}
</style>