Shades of Razzle Dazzle Rose #EC33C1
Tints of Razzle Dazzle Rose #EC33C1
RGB
CMYK
RGB Variations
Color information
#EC33C1 (or 0xEC33C1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 33 and C1. RGB value is (236,51,193). Sum of RGB (Red+Green+Blue) = 236+51+193=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 51 (20.31% from 255 or 10.62% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC33C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC33C1 is #13CC3E. Grayscale: #7A7A7A. Windows color (decimal): -1297471 or 12661740. OLE color: 12661740.
HSL color Cylindrical-coordinate representation of color #EC33C1: hue angle of 313.95º 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 #EC33C1 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 193 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.07 |
| HSL | 313.95º | 0.83% | 0.56% | - |
| HSV(B) | 313.95º | 0.78% | 0.93% | - |
| XYZ | 45.4 | 24.05 | 52.7 | - |
| YUV | 122.5 | 167.79 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 193 | 0 | 0.78 | 0.18 | 0.07 | 313.95 | 0.83 | 0.56 |
| Hex | EC | 33 | C1 | 0 | 4E | 12 | 7 | 13A | 53 | 38 |
| Octal | 354 | 63 | 301 | 0 | 116 | 22 | 7 | 472 | 123 | 70 |
| Binary | 11101100 | 110011 | 11000001 | 0 | 1001110 | 10010 | 111 | 100111010 | 1010011 | 111000 |
Color Harmonies of #EC33C1
Complementary color
Monochromatic Colors of #EC33C1
Black with #EC33C1
Text Example
Text Example
White with #EC33C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC33C1; }
p { color: rgb(236,51,193); }
H1.HeaderClassName
{
color: #EC33C1;
}
.AnyTagClassName
{
color: #EC33C1;
}
</style>
background-color css
<style>
a { background-color: #EC33C1; }
a { background-color: rgb(236,51,193); }
div.DivClassName
{
background-color: #EC33C1;
}
.BgClassName
{
background-color: #EC33C1;
}
</style>
border-color css
<style>
span { border-color: #EC33C1; }
span { border-color: rgb(236,51,193); }
td.TdClassName
{
border-color: #EC33C1;
}
.TagClassName
{
border-color: #EC33C1;
}
</style>