Shades of Razzmatazz #EC135A
Tints of Razzmatazz #EC135A
RGB
CMYK
RGB Variations
Color information
#EC135A (or 0xEC135A) is known color: Razzmatazz. HEX triplet: EC, 13 and 5A. RGB value is (236,19,90). Sum of RGB (Red+Green+Blue) = 236+19+90=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC135A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC135A is #13ECA5. Grayscale: #5B5B5B. Windows color (decimal): -1305766 or 5903340. OLE color: 5903340.
HSL color Cylindrical-coordinate representation of color #EC135A: hue angle of 340.37º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC135A is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 90 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.07 |
| HSL | 340.37º | 0.85% | 0.5% | - |
| HSV(B) | 340.37º | 0.92% | 0.93% | - |
| XYZ | 36.67 | 19.04 | 11.41 | - |
| YUV | 91.98 | 126.89 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 90 | 0 | 0.92 | 0.62 | 0.07 | 340.37 | 0.85 | 0.5 |
| Hex | EC | 13 | 5A | 0 | 5C | 3E | 7 | 154 | 55 | 32 |
| Octal | 354 | 23 | 132 | 0 | 134 | 76 | 7 | 524 | 125 | 62 |
| Binary | 11101100 | 10011 | 1011010 | 0 | 1011100 | 111110 | 111 | 101010100 | 1010101 | 110010 |
Color Harmonies of #EC135A
Complementary color
Monochromatic Colors of #EC135A
Black with #EC135A
Text Example
Text Example
White with #EC135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC135A; }
p { color: rgb(236,19,90); }
H1.HeaderClassName
{
color: #EC135A;
}
.AnyTagClassName
{
color: #EC135A;
}
</style>
background-color css
<style>
a { background-color: #EC135A; }
a { background-color: rgb(236,19,90); }
div.DivClassName
{
background-color: #EC135A;
}
.BgClassName
{
background-color: #EC135A;
}
</style>
border-color css
<style>
span { border-color: #EC135A; }
span { border-color: rgb(236,19,90); }
td.TdClassName
{
border-color: #EC135A;
}
.TagClassName
{
border-color: #EC135A;
}
</style>