Shades of Razzmatazz #ED024E
Tints of Razzmatazz #ED024E
RGB
CMYK
RGB Variations
Color information
#ED024E (or 0xED024E) is known color: Razzmatazz. HEX triplet: ED, 02 and 4E. RGB value is (237,2,78). Sum of RGB (Red+Green+Blue) = 237+2+78=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED024E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED024E is #12FDB1. Grayscale: #505050. Windows color (decimal): -1244594 or 5112557. OLE color: 5112557.
HSL color Cylindrical-coordinate representation of color #ED024E: hue angle of 340.6º 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 #ED024E is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.07 |
| HSL | 340.6º | 0.98% | 0.47% | - |
| HSV(B) | 340.6º | 0.99% | 0.93% | - |
| XYZ | 36.32 | 18.6 | 8.88 | - |
| YUV | 80.93 | 126.36 | 239.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 78 | 0 | 0.99 | 0.67 | 0.07 | 340.6 | 0.98 | 0.47 |
| Hex | ED | 2 | 4E | 0 | 63 | 43 | 7 | 155 | 62 | 2F |
| Octal | 355 | 2 | 116 | 0 | 143 | 103 | 7 | 525 | 142 | 57 |
| Binary | 11101101 | 10 | 1001110 | 0 | 1100011 | 1000011 | 111 | 101010101 | 1100010 | 101111 |
Color Harmonies of #ED024E
Complementary color
Monochromatic Colors of #ED024E
Black with #ED024E
Text Example
Text Example
White with #ED024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED024E; }
p { color: rgb(237,2,78); }
H1.HeaderClassName
{
color: #ED024E;
}
.AnyTagClassName
{
color: #ED024E;
}
</style>
background-color css
<style>
a { background-color: #ED024E; }
a { background-color: rgb(237,2,78); }
div.DivClassName
{
background-color: #ED024E;
}
.BgClassName
{
background-color: #ED024E;
}
</style>
border-color css
<style>
span { border-color: #ED024E; }
span { border-color: rgb(237,2,78); }
td.TdClassName
{
border-color: #ED024E;
}
.TagClassName
{
border-color: #ED024E;
}
</style>