Shades of Razzle Dazzle Rose #EC2AE5
Tints of Razzle Dazzle Rose #EC2AE5
RGB
CMYK
RGB Variations
Color information
#EC2AE5 (or 0xEC2AE5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2A and E5. RGB value is (236,42,229). Sum of RGB (Red+Green+Blue) = 236+42+229=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 42 (16.80% from 255 or 8.28% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2AE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2AE5 is #13D51A. Grayscale: #787878. Windows color (decimal): -1299739 or 15018732. OLE color: 15018732.
HSL color Cylindrical-coordinate representation of color #EC2AE5: hue angle of 302.16º 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 #EC2AE5 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 229 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.07 |
| HSL | 302.16º | 0.84% | 0.55% | - |
| HSV(B) | 302.16º | 0.82% | 0.93% | - |
| XYZ | 49.56 | 25.15 | 76.37 | - |
| YUV | 121.32 | 188.77 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 229 | 0 | 0.82 | 0.03 | 0.07 | 302.16 | 0.84 | 0.55 |
| Hex | EC | 2A | E5 | 0 | 52 | 3 | 7 | 12E | 54 | 37 |
| Octal | 354 | 52 | 345 | 0 | 122 | 3 | 7 | 456 | 124 | 67 |
| Binary | 11101100 | 101010 | 11100101 | 0 | 1010010 | 11 | 111 | 100101110 | 1010100 | 110111 |
Color Harmonies of #EC2AE5
Complementary color
Monochromatic Colors of #EC2AE5
Black with #EC2AE5
Text Example
Text Example
White with #EC2AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2AE5; }
p { color: rgb(236,42,229); }
H1.HeaderClassName
{
color: #EC2AE5;
}
.AnyTagClassName
{
color: #EC2AE5;
}
</style>
background-color css
<style>
a { background-color: #EC2AE5; }
a { background-color: rgb(236,42,229); }
div.DivClassName
{
background-color: #EC2AE5;
}
.BgClassName
{
background-color: #EC2AE5;
}
</style>
border-color css
<style>
span { border-color: #EC2AE5; }
span { border-color: rgb(236,42,229); }
td.TdClassName
{
border-color: #EC2AE5;
}
.TagClassName
{
border-color: #EC2AE5;
}
</style>