Shades of Razzle Dazzle Rose #EC1BE2
Tints of Razzle Dazzle Rose #EC1BE2
RGB
CMYK
RGB Variations
Color information
#EC1BE2 (or 0xEC1BE2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1B and E2. RGB value is (236,27,226). Sum of RGB (Red+Green+Blue) = 236+27+226=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 27 (10.94% from 255 or 5.52% from 489); Blue value is 226 (88.67% from 255 or 46.22% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1BE2 is #13E41D. Grayscale: #6F6F6F. Windows color (decimal): -1303582 or 14818284. OLE color: 14818284.
HSL color Cylindrical-coordinate representation of color #EC1BE2: hue angle of 302.87º 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 #EC1BE2 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 226 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.07 |
| HSL | 302.87º | 0.85% | 0.52% | - |
| HSV(B) | 302.87º | 0.89% | 0.93% | - |
| XYZ | 48.71 | 24.11 | 74.04 | - |
| YUV | 112.18 | 192.24 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 226 | 0 | 0.89 | 0.04 | 0.07 | 302.87 | 0.85 | 0.52 |
| Hex | EC | 1B | E2 | 0 | 59 | 4 | 7 | 12F | 55 | 34 |
| Octal | 354 | 33 | 342 | 0 | 131 | 4 | 7 | 457 | 125 | 64 |
| Binary | 11101100 | 11011 | 11100010 | 0 | 1011001 | 100 | 111 | 100101111 | 1010101 | 110100 |
Color Harmonies of #EC1BE2
Complementary color
Monochromatic Colors of #EC1BE2
Black with #EC1BE2
Text Example
Text Example
White with #EC1BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BE2; }
p { color: rgb(236,27,226); }
H1.HeaderClassName
{
color: #EC1BE2;
}
.AnyTagClassName
{
color: #EC1BE2;
}
</style>
background-color css
<style>
a { background-color: #EC1BE2; }
a { background-color: rgb(236,27,226); }
div.DivClassName
{
background-color: #EC1BE2;
}
.BgClassName
{
background-color: #EC1BE2;
}
</style>
border-color css
<style>
span { border-color: #EC1BE2; }
span { border-color: rgb(236,27,226); }
td.TdClassName
{
border-color: #EC1BE2;
}
.TagClassName
{
border-color: #EC1BE2;
}
</style>