Shades of Razzmatazz #EE0A6A
Tints of Razzmatazz #EE0A6A
RGB
CMYK
RGB Variations
Color information
#EE0A6A (or 0xEE0A6A) is known color: Razzmatazz. HEX triplet: EE, 0A and 6A. RGB value is (238,10,106). Sum of RGB (Red+Green+Blue) = 238+10+106=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A6A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0A6A is #11F595. Grayscale: #585858. Windows color (decimal): -1176982 or 6949614. OLE color: 6949614.
HSL color Cylindrical-coordinate representation of color #EE0A6A: hue angle of 334.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0A6A is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 106 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.07 |
| HSL | 334.74º | 0.92% | 0.49% | - |
| HSV(B) | 334.74º | 0.96% | 0.93% | - |
| XYZ | 37.97 | 19.43 | 15.39 | - |
| YUV | 89.12 | 137.54 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 106 | 0 | 0.96 | 0.55 | 0.07 | 334.74 | 0.92 | 0.49 |
| Hex | EE | A | 6A | 0 | 60 | 37 | 7 | 14F | 5C | 31 |
| Octal | 356 | 12 | 152 | 0 | 140 | 67 | 7 | 517 | 134 | 61 |
| Binary | 11101110 | 1010 | 1101010 | 0 | 1100000 | 110111 | 111 | 101001111 | 1011100 | 110001 |
Color Harmonies of #EE0A6A
Complementary color
Monochromatic Colors of #EE0A6A
Black with #EE0A6A
Text Example
Text Example
White with #EE0A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A6A; }
p { color: rgb(238,10,106); }
H1.HeaderClassName
{
color: #EE0A6A;
}
.AnyTagClassName
{
color: #EE0A6A;
}
</style>
background-color css
<style>
a { background-color: #EE0A6A; }
a { background-color: rgb(238,10,106); }
div.DivClassName
{
background-color: #EE0A6A;
}
.BgClassName
{
background-color: #EE0A6A;
}
</style>
border-color css
<style>
span { border-color: #EE0A6A; }
span { border-color: rgb(238,10,106); }
td.TdClassName
{
border-color: #EE0A6A;
}
.TagClassName
{
border-color: #EE0A6A;
}
</style>