Shades of Razzle Dazzle Rose #EC33EF
Tints of Razzle Dazzle Rose #EC33EF
RGB
CMYK
RGB Variations
Color information
#EC33EF (or 0xEC33EF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 33 and EF. RGB value is (236,51,239). Sum of RGB (Red+Green+Blue) = 236+51+239=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 51 (20.31% from 255 or 9.70% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC33EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC33EF is #13CC10. Grayscale: #7F7F7F. Windows color (decimal): -1297425 or 15676396. OLE color: 15676396.
HSL color Cylindrical-coordinate representation of color #EC33EF: hue angle of 299.04º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC33EF is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 51 | 239 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.06 |
| HSL | 299.04º | 0.85% | 0.57% | - |
| HSV(B) | 299.04º | 0.79% | 0.94% | - |
| XYZ | 51.36 | 26.43 | 84.06 | - |
| YUV | 127.75 | 190.79 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 239 | 0.01 | 0.79 | 0 | 0.06 | 299.04 | 0.85 | 0.57 |
| Hex | EC | 33 | EF | 1 | 4F | 0 | 6 | 12B | 55 | 39 |
| Octal | 354 | 63 | 357 | 1 | 117 | 0 | 6 | 453 | 125 | 71 |
| Binary | 11101100 | 110011 | 11101111 | 1 | 1001111 | 0 | 110 | 100101011 | 1010101 | 111001 |
Color Harmonies of #EC33EF
Complementary color
Monochromatic Colors of #EC33EF
Black with #EC33EF
Text Example
Text Example
White with #EC33EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC33EF; }
p { color: rgb(236,51,239); }
H1.HeaderClassName
{
color: #EC33EF;
}
.AnyTagClassName
{
color: #EC33EF;
}
</style>
background-color css
<style>
a { background-color: #EC33EF; }
a { background-color: rgb(236,51,239); }
div.DivClassName
{
background-color: #EC33EF;
}
.BgClassName
{
background-color: #EC33EF;
}
</style>
border-color css
<style>
span { border-color: #EC33EF; }
span { border-color: rgb(236,51,239); }
td.TdClassName
{
border-color: #EC33EF;
}
.TagClassName
{
border-color: #EC33EF;
}
</style>