Shades of Razzmatazz #ED015E
Tints of Razzmatazz #ED015E
RGB
CMYK
RGB Variations
Color information
#ED015E (or 0xED015E) is known color: Razzmatazz. HEX triplet: ED, 01 and 5E. RGB value is (237,1,94). Sum of RGB (Red+Green+Blue) = 237+1+94=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED015E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED015E is #12FEA1. Grayscale: #525252. Windows color (decimal): -1244834 or 6160877. OLE color: 6160877.
HSL color Cylindrical-coordinate representation of color #ED015E: hue angle of 336.36º 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 #ED015E is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 94 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.07 |
| HSL | 336.36º | 0.99% | 0.47% | - |
| HSV(B) | 336.36º | 1% | 0.93% | - |
| XYZ | 36.96 | 18.83 | 12.28 | - |
| YUV | 82.17 | 134.69 | 238.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 94 | 0 | 1.00 | 0.60 | 0.07 | 336.36 | 0.99 | 0.47 |
| Hex | ED | 1 | 5E | 0 | 64 | 3C | 7 | 150 | 63 | 2F |
| Octal | 355 | 1 | 136 | 0 | 144 | 74 | 7 | 520 | 143 | 57 |
| Binary | 11101101 | 1 | 1011110 | 0 | 1100100 | 111100 | 111 | 101010000 | 1100011 | 101111 |
Color Harmonies of #ED015E
Complementary color
Monochromatic Colors of #ED015E
Black with #ED015E
Text Example
Text Example
White with #ED015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED015E; }
p { color: rgb(237,1,94); }
H1.HeaderClassName
{
color: #ED015E;
}
.AnyTagClassName
{
color: #ED015E;
}
</style>
background-color css
<style>
a { background-color: #ED015E; }
a { background-color: rgb(237,1,94); }
div.DivClassName
{
background-color: #ED015E;
}
.BgClassName
{
background-color: #ED015E;
}
</style>
border-color css
<style>
span { border-color: #ED015E; }
span { border-color: rgb(237,1,94); }
td.TdClassName
{
border-color: #ED015E;
}
.TagClassName
{
border-color: #ED015E;
}
</style>