Shades of Razzmatazz #EE046A
Tints of Razzmatazz #EE046A
RGB
CMYK
RGB Variations
Color information
#EE046A (or 0xEE046A) is known color: Razzmatazz. HEX triplet: EE, 04 and 6A. RGB value is (238,4,106). Sum of RGB (Red+Green+Blue) = 238+4+106=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE046A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE046A is #11FB95. Grayscale: #555555. Windows color (decimal): -1178518 or 6948078. OLE color: 6948078.
HSL color Cylindrical-coordinate representation of color #EE046A: hue angle of 333.85º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE046A is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 106 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.07 |
| HSL | 333.85º | 0.97% | 0.47% | - |
| HSV(B) | 333.85º | 0.98% | 0.93% | - |
| XYZ | 37.9 | 19.3 | 15.36 | - |
| YUV | 85.59 | 139.52 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 106 | 0 | 0.98 | 0.55 | 0.07 | 333.85 | 0.97 | 0.47 |
| Hex | EE | 4 | 6A | 0 | 62 | 37 | 7 | 14E | 61 | 2F |
| Octal | 356 | 4 | 152 | 0 | 142 | 67 | 7 | 516 | 141 | 57 |
| Binary | 11101110 | 100 | 1101010 | 0 | 1100010 | 110111 | 111 | 101001110 | 1100001 | 101111 |
Color Harmonies of #EE046A
Complementary color
Monochromatic Colors of #EE046A
Black with #EE046A
Text Example
Text Example
White with #EE046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE046A; }
p { color: rgb(238,4,106); }
H1.HeaderClassName
{
color: #EE046A;
}
.AnyTagClassName
{
color: #EE046A;
}
</style>
background-color css
<style>
a { background-color: #EE046A; }
a { background-color: rgb(238,4,106); }
div.DivClassName
{
background-color: #EE046A;
}
.BgClassName
{
background-color: #EE046A;
}
</style>
border-color css
<style>
span { border-color: #EE046A; }
span { border-color: rgb(238,4,106); }
td.TdClassName
{
border-color: #EE046A;
}
.TagClassName
{
border-color: #EE046A;
}
</style>