Shades of Razzmatazz #ED005A
Tints of Razzmatazz #ED005A
RGB
CMYK
RGB Variations
Color information
#ED005A (or 0xED005A) is known color: Razzmatazz. HEX triplet: ED, 00 and 5A. RGB value is (237,0,90). Sum of RGB (Red+Green+Blue) = 237+0+90=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED005A is #12FFA5. Grayscale: #515151. Windows color (decimal): -1245094 or 5898477. OLE color: 5898477.
HSL color Cylindrical-coordinate representation of color #ED005A: hue angle of 337.22º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED005A is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.62 | 0.07 |
| HSL | 337.22º | 1% | 0.46% | - |
| HSV(B) | 337.22º | 1% | 0.93% | - |
| XYZ | 36.77 | 18.74 | 11.35 | - |
| YUV | 81.12 | 133.02 | 239.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 90 | 0 | 1 | 0.62 | 0.07 | 337.22 | 1 | 0.46 |
| Hex | ED | 0 | 5A | 0 | 64 | 3E | 7 | 151 | 64 | 2E |
| Octal | 355 | 0 | 132 | 0 | 144 | 76 | 7 | 521 | 144 | 56 |
| Binary | 11101101 | 0 | 1011010 | 0 | 1100100 | 111110 | 111 | 101010001 | 1100100 | 101110 |
Color Harmonies of #ED005A
Complementary color
Monochromatic Colors of #ED005A
Black with #ED005A
Text Example
Text Example
White with #ED005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED005A; }
p { color: rgb(237,0,90); }
H1.HeaderClassName
{
color: #ED005A;
}
.AnyTagClassName
{
color: #ED005A;
}
</style>
background-color css
<style>
a { background-color: #ED005A; }
a { background-color: rgb(237,0,90); }
div.DivClassName
{
background-color: #ED005A;
}
.BgClassName
{
background-color: #ED005A;
}
</style>
border-color css
<style>
span { border-color: #ED005A; }
span { border-color: rgb(237,0,90); }
td.TdClassName
{
border-color: #ED005A;
}
.TagClassName
{
border-color: #ED005A;
}
</style>