Shades of Razzle Dazzle Rose #EC32CE
Tints of Razzle Dazzle Rose #EC32CE
RGB
CMYK
RGB Variations
Color information
#EC32CE (or 0xEC32CE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 32 and CE. RGB value is (236,50,206). Sum of RGB (Red+Green+Blue) = 236+50+206=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC32CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC32CE is #13CD31. Grayscale: #7A7A7A. Windows color (decimal): -1297714 or 13513452. OLE color: 13513452.
HSL color Cylindrical-coordinate representation of color #EC32CE: hue angle of 309.68º 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 #EC32CE is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 206 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.07 |
| HSL | 309.68º | 0.83% | 0.56% | - |
| HSV(B) | 309.68º | 0.79% | 0.93% | - |
| XYZ | 46.87 | 24.57 | 60.66 | - |
| YUV | 123.4 | 174.62 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 206 | 0 | 0.79 | 0.13 | 0.07 | 309.68 | 0.83 | 0.56 |
| Hex | EC | 32 | CE | 0 | 4F | D | 7 | 136 | 53 | 38 |
| Octal | 354 | 62 | 316 | 0 | 117 | 15 | 7 | 466 | 123 | 70 |
| Binary | 11101100 | 110010 | 11001110 | 0 | 1001111 | 1101 | 111 | 100110110 | 1010011 | 111000 |
Color Harmonies of #EC32CE
Complementary color
Monochromatic Colors of #EC32CE
Black with #EC32CE
Text Example
Text Example
White with #EC32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC32CE; }
p { color: rgb(236,50,206); }
H1.HeaderClassName
{
color: #EC32CE;
}
.AnyTagClassName
{
color: #EC32CE;
}
</style>
background-color css
<style>
a { background-color: #EC32CE; }
a { background-color: rgb(236,50,206); }
div.DivClassName
{
background-color: #EC32CE;
}
.BgClassName
{
background-color: #EC32CE;
}
</style>
border-color css
<style>
span { border-color: #EC32CE; }
span { border-color: rgb(236,50,206); }
td.TdClassName
{
border-color: #EC32CE;
}
.TagClassName
{
border-color: #EC32CE;
}
</style>