Shades of Razzle Dazzle Rose #EC36C1
Tints of Razzle Dazzle Rose #EC36C1
RGB
CMYK
RGB Variations
Color information
#EC36C1 (or 0xEC36C1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 36 and C1. RGB value is (236,54,193). Sum of RGB (Red+Green+Blue) = 236+54+193=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC36C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC36C1 is #13C93E. Grayscale: #7B7B7B. Windows color (decimal): -1296703 or 12662508. OLE color: 12662508.
HSL color Cylindrical-coordinate representation of color #EC36C1: hue angle of 314.18º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC36C1 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 193 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.07 |
| HSL | 314.18º | 0.83% | 0.57% | - |
| HSV(B) | 314.18º | 0.77% | 0.93% | - |
| XYZ | 45.54 | 24.32 | 52.75 | - |
| YUV | 124.26 | 166.8 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 193 | 0 | 0.77 | 0.18 | 0.07 | 314.18 | 0.83 | 0.57 |
| Hex | EC | 36 | C1 | 0 | 4D | 12 | 7 | 13A | 53 | 39 |
| Octal | 354 | 66 | 301 | 0 | 115 | 22 | 7 | 472 | 123 | 71 |
| Binary | 11101100 | 110110 | 11000001 | 0 | 1001101 | 10010 | 111 | 100111010 | 1010011 | 111001 |
Color Harmonies of #EC36C1
Complementary color
Monochromatic Colors of #EC36C1
Black with #EC36C1
Text Example
Text Example
White with #EC36C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC36C1; }
p { color: rgb(236,54,193); }
H1.HeaderClassName
{
color: #EC36C1;
}
.AnyTagClassName
{
color: #EC36C1;
}
</style>
background-color css
<style>
a { background-color: #EC36C1; }
a { background-color: rgb(236,54,193); }
div.DivClassName
{
background-color: #EC36C1;
}
.BgClassName
{
background-color: #EC36C1;
}
</style>
border-color css
<style>
span { border-color: #EC36C1; }
span { border-color: rgb(236,54,193); }
td.TdClassName
{
border-color: #EC36C1;
}
.TagClassName
{
border-color: #EC36C1;
}
</style>