Shades of Razzle Dazzle Rose #EC33EE
Tints of Razzle Dazzle Rose #EC33EE
RGB
CMYK
RGB Variations
Color information
#EC33EE (or 0xEC33EE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 33 and EE. RGB value is (236,51,238). Sum of RGB (Red+Green+Blue) = 236+51+238=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 51 (20.31% from 255 or 9.71% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC33EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC33EE is #13CC11. Grayscale: #7F7F7F. Windows color (decimal): -1297426 or 15610860. OLE color: 15610860.
HSL color Cylindrical-coordinate representation of color #EC33EE: hue angle of 299.36º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC33EE is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 238 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.07 |
| HSL | 299.36º | 0.85% | 0.57% | - |
| HSV(B) | 299.36º | 0.79% | 0.93% | - |
| XYZ | 51.21 | 26.37 | 83.28 | - |
| YUV | 127.63 | 190.29 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 238 | 0.01 | 0.79 | 0 | 0.07 | 299.36 | 0.85 | 0.57 |
| Hex | EC | 33 | EE | 1 | 4F | 0 | 7 | 12B | 55 | 39 |
| Octal | 354 | 63 | 356 | 1 | 117 | 0 | 7 | 453 | 125 | 71 |
| Binary | 11101100 | 110011 | 11101110 | 1 | 1001111 | 0 | 111 | 100101011 | 1010101 | 111001 |
Color Harmonies of #EC33EE
Complementary color
Monochromatic Colors of #EC33EE
Black with #EC33EE
Text Example
Text Example
White with #EC33EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC33EE; }
p { color: rgb(236,51,238); }
H1.HeaderClassName
{
color: #EC33EE;
}
.AnyTagClassName
{
color: #EC33EE;
}
</style>
background-color css
<style>
a { background-color: #EC33EE; }
a { background-color: rgb(236,51,238); }
div.DivClassName
{
background-color: #EC33EE;
}
.BgClassName
{
background-color: #EC33EE;
}
</style>
border-color css
<style>
span { border-color: #EC33EE; }
span { border-color: rgb(236,51,238); }
td.TdClassName
{
border-color: #EC33EE;
}
.TagClassName
{
border-color: #EC33EE;
}
</style>