Shades of Razzle Dazzle Rose #EC2FE2
Tints of Razzle Dazzle Rose #EC2FE2
RGB
CMYK
RGB Variations
Color information
#EC2FE2 (or 0xEC2FE2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2F and E2. RGB value is (236,47,226). Sum of RGB (Red+Green+Blue) = 236+47+226=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 47 (18.75% from 255 or 9.23% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2FE2 is #13D01D. Grayscale: #7B7B7B. Windows color (decimal): -1298462 or 14823404. OLE color: 14823404.
HSL color Cylindrical-coordinate representation of color #EC2FE2: hue angle of 303.17º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2FE2 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 226 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.07 |
| HSL | 303.17º | 0.83% | 0.55% | - |
| HSV(B) | 303.17º | 0.8% | 0.93% | - |
| XYZ | 49.34 | 25.36 | 74.25 | - |
| YUV | 123.92 | 185.62 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 226 | 0 | 0.80 | 0.04 | 0.07 | 303.17 | 0.83 | 0.55 |
| Hex | EC | 2F | E2 | 0 | 50 | 4 | 7 | 12F | 53 | 37 |
| Octal | 354 | 57 | 342 | 0 | 120 | 4 | 7 | 457 | 123 | 67 |
| Binary | 11101100 | 101111 | 11100010 | 0 | 1010000 | 100 | 111 | 100101111 | 1010011 | 110111 |
Color Harmonies of #EC2FE2
Complementary color
Monochromatic Colors of #EC2FE2
Black with #EC2FE2
Text Example
Text Example
White with #EC2FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FE2; }
p { color: rgb(236,47,226); }
H1.HeaderClassName
{
color: #EC2FE2;
}
.AnyTagClassName
{
color: #EC2FE2;
}
</style>
background-color css
<style>
a { background-color: #EC2FE2; }
a { background-color: rgb(236,47,226); }
div.DivClassName
{
background-color: #EC2FE2;
}
.BgClassName
{
background-color: #EC2FE2;
}
</style>
border-color css
<style>
span { border-color: #EC2FE2; }
span { border-color: rgb(236,47,226); }
td.TdClassName
{
border-color: #EC2FE2;
}
.TagClassName
{
border-color: #EC2FE2;
}
</style>