Shades of Razzle Dazzle Rose #EC2BE2
Tints of Razzle Dazzle Rose #EC2BE2
RGB
CMYK
RGB Variations
Color information
#EC2BE2 (or 0xEC2BE2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2B and E2. RGB value is (236,43,226). Sum of RGB (Red+Green+Blue) = 236+43+226=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 43 (17.19% from 255 or 8.51% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2BE2 is #13D41D. Grayscale: #797979. Windows color (decimal): -1299486 or 14822380. OLE color: 14822380.
HSL color Cylindrical-coordinate representation of color #EC2BE2: hue angle of 303.11º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2BE2 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 226 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.07 |
| HSL | 303.11º | 0.84% | 0.55% | - |
| HSV(B) | 303.11º | 0.82% | 0.93% | - |
| XYZ | 49.18 | 25.05 | 74.19 | - |
| YUV | 121.57 | 186.94 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 226 | 0 | 0.82 | 0.04 | 0.07 | 303.11 | 0.84 | 0.55 |
| Hex | EC | 2B | E2 | 0 | 52 | 4 | 7 | 12F | 54 | 37 |
| Octal | 354 | 53 | 342 | 0 | 122 | 4 | 7 | 457 | 124 | 67 |
| Binary | 11101100 | 101011 | 11100010 | 0 | 1010010 | 100 | 111 | 100101111 | 1010100 | 110111 |
Color Harmonies of #EC2BE2
Complementary color
Monochromatic Colors of #EC2BE2
Black with #EC2BE2
Text Example
Text Example
White with #EC2BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BE2; }
p { color: rgb(236,43,226); }
H1.HeaderClassName
{
color: #EC2BE2;
}
.AnyTagClassName
{
color: #EC2BE2;
}
</style>
background-color css
<style>
a { background-color: #EC2BE2; }
a { background-color: rgb(236,43,226); }
div.DivClassName
{
background-color: #EC2BE2;
}
.BgClassName
{
background-color: #EC2BE2;
}
</style>
border-color css
<style>
span { border-color: #EC2BE2; }
span { border-color: rgb(236,43,226); }
td.TdClassName
{
border-color: #EC2BE2;
}
.TagClassName
{
border-color: #EC2BE2;
}
</style>