Shades of Razzle Dazzle Rose #EC32E0
Tints of Razzle Dazzle Rose #EC32E0
RGB
CMYK
RGB Variations
Color information
#EC32E0 (or 0xEC32E0) is known color: Razzle Dazzle Rose. HEX triplet: EC, 32 and E0. RGB value is (236,50,224). Sum of RGB (Red+Green+Blue) = 236+50+224=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 50 (19.92% from 255 or 9.80% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC32E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC32E0 is #13CD1F. Grayscale: #7C7C7C. Windows color (decimal): -1297696 or 14693100. OLE color: 14693100.
HSL color Cylindrical-coordinate representation of color #EC32E0: hue angle of 303.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC32E0 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 224 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.07 |
| HSL | 303.87º | 0.83% | 0.56% | - |
| HSV(B) | 303.87º | 0.79% | 0.93% | - |
| XYZ | 49.19 | 25.5 | 72.85 | - |
| YUV | 125.45 | 183.62 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 224 | 0 | 0.79 | 0.05 | 0.07 | 303.87 | 0.83 | 0.56 |
| Hex | EC | 32 | E0 | 0 | 4F | 5 | 7 | 130 | 53 | 38 |
| Octal | 354 | 62 | 340 | 0 | 117 | 5 | 7 | 460 | 123 | 70 |
| Binary | 11101100 | 110010 | 11100000 | 0 | 1001111 | 101 | 111 | 100110000 | 1010011 | 111000 |
Color Harmonies of #EC32E0
Complementary color
Monochromatic Colors of #EC32E0
Black with #EC32E0
Text Example
Text Example
White with #EC32E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC32E0; }
p { color: rgb(236,50,224); }
H1.HeaderClassName
{
color: #EC32E0;
}
.AnyTagClassName
{
color: #EC32E0;
}
</style>
background-color css
<style>
a { background-color: #EC32E0; }
a { background-color: rgb(236,50,224); }
div.DivClassName
{
background-color: #EC32E0;
}
.BgClassName
{
background-color: #EC32E0;
}
</style>
border-color css
<style>
span { border-color: #EC32E0; }
span { border-color: rgb(236,50,224); }
td.TdClassName
{
border-color: #EC32E0;
}
.TagClassName
{
border-color: #EC32E0;
}
</style>