Shades of Razzmatazz #ED014E
Tints of Razzmatazz #ED014E
RGB
CMYK
RGB Variations
Color information
#ED014E (or 0xED014E) is known color: Razzmatazz. HEX triplet: ED, 01 and 4E. RGB value is (237,1,78). Sum of RGB (Red+Green+Blue) = 237+1+78=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED014E is #12FEB1. Grayscale: #505050. Windows color (decimal): -1244850 or 5112301. OLE color: 5112301.
HSL color Cylindrical-coordinate representation of color #ED014E: hue angle of 340.42º 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 #ED014E is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.07 |
| HSL | 340.42º | 0.99% | 0.47% | - |
| HSV(B) | 340.42º | 1% | 0.93% | - |
| XYZ | 36.31 | 18.58 | 8.88 | - |
| YUV | 80.34 | 126.69 | 239.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 78 | 0 | 1.00 | 0.67 | 0.07 | 340.42 | 0.99 | 0.47 |
| Hex | ED | 1 | 4E | 0 | 64 | 43 | 7 | 154 | 63 | 2F |
| Octal | 355 | 1 | 116 | 0 | 144 | 103 | 7 | 524 | 143 | 57 |
| Binary | 11101101 | 1 | 1001110 | 0 | 1100100 | 1000011 | 111 | 101010100 | 1100011 | 101111 |
Color Harmonies of #ED014E
Complementary color
Monochromatic Colors of #ED014E
Black with #ED014E
Text Example
Text Example
White with #ED014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED014E; }
p { color: rgb(237,1,78); }
H1.HeaderClassName
{
color: #ED014E;
}
.AnyTagClassName
{
color: #ED014E;
}
</style>
background-color css
<style>
a { background-color: #ED014E; }
a { background-color: rgb(237,1,78); }
div.DivClassName
{
background-color: #ED014E;
}
.BgClassName
{
background-color: #ED014E;
}
</style>
border-color css
<style>
span { border-color: #ED014E; }
span { border-color: rgb(237,1,78); }
td.TdClassName
{
border-color: #ED014E;
}
.TagClassName
{
border-color: #ED014E;
}
</style>