Shades of Razzmatazz #ED054E
Tints of Razzmatazz #ED054E
RGB
CMYK
RGB Variations
Color information
#ED054E (or 0xED054E) is known color: Razzmatazz. HEX triplet: ED, 05 and 4E. RGB value is (237,5,78). Sum of RGB (Red+Green+Blue) = 237+5+78=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED054E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED054E is #12FAB1. Grayscale: #525252. Windows color (decimal): -1243826 or 5113325. OLE color: 5113325.
HSL color Cylindrical-coordinate representation of color #ED054E: hue angle of 341.12º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED054E is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 78 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.07 |
| HSL | 341.12º | 0.96% | 0.47% | - |
| HSV(B) | 341.12º | 0.98% | 0.93% | - |
| XYZ | 36.35 | 18.66 | 8.89 | - |
| YUV | 82.69 | 125.36 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 78 | 0 | 0.98 | 0.67 | 0.07 | 341.12 | 0.96 | 0.47 |
| Hex | ED | 5 | 4E | 0 | 62 | 43 | 7 | 155 | 60 | 2F |
| Octal | 355 | 5 | 116 | 0 | 142 | 103 | 7 | 525 | 140 | 57 |
| Binary | 11101101 | 101 | 1001110 | 0 | 1100010 | 1000011 | 111 | 101010101 | 1100000 | 101111 |
Color Harmonies of #ED054E
Complementary color
Monochromatic Colors of #ED054E
Black with #ED054E
Text Example
Text Example
White with #ED054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED054E; }
p { color: rgb(237,5,78); }
H1.HeaderClassName
{
color: #ED054E;
}
.AnyTagClassName
{
color: #ED054E;
}
</style>
background-color css
<style>
a { background-color: #ED054E; }
a { background-color: rgb(237,5,78); }
div.DivClassName
{
background-color: #ED054E;
}
.BgClassName
{
background-color: #ED054E;
}
</style>
border-color css
<style>
span { border-color: #ED054E; }
span { border-color: rgb(237,5,78); }
td.TdClassName
{
border-color: #ED054E;
}
.TagClassName
{
border-color: #ED054E;
}
</style>