Shades of Razzle Dazzle Rose #EC2AE2
Tints of Razzle Dazzle Rose #EC2AE2
RGB
CMYK
RGB Variations
Color information
#EC2AE2 (or 0xEC2AE2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2A and E2. RGB value is (236,42,226). Sum of RGB (Red+Green+Blue) = 236+42+226=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 42 (16.80% from 255 or 8.33% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2AE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2AE2 is #13D51D. Grayscale: #787878. Windows color (decimal): -1299742 or 14822124. OLE color: 14822124.
HSL color Cylindrical-coordinate representation of color #EC2AE2: hue angle of 303.09º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2AE2 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 226 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.07 |
| HSL | 303.09º | 0.84% | 0.55% | - |
| HSV(B) | 303.09º | 0.82% | 0.93% | - |
| XYZ | 49.15 | 24.98 | 74.18 | - |
| YUV | 120.98 | 187.27 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 226 | 0 | 0.82 | 0.04 | 0.07 | 303.09 | 0.84 | 0.55 |
| Hex | EC | 2A | E2 | 0 | 52 | 4 | 7 | 12F | 54 | 37 |
| Octal | 354 | 52 | 342 | 0 | 122 | 4 | 7 | 457 | 124 | 67 |
| Binary | 11101100 | 101010 | 11100010 | 0 | 1010010 | 100 | 111 | 100101111 | 1010100 | 110111 |
Color Harmonies of #EC2AE2
Complementary color
Monochromatic Colors of #EC2AE2
Black with #EC2AE2
Text Example
Text Example
White with #EC2AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2AE2; }
p { color: rgb(236,42,226); }
H1.HeaderClassName
{
color: #EC2AE2;
}
.AnyTagClassName
{
color: #EC2AE2;
}
</style>
background-color css
<style>
a { background-color: #EC2AE2; }
a { background-color: rgb(236,42,226); }
div.DivClassName
{
background-color: #EC2AE2;
}
.BgClassName
{
background-color: #EC2AE2;
}
</style>
border-color css
<style>
span { border-color: #EC2AE2; }
span { border-color: rgb(236,42,226); }
td.TdClassName
{
border-color: #EC2AE2;
}
.TagClassName
{
border-color: #EC2AE2;
}
</style>