Shades of Razzle Dazzle Rose #EC1EE2
Tints of Razzle Dazzle Rose #EC1EE2
RGB
CMYK
RGB Variations
Color information
#EC1EE2 (or 0xEC1EE2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1E and E2. RGB value is (236,30,226). Sum of RGB (Red+Green+Blue) = 236+30+226=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 30 (12.11% from 255 or 6.10% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1EE2 is #13E11D. Grayscale: #717171. Windows color (decimal): -1302814 or 14819052. OLE color: 14819052.
HSL color Cylindrical-coordinate representation of color #EC1EE2: hue angle of 302.91º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1EE2 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 226 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.07 |
| HSL | 302.91º | 0.84% | 0.52% | - |
| HSV(B) | 302.91º | 0.87% | 0.93% | - |
| XYZ | 48.78 | 24.25 | 74.06 | - |
| YUV | 113.94 | 191.25 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 226 | 0 | 0.87 | 0.04 | 0.07 | 302.91 | 0.84 | 0.52 |
| Hex | EC | 1E | E2 | 0 | 57 | 4 | 7 | 12F | 54 | 34 |
| Octal | 354 | 36 | 342 | 0 | 127 | 4 | 7 | 457 | 124 | 64 |
| Binary | 11101100 | 11110 | 11100010 | 0 | 1010111 | 100 | 111 | 100101111 | 1010100 | 110100 |
Color Harmonies of #EC1EE2
Complementary color
Monochromatic Colors of #EC1EE2
Black with #EC1EE2
Text Example
Text Example
White with #EC1EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1EE2; }
p { color: rgb(236,30,226); }
H1.HeaderClassName
{
color: #EC1EE2;
}
.AnyTagClassName
{
color: #EC1EE2;
}
</style>
background-color css
<style>
a { background-color: #EC1EE2; }
a { background-color: rgb(236,30,226); }
div.DivClassName
{
background-color: #EC1EE2;
}
.BgClassName
{
background-color: #EC1EE2;
}
</style>
border-color css
<style>
span { border-color: #EC1EE2; }
span { border-color: rgb(236,30,226); }
td.TdClassName
{
border-color: #EC1EE2;
}
.TagClassName
{
border-color: #EC1EE2;
}
</style>