Shades of Razzmatazz #ED026C
Tints of Razzmatazz #ED026C
RGB
CMYK
RGB Variations
Color information
#ED026C (or 0xED026C) is known color: Razzmatazz. HEX triplet: ED, 02 and 6C. RGB value is (237,2,108). Sum of RGB (Red+Green+Blue) = 237+2+108=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED026C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED026C is #12FD93. Grayscale: #545454. Windows color (decimal): -1244564 or 7078637. OLE color: 7078637.
HSL color Cylindrical-coordinate representation of color #ED026C: hue angle of 332.94º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED026C is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.07 |
| HSL | 332.94º | 0.98% | 0.47% | - |
| HSV(B) | 332.94º | 0.99% | 0.93% | - |
| XYZ | 37.65 | 19.13 | 15.9 | - |
| YUV | 84.35 | 141.36 | 236.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 108 | 0 | 0.99 | 0.54 | 0.07 | 332.94 | 0.98 | 0.47 |
| Hex | ED | 2 | 6C | 0 | 63 | 36 | 7 | 14D | 62 | 2F |
| Octal | 355 | 2 | 154 | 0 | 143 | 66 | 7 | 515 | 142 | 57 |
| Binary | 11101101 | 10 | 1101100 | 0 | 1100011 | 110110 | 111 | 101001101 | 1100010 | 101111 |
Color Harmonies of #ED026C
Complementary color
Monochromatic Colors of #ED026C
Black with #ED026C
Text Example
Text Example
White with #ED026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED026C; }
p { color: rgb(237,2,108); }
H1.HeaderClassName
{
color: #ED026C;
}
.AnyTagClassName
{
color: #ED026C;
}
</style>
background-color css
<style>
a { background-color: #ED026C; }
a { background-color: rgb(237,2,108); }
div.DivClassName
{
background-color: #ED026C;
}
.BgClassName
{
background-color: #ED026C;
}
</style>
border-color css
<style>
span { border-color: #ED026C; }
span { border-color: rgb(237,2,108); }
td.TdClassName
{
border-color: #ED026C;
}
.TagClassName
{
border-color: #ED026C;
}
</style>