Shades of Razzle Dazzle Rose #EC33CA
Tints of Razzle Dazzle Rose #EC33CA
RGB
CMYK
RGB Variations
Color information
#EC33CA (or 0xEC33CA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 33 and CA. RGB value is (236,51,202). Sum of RGB (Red+Green+Blue) = 236+51+202=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 51 (20.31% from 255 or 10.43% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC33CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC33CA is #13CC35. Grayscale: #7B7B7B. Windows color (decimal): -1297462 or 13251564. OLE color: 13251564.
HSL color Cylindrical-coordinate representation of color #EC33CA: hue angle of 311.03º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC33CA is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 202 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.07 |
| HSL | 311.03º | 0.83% | 0.56% | - |
| HSV(B) | 311.03º | 0.78% | 0.93% | - |
| XYZ | 46.44 | 24.46 | 58.15 | - |
| YUV | 123.53 | 172.29 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 202 | 0 | 0.78 | 0.14 | 0.07 | 311.03 | 0.83 | 0.56 |
| Hex | EC | 33 | CA | 0 | 4E | E | 7 | 137 | 53 | 38 |
| Octal | 354 | 63 | 312 | 0 | 116 | 16 | 7 | 467 | 123 | 70 |
| Binary | 11101100 | 110011 | 11001010 | 0 | 1001110 | 1110 | 111 | 100110111 | 1010011 | 111000 |
Color Harmonies of #EC33CA
Complementary color
Monochromatic Colors of #EC33CA
Black with #EC33CA
Text Example
Text Example
White with #EC33CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC33CA; }
p { color: rgb(236,51,202); }
H1.HeaderClassName
{
color: #EC33CA;
}
.AnyTagClassName
{
color: #EC33CA;
}
</style>
background-color css
<style>
a { background-color: #EC33CA; }
a { background-color: rgb(236,51,202); }
div.DivClassName
{
background-color: #EC33CA;
}
.BgClassName
{
background-color: #EC33CA;
}
</style>
border-color css
<style>
span { border-color: #EC33CA; }
span { border-color: rgb(236,51,202); }
td.TdClassName
{
border-color: #EC33CA;
}
.TagClassName
{
border-color: #EC33CA;
}
</style>