Shades of Razzle Dazzle Rose #EC2ED0
Tints of Razzle Dazzle Rose #EC2ED0
RGB
CMYK
RGB Variations
Color information
#EC2ED0 (or 0xEC2ED0) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and D0. RGB value is (236,46,208). Sum of RGB (Red+Green+Blue) = 236+46+208=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 46 (18.36% from 255 or 9.39% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2ED0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2ED0 is #13D12F. Grayscale: #787878. Windows color (decimal): -1298736 or 13643500. OLE color: 13643500.
HSL color Cylindrical-coordinate representation of color #EC2ED0: hue angle of 308.84º 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 #EC2ED0 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 208 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.07 |
| HSL | 308.84º | 0.83% | 0.55% | - |
| HSV(B) | 308.84º | 0.81% | 0.93% | - |
| XYZ | 46.95 | 24.34 | 61.9 | - |
| YUV | 121.28 | 176.95 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 208 | 0 | 0.81 | 0.12 | 0.07 | 308.84 | 0.83 | 0.55 |
| Hex | EC | 2E | D0 | 0 | 51 | C | 7 | 135 | 53 | 37 |
| Octal | 354 | 56 | 320 | 0 | 121 | 14 | 7 | 465 | 123 | 67 |
| Binary | 11101100 | 101110 | 11010000 | 0 | 1010001 | 1100 | 111 | 100110101 | 1010011 | 110111 |
Color Harmonies of #EC2ED0
Complementary color
Monochromatic Colors of #EC2ED0
Black with #EC2ED0
Text Example
Text Example
White with #EC2ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2ED0; }
p { color: rgb(236,46,208); }
H1.HeaderClassName
{
color: #EC2ED0;
}
.AnyTagClassName
{
color: #EC2ED0;
}
</style>
background-color css
<style>
a { background-color: #EC2ED0; }
a { background-color: rgb(236,46,208); }
div.DivClassName
{
background-color: #EC2ED0;
}
.BgClassName
{
background-color: #EC2ED0;
}
</style>
border-color css
<style>
span { border-color: #EC2ED0; }
span { border-color: rgb(236,46,208); }
td.TdClassName
{
border-color: #EC2ED0;
}
.TagClassName
{
border-color: #EC2ED0;
}
</style>