Shades of Razzmatazz #ED034A
Tints of Razzmatazz #ED034A
RGB
CMYK
RGB Variations
Color information
#ED034A (or 0xED034A) is known color: Razzmatazz. HEX triplet: ED, 03 and 4A. RGB value is (237,3,74). Sum of RGB (Red+Green+Blue) = 237+3+74=314 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.48% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 237 - color contains mainly: red. Hex color #ED034A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED034A is #12FCB5. Grayscale: #515151. Windows color (decimal): -1244342 or 4850669. OLE color: 4850669.
HSL color Cylindrical-coordinate representation of color #ED034A: hue angle of 341.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED034A is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 74 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.07 |
| HSL | 341.79º | 0.98% | 0.47% | - |
| HSV(B) | 341.79º | 0.99% | 0.93% | - |
| XYZ | 36.19 | 18.56 | 8.15 | - |
| YUV | 81.06 | 124.02 | 239.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 74 | 0 | 0.99 | 0.69 | 0.07 | 341.79 | 0.98 | 0.47 |
| Hex | ED | 3 | 4A | 0 | 63 | 45 | 7 | 156 | 62 | 2F |
| Octal | 355 | 3 | 112 | 0 | 143 | 105 | 7 | 526 | 142 | 57 |
| Binary | 11101101 | 11 | 1001010 | 0 | 1100011 | 1000101 | 111 | 101010110 | 1100010 | 101111 |
Color Harmonies of #ED034A
Complementary color
Monochromatic Colors of #ED034A
Black with #ED034A
Text Example
Text Example
White with #ED034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED034A; }
p { color: rgb(237,3,74); }
H1.HeaderClassName
{
color: #ED034A;
}
.AnyTagClassName
{
color: #ED034A;
}
</style>
background-color css
<style>
a { background-color: #ED034A; }
a { background-color: rgb(237,3,74); }
div.DivClassName
{
background-color: #ED034A;
}
.BgClassName
{
background-color: #ED034A;
}
</style>
border-color css
<style>
span { border-color: #ED034A; }
span { border-color: rgb(237,3,74); }
td.TdClassName
{
border-color: #ED034A;
}
.TagClassName
{
border-color: #ED034A;
}
</style>