Shades of Razzmatazz #ED014B
Tints of Razzmatazz #ED014B
RGB
CMYK
RGB Variations
Color information
#ED014B (or 0xED014B) is known color: Razzmatazz. HEX triplet: ED, 01 and 4B. RGB value is (237,1,75). Sum of RGB (Red+Green+Blue) = 237+1+75=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED014B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED014B is #12FEB4. Grayscale: #4F4F4F. Windows color (decimal): -1244853 or 4915693. OLE color: 4915693.
HSL color Cylindrical-coordinate representation of color #ED014B: hue angle of 341.19º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED014B is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 75 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.07 |
| HSL | 341.19º | 0.99% | 0.47% | - |
| HSV(B) | 341.19º | 1% | 0.93% | - |
| XYZ | 36.21 | 18.53 | 8.33 | - |
| YUV | 80 | 125.19 | 239.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 75 | 0 | 1.00 | 0.68 | 0.07 | 341.19 | 0.99 | 0.47 |
| Hex | ED | 1 | 4B | 0 | 64 | 44 | 7 | 155 | 63 | 2F |
| Octal | 355 | 1 | 113 | 0 | 144 | 104 | 7 | 525 | 143 | 57 |
| Binary | 11101101 | 1 | 1001011 | 0 | 1100100 | 1000100 | 111 | 101010101 | 1100011 | 101111 |
Color Harmonies of #ED014B
Complementary color
Monochromatic Colors of #ED014B
Black with #ED014B
Text Example
Text Example
White with #ED014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED014B; }
p { color: rgb(237,1,75); }
H1.HeaderClassName
{
color: #ED014B;
}
.AnyTagClassName
{
color: #ED014B;
}
</style>
background-color css
<style>
a { background-color: #ED014B; }
a { background-color: rgb(237,1,75); }
div.DivClassName
{
background-color: #ED014B;
}
.BgClassName
{
background-color: #ED014B;
}
</style>
border-color css
<style>
span { border-color: #ED014B; }
span { border-color: rgb(237,1,75); }
td.TdClassName
{
border-color: #ED014B;
}
.TagClassName
{
border-color: #ED014B;
}
</style>