Shades of Razzmatazz #ED0953
Tints of Razzmatazz #ED0953
RGB
CMYK
RGB Variations
Color information
#ED0953 (or 0xED0953) is known color: Razzmatazz. HEX triplet: ED, 09 and 53. RGB value is (237,9,83). Sum of RGB (Red+Green+Blue) = 237+9+83=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0953 is #12F6AC. Grayscale: #555555. Windows color (decimal): -1242797 or 5442029. OLE color: 5442029.
HSL color Cylindrical-coordinate representation of color #ED0953: hue angle of 340.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0953 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 83 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.07 |
| HSL | 340.53º | 0.93% | 0.48% | - |
| HSV(B) | 340.53º | 0.96% | 0.93% | - |
| XYZ | 36.58 | 18.82 | 9.89 | - |
| YUV | 85.61 | 126.54 | 235.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 83 | 0 | 0.96 | 0.65 | 0.07 | 340.53 | 0.93 | 0.48 |
| Hex | ED | 9 | 53 | 0 | 60 | 41 | 7 | 155 | 5D | 30 |
| Octal | 355 | 11 | 123 | 0 | 140 | 101 | 7 | 525 | 135 | 60 |
| Binary | 11101101 | 1001 | 1010011 | 0 | 1100000 | 1000001 | 111 | 101010101 | 1011101 | 110000 |
Color Harmonies of #ED0953
Complementary color
Monochromatic Colors of #ED0953
Black with #ED0953
Text Example
Text Example
White with #ED0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0953; }
p { color: rgb(237,9,83); }
H1.HeaderClassName
{
color: #ED0953;
}
.AnyTagClassName
{
color: #ED0953;
}
</style>
background-color css
<style>
a { background-color: #ED0953; }
a { background-color: rgb(237,9,83); }
div.DivClassName
{
background-color: #ED0953;
}
.BgClassName
{
background-color: #ED0953;
}
</style>
border-color css
<style>
span { border-color: #ED0953; }
span { border-color: rgb(237,9,83); }
td.TdClassName
{
border-color: #ED0953;
}
.TagClassName
{
border-color: #ED0953;
}
</style>