Shades of Razzle Dazzle Rose #EC32EE
Tints of Razzle Dazzle Rose #EC32EE
RGB
CMYK
RGB Variations
Color information
#EC32EE (or 0xEC32EE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 32 and EE. RGB value is (236,50,238). Sum of RGB (Red+Green+Blue) = 236+50+238=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 50 (19.92% from 255 or 9.54% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC32EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC32EE is #13CD11. Grayscale: #7E7E7E. Windows color (decimal): -1297682 or 15610604. OLE color: 15610604.
HSL color Cylindrical-coordinate representation of color #EC32EE: hue angle of 299.36º degrees, saturation: 0.85, 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 #EC32EE is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 238 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.07 |
| HSL | 299.36º | 0.85% | 0.56% | - |
| HSV(B) | 299.36º | 0.79% | 0.93% | - |
| XYZ | 51.17 | 26.29 | 83.27 | - |
| YUV | 127.05 | 190.62 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 238 | 0.01 | 0.79 | 0 | 0.07 | 299.36 | 0.85 | 0.56 |
| Hex | EC | 32 | EE | 1 | 4F | 0 | 7 | 12B | 55 | 38 |
| Octal | 354 | 62 | 356 | 1 | 117 | 0 | 7 | 453 | 125 | 70 |
| Binary | 11101100 | 110010 | 11101110 | 1 | 1001111 | 0 | 111 | 100101011 | 1010101 | 111000 |
Color Harmonies of #EC32EE
Complementary color
Monochromatic Colors of #EC32EE
Black with #EC32EE
Text Example
Text Example
White with #EC32EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC32EE; }
p { color: rgb(236,50,238); }
H1.HeaderClassName
{
color: #EC32EE;
}
.AnyTagClassName
{
color: #EC32EE;
}
</style>
background-color css
<style>
a { background-color: #EC32EE; }
a { background-color: rgb(236,50,238); }
div.DivClassName
{
background-color: #EC32EE;
}
.BgClassName
{
background-color: #EC32EE;
}
</style>
border-color css
<style>
span { border-color: #EC32EE; }
span { border-color: rgb(236,50,238); }
td.TdClassName
{
border-color: #EC32EE;
}
.TagClassName
{
border-color: #EC32EE;
}
</style>