Shades of Razzmatazz #ED045B
Tints of Razzmatazz #ED045B
RGB
CMYK
RGB Variations
Color information
#ED045B (or 0xED045B) is known color: Razzmatazz. HEX triplet: ED, 04 and 5B. RGB value is (237,4,91). Sum of RGB (Red+Green+Blue) = 237+4+91=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED045B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED045B is #12FBA4. Grayscale: #535353. Windows color (decimal): -1244069 or 5965037. OLE color: 5965037.
HSL color Cylindrical-coordinate representation of color #ED045B: hue angle of 337.6º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED045B is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.07 |
| HSL | 337.6º | 0.97% | 0.47% | - |
| HSV(B) | 337.6º | 0.98% | 0.93% | - |
| XYZ | 36.86 | 18.85 | 11.59 | - |
| YUV | 83.59 | 132.19 | 237.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 91 | 0 | 0.98 | 0.62 | 0.07 | 337.6 | 0.97 | 0.47 |
| Hex | ED | 4 | 5B | 0 | 62 | 3E | 7 | 152 | 61 | 2F |
| Octal | 355 | 4 | 133 | 0 | 142 | 76 | 7 | 522 | 141 | 57 |
| Binary | 11101101 | 100 | 1011011 | 0 | 1100010 | 111110 | 111 | 101010010 | 1100001 | 101111 |
Color Harmonies of #ED045B
Complementary color
Monochromatic Colors of #ED045B
Black with #ED045B
Text Example
Text Example
White with #ED045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED045B; }
p { color: rgb(237,4,91); }
H1.HeaderClassName
{
color: #ED045B;
}
.AnyTagClassName
{
color: #ED045B;
}
</style>
background-color css
<style>
a { background-color: #ED045B; }
a { background-color: rgb(237,4,91); }
div.DivClassName
{
background-color: #ED045B;
}
.BgClassName
{
background-color: #ED045B;
}
</style>
border-color css
<style>
span { border-color: #ED045B; }
span { border-color: rgb(237,4,91); }
td.TdClassName
{
border-color: #ED045B;
}
.TagClassName
{
border-color: #ED045B;
}
</style>