Shades of Razzmatazz #EE0468
Tints of Razzmatazz #EE0468
RGB
CMYK
RGB Variations
Color information
#EE0468 (or 0xEE0468) is known color: Razzmatazz. HEX triplet: EE, 04 and 68. RGB value is (238,4,104). Sum of RGB (Red+Green+Blue) = 238+4+104=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0468 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0468 is #11FB97. Grayscale: #555555. Windows color (decimal): -1178520 or 6817006. OLE color: 6817006.
HSL color Cylindrical-coordinate representation of color #EE0468: hue angle of 334.36º 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 #EE0468 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 104 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.07 |
| HSL | 334.36º | 0.97% | 0.47% | - |
| HSV(B) | 334.36º | 0.98% | 0.93% | - |
| XYZ | 37.8 | 19.26 | 14.82 | - |
| YUV | 85.37 | 138.52 | 236.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 104 | 0 | 0.98 | 0.56 | 0.07 | 334.36 | 0.97 | 0.47 |
| Hex | EE | 4 | 68 | 0 | 62 | 38 | 7 | 14E | 61 | 2F |
| Octal | 356 | 4 | 150 | 0 | 142 | 70 | 7 | 516 | 141 | 57 |
| Binary | 11101110 | 100 | 1101000 | 0 | 1100010 | 111000 | 111 | 101001110 | 1100001 | 101111 |
Color Harmonies of #EE0468
Complementary color
Monochromatic Colors of #EE0468
Black with #EE0468
Text Example
Text Example
White with #EE0468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0468; }
p { color: rgb(238,4,104); }
H1.HeaderClassName
{
color: #EE0468;
}
.AnyTagClassName
{
color: #EE0468;
}
</style>
background-color css
<style>
a { background-color: #EE0468; }
a { background-color: rgb(238,4,104); }
div.DivClassName
{
background-color: #EE0468;
}
.BgClassName
{
background-color: #EE0468;
}
</style>
border-color css
<style>
span { border-color: #EE0468; }
span { border-color: rgb(238,4,104); }
td.TdClassName
{
border-color: #EE0468;
}
.TagClassName
{
border-color: #EE0468;
}
</style>