Shades of Razzmatazz #EC085A
Tints of Razzmatazz #EC085A
RGB
CMYK
RGB Variations
Color information
#EC085A (or 0xEC085A) is known color: Razzmatazz. HEX triplet: EC, 08 and 5A. RGB value is (236,8,90). Sum of RGB (Red+Green+Blue) = 236+8+90=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC085A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC085A is #13F7A5. Grayscale: #555555. Windows color (decimal): -1308582 or 5900524. OLE color: 5900524.
HSL color Cylindrical-coordinate representation of color #EC085A: hue angle of 338.42º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC085A is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 90 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.07 |
| HSL | 338.42º | 0.93% | 0.48% | - |
| HSV(B) | 338.42º | 0.97% | 0.93% | - |
| XYZ | 36.52 | 18.74 | 11.37 | - |
| YUV | 85.52 | 130.54 | 235.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 90 | 0 | 0.97 | 0.62 | 0.07 | 338.42 | 0.93 | 0.48 |
| Hex | EC | 8 | 5A | 0 | 61 | 3E | 7 | 152 | 5D | 30 |
| Octal | 354 | 10 | 132 | 0 | 141 | 76 | 7 | 522 | 135 | 60 |
| Binary | 11101100 | 1000 | 1011010 | 0 | 1100001 | 111110 | 111 | 101010010 | 1011101 | 110000 |
Color Harmonies of #EC085A
Complementary color
Monochromatic Colors of #EC085A
Black with #EC085A
Text Example
Text Example
White with #EC085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC085A; }
p { color: rgb(236,8,90); }
H1.HeaderClassName
{
color: #EC085A;
}
.AnyTagClassName
{
color: #EC085A;
}
</style>
background-color css
<style>
a { background-color: #EC085A; }
a { background-color: rgb(236,8,90); }
div.DivClassName
{
background-color: #EC085A;
}
.BgClassName
{
background-color: #EC085A;
}
</style>
border-color css
<style>
span { border-color: #EC085A; }
span { border-color: rgb(236,8,90); }
td.TdClassName
{
border-color: #EC085A;
}
.TagClassName
{
border-color: #EC085A;
}
</style>