Shades of Razzmatazz #EE0B5D
Tints of Razzmatazz #EE0B5D
RGB
CMYK
RGB Variations
Color information
#EE0B5D (or 0xEE0B5D) is known color: Razzmatazz. HEX triplet: EE, 0B and 5D. RGB value is (238,11,93). Sum of RGB (Red+Green+Blue) = 238+11+93=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0B5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0B5D is #11F4A2. Grayscale: #585858. Windows color (decimal): -1176739 or 6097902. OLE color: 6097902.
HSL color Cylindrical-coordinate representation of color #EE0B5D: hue angle of 338.33º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0B5D is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 11 | 93 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.07 |
| HSL | 338.33º | 0.91% | 0.49% | - |
| HSV(B) | 338.33º | 0.95% | 0.93% | - |
| XYZ | 37.36 | 19.21 | 12.09 | - |
| YUV | 88.22 | 130.71 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 93 | 0 | 0.95 | 0.61 | 0.07 | 338.33 | 0.91 | 0.49 |
| Hex | EE | B | 5D | 0 | 5F | 3D | 7 | 152 | 5B | 31 |
| Octal | 356 | 13 | 135 | 0 | 137 | 75 | 7 | 522 | 133 | 61 |
| Binary | 11101110 | 1011 | 1011101 | 0 | 1011111 | 111101 | 111 | 101010010 | 1011011 | 110001 |
Color Harmonies of #EE0B5D
Complementary color
Monochromatic Colors of #EE0B5D
Black with #EE0B5D
Text Example
Text Example
White with #EE0B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0B5D; }
p { color: rgb(238,11,93); }
H1.HeaderClassName
{
color: #EE0B5D;
}
.AnyTagClassName
{
color: #EE0B5D;
}
</style>
background-color css
<style>
a { background-color: #EE0B5D; }
a { background-color: rgb(238,11,93); }
div.DivClassName
{
background-color: #EE0B5D;
}
.BgClassName
{
background-color: #EE0B5D;
}
</style>
border-color css
<style>
span { border-color: #EE0B5D; }
span { border-color: rgb(238,11,93); }
td.TdClassName
{
border-color: #EE0B5D;
}
.TagClassName
{
border-color: #EE0B5D;
}
</style>