Shades of Razzmatazz #EE025D
Tints of Razzmatazz #EE025D
RGB
CMYK
RGB Variations
Color information
#EE025D (or 0xEE025D) is known color: Razzmatazz. HEX triplet: EE, 02 and 5D. RGB value is (238,2,93). Sum of RGB (Red+Green+Blue) = 238+2+93=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE025D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE025D is #11FDA2. Grayscale: #525252. Windows color (decimal): -1179043 or 6095598. OLE color: 6095598.
HSL color Cylindrical-coordinate representation of color #EE025D: hue angle of 336.86º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE025D is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.07 |
| HSL | 336.86º | 0.98% | 0.47% | - |
| HSV(B) | 336.86º | 0.99% | 0.93% | - |
| XYZ | 37.26 | 19.01 | 12.06 | - |
| YUV | 82.94 | 133.69 | 238.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 93 | 0 | 0.99 | 0.61 | 0.07 | 336.86 | 0.98 | 0.47 |
| Hex | EE | 2 | 5D | 0 | 63 | 3D | 7 | 151 | 62 | 2F |
| Octal | 356 | 2 | 135 | 0 | 143 | 75 | 7 | 521 | 142 | 57 |
| Binary | 11101110 | 10 | 1011101 | 0 | 1100011 | 111101 | 111 | 101010001 | 1100010 | 101111 |
Color Harmonies of #EE025D
Complementary color
Monochromatic Colors of #EE025D
Black with #EE025D
Text Example
Text Example
White with #EE025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE025D; }
p { color: rgb(238,2,93); }
H1.HeaderClassName
{
color: #EE025D;
}
.AnyTagClassName
{
color: #EE025D;
}
</style>
background-color css
<style>
a { background-color: #EE025D; }
a { background-color: rgb(238,2,93); }
div.DivClassName
{
background-color: #EE025D;
}
.BgClassName
{
background-color: #EE025D;
}
</style>
border-color css
<style>
span { border-color: #EE025D; }
span { border-color: rgb(238,2,93); }
td.TdClassName
{
border-color: #EE025D;
}
.TagClassName
{
border-color: #EE025D;
}
</style>