Shades of Razzmatazz #EC135D
Tints of Razzmatazz #EC135D
RGB
CMYK
RGB Variations
Color information
#EC135D (or 0xEC135D) is known color: Razzmatazz. HEX triplet: EC, 13 and 5D. RGB value is (236,19,93). Sum of RGB (Red+Green+Blue) = 236+19+93=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC135D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC135D is #13ECA2. Grayscale: #5C5C5C. Windows color (decimal): -1305763 or 6099948. OLE color: 6099948.
HSL color Cylindrical-coordinate representation of color #EC135D: hue angle of 339.54º 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 #EC135D is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 93 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.07 |
| HSL | 339.54º | 0.85% | 0.5% | - |
| HSV(B) | 339.54º | 0.92% | 0.93% | - |
| XYZ | 36.8 | 19.09 | 12.1 | - |
| YUV | 92.32 | 128.39 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 93 | 0 | 0.92 | 0.61 | 0.07 | 339.54 | 0.85 | 0.5 |
| Hex | EC | 13 | 5D | 0 | 5C | 3D | 7 | 154 | 55 | 32 |
| Octal | 354 | 23 | 135 | 0 | 134 | 75 | 7 | 524 | 125 | 62 |
| Binary | 11101100 | 10011 | 1011101 | 0 | 1011100 | 111101 | 111 | 101010100 | 1010101 | 110010 |
Color Harmonies of #EC135D
Complementary color
Monochromatic Colors of #EC135D
Black with #EC135D
Text Example
Text Example
White with #EC135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC135D; }
p { color: rgb(236,19,93); }
H1.HeaderClassName
{
color: #EC135D;
}
.AnyTagClassName
{
color: #EC135D;
}
</style>
background-color css
<style>
a { background-color: #EC135D; }
a { background-color: rgb(236,19,93); }
div.DivClassName
{
background-color: #EC135D;
}
.BgClassName
{
background-color: #EC135D;
}
</style>
border-color css
<style>
span { border-color: #EC135D; }
span { border-color: rgb(236,19,93); }
td.TdClassName
{
border-color: #EC135D;
}
.TagClassName
{
border-color: #EC135D;
}
</style>