Shades of Razzmatazz #EE065D
Tints of Razzmatazz #EE065D
RGB
CMYK
RGB Variations
Color information
#EE065D (or 0xEE065D) is known color: Razzmatazz. HEX triplet: EE, 06 and 5D. RGB value is (238,6,93). Sum of RGB (Red+Green+Blue) = 238+6+93=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE065D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE065D is #11F9A2. Grayscale: #555555. Windows color (decimal): -1178019 or 6096622. OLE color: 6096622.
HSL color Cylindrical-coordinate representation of color #EE065D: hue angle of 337.5º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE065D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.07 |
| HSL | 337.5º | 0.95% | 0.48% | - |
| HSV(B) | 337.5º | 0.97% | 0.93% | - |
| XYZ | 37.3 | 19.1 | 12.08 | - |
| YUV | 85.29 | 132.36 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 93 | 0 | 0.97 | 0.61 | 0.07 | 337.5 | 0.95 | 0.48 |
| Hex | EE | 6 | 5D | 0 | 61 | 3D | 7 | 152 | 5F | 30 |
| Octal | 356 | 6 | 135 | 0 | 141 | 75 | 7 | 522 | 137 | 60 |
| Binary | 11101110 | 110 | 1011101 | 0 | 1100001 | 111101 | 111 | 101010010 | 1011111 | 110000 |
Color Harmonies of #EE065D
Complementary color
Monochromatic Colors of #EE065D
Black with #EE065D
Text Example
Text Example
White with #EE065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE065D; }
p { color: rgb(238,6,93); }
H1.HeaderClassName
{
color: #EE065D;
}
.AnyTagClassName
{
color: #EE065D;
}
</style>
background-color css
<style>
a { background-color: #EE065D; }
a { background-color: rgb(238,6,93); }
div.DivClassName
{
background-color: #EE065D;
}
.BgClassName
{
background-color: #EE065D;
}
</style>
border-color css
<style>
span { border-color: #EE065D; }
span { border-color: rgb(238,6,93); }
td.TdClassName
{
border-color: #EE065D;
}
.TagClassName
{
border-color: #EE065D;
}
</style>