Shades of Razzle Dazzle Rose #EC46C1
Tints of Razzle Dazzle Rose #EC46C1
RGB
CMYK
RGB Variations
Color information
#EC46C1 (or 0xEC46C1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 46 and C1. RGB value is (236,70,193). Sum of RGB (Red+Green+Blue) = 236+70+193=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC46C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC46C1 is #13B93E. Grayscale: #858585. Windows color (decimal): -1292607 or 12666604. OLE color: 12666604.
HSL color Cylindrical-coordinate representation of color #EC46C1: hue angle of 315.54º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC46C1 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 193 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.07 |
| HSL | 315.54º | 0.81% | 0.6% | - |
| HSV(B) | 315.54º | 0.7% | 0.93% | - |
| XYZ | 46.41 | 26.06 | 53.04 | - |
| YUV | 133.66 | 161.5 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 193 | 0 | 0.70 | 0.18 | 0.07 | 315.54 | 0.81 | 0.6 |
| Hex | EC | 46 | C1 | 0 | 46 | 12 | 7 | 13C | 51 | 3C |
| Octal | 354 | 106 | 301 | 0 | 106 | 22 | 7 | 474 | 121 | 74 |
| Binary | 11101100 | 1000110 | 11000001 | 0 | 1000110 | 10010 | 111 | 100111100 | 1010001 | 111100 |
Color Harmonies of #EC46C1
Complementary color
Monochromatic Colors of #EC46C1
Black with #EC46C1
Text Example
Text Example
White with #EC46C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC46C1; }
p { color: rgb(236,70,193); }
H1.HeaderClassName
{
color: #EC46C1;
}
.AnyTagClassName
{
color: #EC46C1;
}
</style>
background-color css
<style>
a { background-color: #EC46C1; }
a { background-color: rgb(236,70,193); }
div.DivClassName
{
background-color: #EC46C1;
}
.BgClassName
{
background-color: #EC46C1;
}
</style>
border-color css
<style>
span { border-color: #EC46C1; }
span { border-color: rgb(236,70,193); }
td.TdClassName
{
border-color: #EC46C1;
}
.TagClassName
{
border-color: #EC46C1;
}
</style>