Shades of Razzmatazz #ED015C
Tints of Razzmatazz #ED015C
RGB
CMYK
RGB Variations
Color information
#ED015C (or 0xED015C) is known color: Razzmatazz. HEX triplet: ED, 01 and 5C. RGB value is (237,1,92). Sum of RGB (Red+Green+Blue) = 237+1+92=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED015C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED015C is #12FEA3. Grayscale: #515151. Windows color (decimal): -1244836 or 6029805. OLE color: 6029805.
HSL color Cylindrical-coordinate representation of color #ED015C: hue angle of 336.86º 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 #ED015C is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 92 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.07 |
| HSL | 336.86º | 0.99% | 0.47% | - |
| HSV(B) | 336.86º | 1% | 0.93% | - |
| XYZ | 36.87 | 18.8 | 11.81 | - |
| YUV | 81.94 | 133.69 | 238.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 92 | 0 | 1.00 | 0.61 | 0.07 | 336.86 | 0.99 | 0.47 |
| Hex | ED | 1 | 5C | 0 | 64 | 3D | 7 | 151 | 63 | 2F |
| Octal | 355 | 1 | 134 | 0 | 144 | 75 | 7 | 521 | 143 | 57 |
| Binary | 11101101 | 1 | 1011100 | 0 | 1100100 | 111101 | 111 | 101010001 | 1100011 | 101111 |
Color Harmonies of #ED015C
Complementary color
Monochromatic Colors of #ED015C
Black with #ED015C
Text Example
Text Example
White with #ED015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED015C; }
p { color: rgb(237,1,92); }
H1.HeaderClassName
{
color: #ED015C;
}
.AnyTagClassName
{
color: #ED015C;
}
</style>
background-color css
<style>
a { background-color: #ED015C; }
a { background-color: rgb(237,1,92); }
div.DivClassName
{
background-color: #ED015C;
}
.BgClassName
{
background-color: #ED015C;
}
</style>
border-color css
<style>
span { border-color: #ED015C; }
span { border-color: rgb(237,1,92); }
td.TdClassName
{
border-color: #ED015C;
}
.TagClassName
{
border-color: #ED015C;
}
</style>