Shades of Razzle Dazzle Rose #EC1BE1
Tints of Razzle Dazzle Rose #EC1BE1
RGB
CMYK
RGB Variations
Color information
#EC1BE1 (or 0xEC1BE1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1B and E1. RGB value is (236,27,225). Sum of RGB (Red+Green+Blue) = 236+27+225=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 27 (10.94% from 255 or 5.53% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1BE1 is #13E41E. Grayscale: #6F6F6F. Windows color (decimal): -1303583 or 14752748. OLE color: 14752748.
HSL color Cylindrical-coordinate representation of color #EC1BE1: hue angle of 303.16º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1BE1 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 225 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.07 |
| HSL | 303.16º | 0.85% | 0.52% | - |
| HSV(B) | 303.16º | 0.89% | 0.93% | - |
| XYZ | 48.57 | 24.05 | 73.32 | - |
| YUV | 112.06 | 191.74 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 225 | 0 | 0.89 | 0.05 | 0.07 | 303.16 | 0.85 | 0.52 |
| Hex | EC | 1B | E1 | 0 | 59 | 5 | 7 | 12F | 55 | 34 |
| Octal | 354 | 33 | 341 | 0 | 131 | 5 | 7 | 457 | 125 | 64 |
| Binary | 11101100 | 11011 | 11100001 | 0 | 1011001 | 101 | 111 | 100101111 | 1010101 | 110100 |
Color Harmonies of #EC1BE1
Complementary color
Monochromatic Colors of #EC1BE1
Black with #EC1BE1
Text Example
Text Example
White with #EC1BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BE1; }
p { color: rgb(236,27,225); }
H1.HeaderClassName
{
color: #EC1BE1;
}
.AnyTagClassName
{
color: #EC1BE1;
}
</style>
background-color css
<style>
a { background-color: #EC1BE1; }
a { background-color: rgb(236,27,225); }
div.DivClassName
{
background-color: #EC1BE1;
}
.BgClassName
{
background-color: #EC1BE1;
}
</style>
border-color css
<style>
span { border-color: #EC1BE1; }
span { border-color: rgb(236,27,225); }
td.TdClassName
{
border-color: #EC1BE1;
}
.TagClassName
{
border-color: #EC1BE1;
}
</style>