Shades of Razzle Dazzle Rose #EC35C1
Tints of Razzle Dazzle Rose #EC35C1
RGB
CMYK
RGB Variations
Color information
#EC35C1 (or 0xEC35C1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 35 and C1. RGB value is (236,53,193). Sum of RGB (Red+Green+Blue) = 236+53+193=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC35C1 is #13CA3E. Grayscale: #7B7B7B. Windows color (decimal): -1296959 or 12662252. OLE color: 12662252.
HSL color Cylindrical-coordinate representation of color #EC35C1: hue angle of 314.1º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC35C1 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 193 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.07 |
| HSL | 314.1º | 0.83% | 0.57% | - |
| HSV(B) | 314.1º | 0.78% | 0.93% | - |
| XYZ | 45.49 | 24.23 | 52.73 | - |
| YUV | 123.68 | 167.13 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 193 | 0 | 0.78 | 0.18 | 0.07 | 314.1 | 0.83 | 0.57 |
| Hex | EC | 35 | C1 | 0 | 4E | 12 | 7 | 13A | 53 | 39 |
| Octal | 354 | 65 | 301 | 0 | 116 | 22 | 7 | 472 | 123 | 71 |
| Binary | 11101100 | 110101 | 11000001 | 0 | 1001110 | 10010 | 111 | 100111010 | 1010011 | 111001 |
Color Harmonies of #EC35C1
Complementary color
Monochromatic Colors of #EC35C1
Black with #EC35C1
Text Example
Text Example
White with #EC35C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC35C1; }
p { color: rgb(236,53,193); }
H1.HeaderClassName
{
color: #EC35C1;
}
.AnyTagClassName
{
color: #EC35C1;
}
</style>
background-color css
<style>
a { background-color: #EC35C1; }
a { background-color: rgb(236,53,193); }
div.DivClassName
{
background-color: #EC35C1;
}
.BgClassName
{
background-color: #EC35C1;
}
</style>
border-color css
<style>
span { border-color: #EC35C1; }
span { border-color: rgb(236,53,193); }
td.TdClassName
{
border-color: #EC35C1;
}
.TagClassName
{
border-color: #EC35C1;
}
</style>