Shades of Razzle Dazzle Rose #EC2EE2
Tints of Razzle Dazzle Rose #EC2EE2
RGB
CMYK
RGB Variations
Color information
#EC2EE2 (or 0xEC2EE2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and E2. RGB value is (236,46,226). Sum of RGB (Red+Green+Blue) = 236+46+226=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 46 (18.36% from 255 or 9.06% from 508); Blue value is 226 (88.67% from 255 or 44.49% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2EE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2EE2 is #13D11D. Grayscale: #7A7A7A. Windows color (decimal): -1298718 or 14823148. OLE color: 14823148.
HSL color Cylindrical-coordinate representation of color #EC2EE2: hue angle of 303.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2EE2 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 226 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.07 |
| HSL | 303.16º | 0.83% | 0.55% | - |
| HSV(B) | 303.16º | 0.81% | 0.93% | - |
| XYZ | 49.3 | 25.28 | 74.23 | - |
| YUV | 123.33 | 185.95 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 226 | 0 | 0.81 | 0.04 | 0.07 | 303.16 | 0.83 | 0.55 |
| Hex | EC | 2E | E2 | 0 | 51 | 4 | 7 | 12F | 53 | 37 |
| Octal | 354 | 56 | 342 | 0 | 121 | 4 | 7 | 457 | 123 | 67 |
| Binary | 11101100 | 101110 | 11100010 | 0 | 1010001 | 100 | 111 | 100101111 | 1010011 | 110111 |
Color Harmonies of #EC2EE2
Complementary color
Monochromatic Colors of #EC2EE2
Black with #EC2EE2
Text Example
Text Example
White with #EC2EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2EE2; }
p { color: rgb(236,46,226); }
H1.HeaderClassName
{
color: #EC2EE2;
}
.AnyTagClassName
{
color: #EC2EE2;
}
</style>
background-color css
<style>
a { background-color: #EC2EE2; }
a { background-color: rgb(236,46,226); }
div.DivClassName
{
background-color: #EC2EE2;
}
.BgClassName
{
background-color: #EC2EE2;
}
</style>
border-color css
<style>
span { border-color: #EC2EE2; }
span { border-color: rgb(236,46,226); }
td.TdClassName
{
border-color: #EC2EE2;
}
.TagClassName
{
border-color: #EC2EE2;
}
</style>