Shades of Razzmatazz #EE026A
Tints of Razzmatazz #EE026A
RGB
CMYK
RGB Variations
Color information
#EE026A (or 0xEE026A) is known color: Razzmatazz. HEX triplet: EE, 02 and 6A. RGB value is (238,2,106). Sum of RGB (Red+Green+Blue) = 238+2+106=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE026A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE026A is #11FD95. Grayscale: #545454. Windows color (decimal): -1179030 or 6947566. OLE color: 6947566.
HSL color Cylindrical-coordinate representation of color #EE026A: hue angle of 333.56º 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 #EE026A is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 106 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.07 |
| HSL | 333.56º | 0.98% | 0.47% | - |
| HSV(B) | 333.56º | 0.99% | 0.93% | - |
| XYZ | 37.88 | 19.26 | 15.36 | - |
| YUV | 84.42 | 140.19 | 237.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 106 | 0 | 0.99 | 0.55 | 0.07 | 333.56 | 0.98 | 0.47 |
| Hex | EE | 2 | 6A | 0 | 63 | 37 | 7 | 14E | 62 | 2F |
| Octal | 356 | 2 | 152 | 0 | 143 | 67 | 7 | 516 | 142 | 57 |
| Binary | 11101110 | 10 | 1101010 | 0 | 1100011 | 110111 | 111 | 101001110 | 1100010 | 101111 |
Color Harmonies of #EE026A
Complementary color
Monochromatic Colors of #EE026A
Black with #EE026A
Text Example
Text Example
White with #EE026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE026A; }
p { color: rgb(238,2,106); }
H1.HeaderClassName
{
color: #EE026A;
}
.AnyTagClassName
{
color: #EE026A;
}
</style>
background-color css
<style>
a { background-color: #EE026A; }
a { background-color: rgb(238,2,106); }
div.DivClassName
{
background-color: #EE026A;
}
.BgClassName
{
background-color: #EE026A;
}
</style>
border-color css
<style>
span { border-color: #EE026A; }
span { border-color: rgb(238,2,106); }
td.TdClassName
{
border-color: #EE026A;
}
.TagClassName
{
border-color: #EE026A;
}
</style>