Shades of Razzmatazz #ED034B
Tints of Razzmatazz #ED034B
RGB
CMYK
RGB Variations
Color information
#ED034B (or 0xED034B) is known color: Razzmatazz. HEX triplet: ED, 03 and 4B. RGB value is (237,3,75). Sum of RGB (Red+Green+Blue) = 237+3+75=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED034B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED034B is #12FCB4. Grayscale: #515151. Windows color (decimal): -1244341 or 4916205. OLE color: 4916205.
HSL color Cylindrical-coordinate representation of color #ED034B: hue angle of 341.54º 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 #ED034B is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 75 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.07 |
| HSL | 341.54º | 0.98% | 0.47% | - |
| HSV(B) | 341.54º | 0.99% | 0.93% | - |
| XYZ | 36.23 | 18.58 | 8.33 | - |
| YUV | 81.17 | 124.52 | 239.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 75 | 0 | 0.99 | 0.68 | 0.07 | 341.54 | 0.98 | 0.47 |
| Hex | ED | 3 | 4B | 0 | 63 | 44 | 7 | 156 | 62 | 2F |
| Octal | 355 | 3 | 113 | 0 | 143 | 104 | 7 | 526 | 142 | 57 |
| Binary | 11101101 | 11 | 1001011 | 0 | 1100011 | 1000100 | 111 | 101010110 | 1100010 | 101111 |
Color Harmonies of #ED034B
Complementary color
Monochromatic Colors of #ED034B
Black with #ED034B
Text Example
Text Example
White with #ED034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED034B; }
p { color: rgb(237,3,75); }
H1.HeaderClassName
{
color: #ED034B;
}
.AnyTagClassName
{
color: #ED034B;
}
</style>
background-color css
<style>
a { background-color: #ED034B; }
a { background-color: rgb(237,3,75); }
div.DivClassName
{
background-color: #ED034B;
}
.BgClassName
{
background-color: #ED034B;
}
</style>
border-color css
<style>
span { border-color: #ED034B; }
span { border-color: rgb(237,3,75); }
td.TdClassName
{
border-color: #ED034B;
}
.TagClassName
{
border-color: #ED034B;
}
</style>