Shades of Razzmatazz #EB085A
Tints of Razzmatazz #EB085A
RGB
CMYK
RGB Variations
Color information
#EB085A (or 0xEB085A) is known color: Razzmatazz. HEX triplet: EB, 08 and 5A. RGB value is (235,8,90). Sum of RGB (Red+Green+Blue) = 235+8+90=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB085A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB085A is #14F7A5. Grayscale: #555555. Windows color (decimal): -1374118 or 5900523. OLE color: 5900523.
HSL color Cylindrical-coordinate representation of color #EB085A: hue angle of 338.33º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB085A is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 8 | 90 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.08 |
| HSL | 338.33º | 0.93% | 0.48% | - |
| HSV(B) | 338.33º | 0.97% | 0.92% | - |
| XYZ | 36.19 | 18.57 | 11.35 | - |
| YUV | 85.22 | 130.71 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 8 | 90 | 0 | 0.97 | 0.62 | 0.08 | 338.33 | 0.93 | 0.48 |
| Hex | EB | 8 | 5A | 0 | 61 | 3E | 8 | 152 | 5D | 30 |
| Octal | 353 | 10 | 132 | 0 | 141 | 76 | 10 | 522 | 135 | 60 |
| Binary | 11101011 | 1000 | 1011010 | 0 | 1100001 | 111110 | 1000 | 101010010 | 1011101 | 110000 |
Color Harmonies of #EB085A
Complementary color
Monochromatic Colors of #EB085A
Black with #EB085A
Text Example
Text Example
White with #EB085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB085A; }
p { color: rgb(235,8,90); }
H1.HeaderClassName
{
color: #EB085A;
}
.AnyTagClassName
{
color: #EB085A;
}
</style>
background-color css
<style>
a { background-color: #EB085A; }
a { background-color: rgb(235,8,90); }
div.DivClassName
{
background-color: #EB085A;
}
.BgClassName
{
background-color: #EB085A;
}
</style>
border-color css
<style>
span { border-color: #EB085A; }
span { border-color: rgb(235,8,90); }
td.TdClassName
{
border-color: #EB085A;
}
.TagClassName
{
border-color: #EB085A;
}
</style>