Shades of Razzmatazz #ED054B
Tints of Razzmatazz #ED054B
RGB
CMYK
RGB Variations
Color information
#ED054B (or 0xED054B) is known color: Razzmatazz. HEX triplet: ED, 05 and 4B. RGB value is (237,5,75). Sum of RGB (Red+Green+Blue) = 237+5+75=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED054B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED054B is #12FAB4. Grayscale: #525252. Windows color (decimal): -1243829 or 4916717. OLE color: 4916717.
HSL color Cylindrical-coordinate representation of color #ED054B: hue angle of 341.9º degrees, saturation: 0.96, 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 #ED054B is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 75 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.07 |
| HSL | 341.9º | 0.96% | 0.47% | - |
| HSV(B) | 341.9º | 0.98% | 0.93% | - |
| XYZ | 36.25 | 18.62 | 8.34 | - |
| YUV | 82.35 | 123.86 | 238.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 75 | 0 | 0.98 | 0.68 | 0.07 | 341.9 | 0.96 | 0.47 |
| Hex | ED | 5 | 4B | 0 | 62 | 44 | 7 | 156 | 60 | 2F |
| Octal | 355 | 5 | 113 | 0 | 142 | 104 | 7 | 526 | 140 | 57 |
| Binary | 11101101 | 101 | 1001011 | 0 | 1100010 | 1000100 | 111 | 101010110 | 1100000 | 101111 |
Color Harmonies of #ED054B
Complementary color
Monochromatic Colors of #ED054B
Black with #ED054B
Text Example
Text Example
White with #ED054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED054B; }
p { color: rgb(237,5,75); }
H1.HeaderClassName
{
color: #ED054B;
}
.AnyTagClassName
{
color: #ED054B;
}
</style>
background-color css
<style>
a { background-color: #ED054B; }
a { background-color: rgb(237,5,75); }
div.DivClassName
{
background-color: #ED054B;
}
.BgClassName
{
background-color: #ED054B;
}
</style>
border-color css
<style>
span { border-color: #ED054B; }
span { border-color: rgb(237,5,75); }
td.TdClassName
{
border-color: #ED054B;
}
.TagClassName
{
border-color: #ED054B;
}
</style>