Shades of Razzmatazz #ED105E
Tints of Razzmatazz #ED105E
RGB
CMYK
RGB Variations
Color information
#ED105E (or 0xED105E) is known color: Razzmatazz. HEX triplet: ED, 10 and 5E. RGB value is (237,16,94). Sum of RGB (Red+Green+Blue) = 237+16+94=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED105E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED105E is #12EFA1. Grayscale: #5A5A5A. Windows color (decimal): -1240994 or 6164717. OLE color: 6164717.
HSL color Cylindrical-coordinate representation of color #ED105E: hue angle of 338.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED105E is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 94 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.07 |
| HSL | 338.82º | 0.87% | 0.5% | - |
| HSV(B) | 338.82º | 0.93% | 0.93% | - |
| XYZ | 37.13 | 19.18 | 12.34 | - |
| YUV | 90.97 | 129.72 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 94 | 0 | 0.93 | 0.60 | 0.07 | 338.82 | 0.87 | 0.5 |
| Hex | ED | 10 | 5E | 0 | 5D | 3C | 7 | 153 | 57 | 32 |
| Octal | 355 | 20 | 136 | 0 | 135 | 74 | 7 | 523 | 127 | 62 |
| Binary | 11101101 | 10000 | 1011110 | 0 | 1011101 | 111100 | 111 | 101010011 | 1010111 | 110010 |
Color Harmonies of #ED105E
Complementary color
Monochromatic Colors of #ED105E
Black with #ED105E
Text Example
Text Example
White with #ED105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED105E; }
p { color: rgb(237,16,94); }
H1.HeaderClassName
{
color: #ED105E;
}
.AnyTagClassName
{
color: #ED105E;
}
</style>
background-color css
<style>
a { background-color: #ED105E; }
a { background-color: rgb(237,16,94); }
div.DivClassName
{
background-color: #ED105E;
}
.BgClassName
{
background-color: #ED105E;
}
</style>
border-color css
<style>
span { border-color: #ED105E; }
span { border-color: rgb(237,16,94); }
td.TdClassName
{
border-color: #ED105E;
}
.TagClassName
{
border-color: #ED105E;
}
</style>