Shades of Razzmatazz #ED024B
Tints of Razzmatazz #ED024B
RGB
CMYK
RGB Variations
Color information
#ED024B (or 0xED024B) is known color: Razzmatazz. HEX triplet: ED, 02 and 4B. RGB value is (237,2,75). Sum of RGB (Red+Green+Blue) = 237+2+75=314 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.48% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 237 - color contains mainly: red. Hex color #ED024B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED024B is #12FDB4. Grayscale: #505050. Windows color (decimal): -1244597 or 4915949. OLE color: 4915949.
HSL color Cylindrical-coordinate representation of color #ED024B: hue angle of 341.36º 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 #ED024B is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.07 |
| HSL | 341.36º | 0.98% | 0.47% | - |
| HSV(B) | 341.36º | 0.99% | 0.93% | - |
| XYZ | 36.22 | 18.56 | 8.33 | - |
| YUV | 80.59 | 124.86 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 75 | 0 | 0.99 | 0.68 | 0.07 | 341.36 | 0.98 | 0.47 |
| Hex | ED | 2 | 4B | 0 | 63 | 44 | 7 | 155 | 62 | 2F |
| Octal | 355 | 2 | 113 | 0 | 143 | 104 | 7 | 525 | 142 | 57 |
| Binary | 11101101 | 10 | 1001011 | 0 | 1100011 | 1000100 | 111 | 101010101 | 1100010 | 101111 |
Color Harmonies of #ED024B
Complementary color
Monochromatic Colors of #ED024B
Black with #ED024B
Text Example
Text Example
White with #ED024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED024B; }
p { color: rgb(237,2,75); }
H1.HeaderClassName
{
color: #ED024B;
}
.AnyTagClassName
{
color: #ED024B;
}
</style>
background-color css
<style>
a { background-color: #ED024B; }
a { background-color: rgb(237,2,75); }
div.DivClassName
{
background-color: #ED024B;
}
.BgClassName
{
background-color: #ED024B;
}
</style>
border-color css
<style>
span { border-color: #ED024B; }
span { border-color: rgb(237,2,75); }
td.TdClassName
{
border-color: #ED024B;
}
.TagClassName
{
border-color: #ED024B;
}
</style>