Shades of Razzle Dazzle Rose #EC2ED8
Tints of Razzle Dazzle Rose #EC2ED8
RGB
CMYK
RGB Variations
Color information
#EC2ED8 (or 0xEC2ED8) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and D8. RGB value is (236,46,216). Sum of RGB (Red+Green+Blue) = 236+46+216=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2ED8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2ED8 is #13D127. Grayscale: #797979. Windows color (decimal): -1298728 or 14167788. OLE color: 14167788.
HSL color Cylindrical-coordinate representation of color #EC2ED8: hue angle of 306.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2ED8 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 216 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.07 |
| HSL | 306.32º | 0.83% | 0.55% | - |
| HSV(B) | 306.32º | 0.81% | 0.93% | - |
| XYZ | 47.96 | 24.74 | 67.21 | - |
| YUV | 122.19 | 180.95 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 216 | 0 | 0.81 | 0.08 | 0.07 | 306.32 | 0.83 | 0.55 |
| Hex | EC | 2E | D8 | 0 | 51 | 8 | 7 | 132 | 53 | 37 |
| Octal | 354 | 56 | 330 | 0 | 121 | 10 | 7 | 462 | 123 | 67 |
| Binary | 11101100 | 101110 | 11011000 | 0 | 1010001 | 1000 | 111 | 100110010 | 1010011 | 110111 |
Color Harmonies of #EC2ED8
Complementary color
Monochromatic Colors of #EC2ED8
Black with #EC2ED8
Text Example
Text Example
White with #EC2ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2ED8; }
p { color: rgb(236,46,216); }
H1.HeaderClassName
{
color: #EC2ED8;
}
.AnyTagClassName
{
color: #EC2ED8;
}
</style>
background-color css
<style>
a { background-color: #EC2ED8; }
a { background-color: rgb(236,46,216); }
div.DivClassName
{
background-color: #EC2ED8;
}
.BgClassName
{
background-color: #EC2ED8;
}
</style>
border-color css
<style>
span { border-color: #EC2ED8; }
span { border-color: rgb(236,46,216); }
td.TdClassName
{
border-color: #EC2ED8;
}
.TagClassName
{
border-color: #EC2ED8;
}
</style>