Shades of Razzmatazz #ED135C
Tints of Razzmatazz #ED135C
RGB
CMYK
RGB Variations
Color information
#ED135C (or 0xED135C) is known color: Razzmatazz. HEX triplet: ED, 13 and 5C. RGB value is (237,19,92). Sum of RGB (Red+Green+Blue) = 237+19+92=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED135C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED135C is #12ECA3. Grayscale: #5C5C5C. Windows color (decimal): -1240228 or 6034413. OLE color: 6034413.
HSL color Cylindrical-coordinate representation of color #ED135C: hue angle of 339.91º degrees, saturation: 0.86, 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 #ED135C is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 92 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.07 |
| HSL | 339.91º | 0.86% | 0.5% | - |
| HSV(B) | 339.91º | 0.92% | 0.93% | - |
| XYZ | 37.09 | 19.24 | 11.88 | - |
| YUV | 92.5 | 127.72 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 92 | 0 | 0.92 | 0.61 | 0.07 | 339.91 | 0.86 | 0.5 |
| Hex | ED | 13 | 5C | 0 | 5C | 3D | 7 | 154 | 56 | 32 |
| Octal | 355 | 23 | 134 | 0 | 134 | 75 | 7 | 524 | 126 | 62 |
| Binary | 11101101 | 10011 | 1011100 | 0 | 1011100 | 111101 | 111 | 101010100 | 1010110 | 110010 |
Color Harmonies of #ED135C
Complementary color
Monochromatic Colors of #ED135C
Black with #ED135C
Text Example
Text Example
White with #ED135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED135C; }
p { color: rgb(237,19,92); }
H1.HeaderClassName
{
color: #ED135C;
}
.AnyTagClassName
{
color: #ED135C;
}
</style>
background-color css
<style>
a { background-color: #ED135C; }
a { background-color: rgb(237,19,92); }
div.DivClassName
{
background-color: #ED135C;
}
.BgClassName
{
background-color: #ED135C;
}
</style>
border-color css
<style>
span { border-color: #ED135C; }
span { border-color: rgb(237,19,92); }
td.TdClassName
{
border-color: #ED135C;
}
.TagClassName
{
border-color: #ED135C;
}
</style>