Shades of Razzmatazz #EC025E
Tints of Razzmatazz #EC025E
RGB
CMYK
RGB Variations
Color information
#EC025E (or 0xEC025E) is known color: Razzmatazz. HEX triplet: EC, 02 and 5E. RGB value is (236,2,94). Sum of RGB (Red+Green+Blue) = 236+2+94=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC025E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC025E is #13FDA1. Grayscale: #525252. Windows color (decimal): -1310114 or 6161132. OLE color: 6161132.
HSL color Cylindrical-coordinate representation of color #EC025E: hue angle of 336.41º 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 #EC025E is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 94 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.07 |
| HSL | 336.41º | 0.98% | 0.47% | - |
| HSV(B) | 336.41º | 0.99% | 0.93% | - |
| XYZ | 36.63 | 18.68 | 12.27 | - |
| YUV | 82.45 | 134.52 | 237.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 94 | 0 | 0.99 | 0.60 | 0.07 | 336.41 | 0.98 | 0.47 |
| Hex | EC | 2 | 5E | 0 | 63 | 3C | 7 | 150 | 62 | 2F |
| Octal | 354 | 2 | 136 | 0 | 143 | 74 | 7 | 520 | 142 | 57 |
| Binary | 11101100 | 10 | 1011110 | 0 | 1100011 | 111100 | 111 | 101010000 | 1100010 | 101111 |
Color Harmonies of #EC025E
Complementary color
Monochromatic Colors of #EC025E
Black with #EC025E
Text Example
Text Example
White with #EC025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC025E; }
p { color: rgb(236,2,94); }
H1.HeaderClassName
{
color: #EC025E;
}
.AnyTagClassName
{
color: #EC025E;
}
</style>
background-color css
<style>
a { background-color: #EC025E; }
a { background-color: rgb(236,2,94); }
div.DivClassName
{
background-color: #EC025E;
}
.BgClassName
{
background-color: #EC025E;
}
</style>
border-color css
<style>
span { border-color: #EC025E; }
span { border-color: rgb(236,2,94); }
td.TdClassName
{
border-color: #EC025E;
}
.TagClassName
{
border-color: #EC025E;
}
</style>