Shades of Razzle Dazzle Rose #EC2EDE
Tints of Razzle Dazzle Rose #EC2EDE
RGB
CMYK
RGB Variations
Color information
#EC2EDE (or 0xEC2EDE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and DE. RGB value is (236,46,222). Sum of RGB (Red+Green+Blue) = 236+46+222=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 46 (18.36% from 255 or 9.13% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2EDE is #13D121. Grayscale: #7A7A7A. Windows color (decimal): -1298722 or 14561004. OLE color: 14561004.
HSL color Cylindrical-coordinate representation of color #EC2EDE: hue angle of 304.42º 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 #EC2EDE is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 222 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.07 |
| HSL | 304.42º | 0.83% | 0.55% | - |
| HSV(B) | 304.42º | 0.81% | 0.93% | - |
| XYZ | 48.75 | 25.06 | 71.37 | - |
| YUV | 122.87 | 183.95 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 222 | 0 | 0.81 | 0.06 | 0.07 | 304.42 | 0.83 | 0.55 |
| Hex | EC | 2E | DE | 0 | 51 | 6 | 7 | 130 | 53 | 37 |
| Octal | 354 | 56 | 336 | 0 | 121 | 6 | 7 | 460 | 123 | 67 |
| Binary | 11101100 | 101110 | 11011110 | 0 | 1010001 | 110 | 111 | 100110000 | 1010011 | 110111 |
Color Harmonies of #EC2EDE
Complementary color
Monochromatic Colors of #EC2EDE
Black with #EC2EDE
Text Example
Text Example
White with #EC2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2EDE; }
p { color: rgb(236,46,222); }
H1.HeaderClassName
{
color: #EC2EDE;
}
.AnyTagClassName
{
color: #EC2EDE;
}
</style>
background-color css
<style>
a { background-color: #EC2EDE; }
a { background-color: rgb(236,46,222); }
div.DivClassName
{
background-color: #EC2EDE;
}
.BgClassName
{
background-color: #EC2EDE;
}
</style>
border-color css
<style>
span { border-color: #EC2EDE; }
span { border-color: rgb(236,46,222); }
td.TdClassName
{
border-color: #EC2EDE;
}
.TagClassName
{
border-color: #EC2EDE;
}
</style>