Shades of Razzmatazz #E90B6A
Tints of Razzmatazz #E90B6A
RGB
CMYK
RGB Variations
Color information
#E90B6A (or 0xE90B6A) is known color: Razzmatazz. HEX triplet: E9, 0B and 6A. RGB value is (233,11,106). Sum of RGB (Red+Green+Blue) = 233+11+106=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E90B6A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90B6A is #16F495. Grayscale: #585858. Windows color (decimal): -1504406 or 6949865. OLE color: 6949865.
HSL color Cylindrical-coordinate representation of color #E90B6A: hue angle of 334.32º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90B6A is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 106 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.09 |
| HSL | 334.32º | 0.91% | 0.48% | - |
| HSV(B) | 334.32º | 0.95% | 0.91% | - |
| XYZ | 36.33 | 18.6 | 15.31 | - |
| YUV | 88.21 | 138.05 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 106 | 0 | 0.95 | 0.55 | 0.09 | 334.32 | 0.91 | 0.48 |
| Hex | E9 | B | 6A | 0 | 5F | 37 | 9 | 14E | 5B | 30 |
| Octal | 351 | 13 | 152 | 0 | 137 | 67 | 11 | 516 | 133 | 60 |
| Binary | 11101001 | 1011 | 1101010 | 0 | 1011111 | 110111 | 1001 | 101001110 | 1011011 | 110000 |
Color Harmonies of #E90B6A
Complementary color
Monochromatic Colors of #E90B6A
Black with #E90B6A
Text Example
Text Example
White with #E90B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90B6A; }
p { color: rgb(233,11,106); }
H1.HeaderClassName
{
color: #E90B6A;
}
.AnyTagClassName
{
color: #E90B6A;
}
</style>
background-color css
<style>
a { background-color: #E90B6A; }
a { background-color: rgb(233,11,106); }
div.DivClassName
{
background-color: #E90B6A;
}
.BgClassName
{
background-color: #E90B6A;
}
</style>
border-color css
<style>
span { border-color: #E90B6A; }
span { border-color: rgb(233,11,106); }
td.TdClassName
{
border-color: #E90B6A;
}
.TagClassName
{
border-color: #E90B6A;
}
</style>