Shades of Razzle Dazzle Rose #EC2ED4
Tints of Razzle Dazzle Rose #EC2ED4
RGB
CMYK
RGB Variations
Color information
#EC2ED4 (or 0xEC2ED4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and D4. RGB value is (236,46,212). Sum of RGB (Red+Green+Blue) = 236+46+212=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2ED4 is #13D12B. Grayscale: #797979. Windows color (decimal): -1298732 or 13905644. OLE color: 13905644.
HSL color Cylindrical-coordinate representation of color #EC2ED4: hue angle of 307.58º 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 #EC2ED4 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 212 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.07 |
| HSL | 307.58º | 0.83% | 0.55% | - |
| HSV(B) | 307.58º | 0.81% | 0.93% | - |
| XYZ | 47.45 | 24.54 | 64.52 | - |
| YUV | 121.73 | 178.95 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 212 | 0 | 0.81 | 0.10 | 0.07 | 307.58 | 0.83 | 0.55 |
| Hex | EC | 2E | D4 | 0 | 51 | A | 7 | 134 | 53 | 37 |
| Octal | 354 | 56 | 324 | 0 | 121 | 12 | 7 | 464 | 123 | 67 |
| Binary | 11101100 | 101110 | 11010100 | 0 | 1010001 | 1010 | 111 | 100110100 | 1010011 | 110111 |
Color Harmonies of #EC2ED4
Complementary color
Monochromatic Colors of #EC2ED4
Black with #EC2ED4
Text Example
Text Example
White with #EC2ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2ED4; }
p { color: rgb(236,46,212); }
H1.HeaderClassName
{
color: #EC2ED4;
}
.AnyTagClassName
{
color: #EC2ED4;
}
</style>
background-color css
<style>
a { background-color: #EC2ED4; }
a { background-color: rgb(236,46,212); }
div.DivClassName
{
background-color: #EC2ED4;
}
.BgClassName
{
background-color: #EC2ED4;
}
</style>
border-color css
<style>
span { border-color: #EC2ED4; }
span { border-color: rgb(236,46,212); }
td.TdClassName
{
border-color: #EC2ED4;
}
.TagClassName
{
border-color: #EC2ED4;
}
</style>