Shades of Razzle Dazzle Rose #EC2EDF
Tints of Razzle Dazzle Rose #EC2EDF
RGB
CMYK
RGB Variations
Color information
#EC2EDF (or 0xEC2EDF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and DF. RGB value is (236,46,223). Sum of RGB (Red+Green+Blue) = 236+46+223=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 46 (18.36% from 255 or 9.11% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2EDF is #13D120. Grayscale: #7A7A7A. Windows color (decimal): -1298721 or 14626540. OLE color: 14626540.
HSL color Cylindrical-coordinate representation of color #EC2EDF: hue angle of 304.11º 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 #EC2EDF is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 223 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.07 |
| HSL | 304.11º | 0.83% | 0.55% | - |
| HSV(B) | 304.11º | 0.81% | 0.93% | - |
| XYZ | 48.89 | 25.11 | 72.08 | - |
| YUV | 122.99 | 184.45 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 223 | 0 | 0.81 | 0.06 | 0.07 | 304.11 | 0.83 | 0.55 |
| Hex | EC | 2E | DF | 0 | 51 | 6 | 7 | 130 | 53 | 37 |
| Octal | 354 | 56 | 337 | 0 | 121 | 6 | 7 | 460 | 123 | 67 |
| Binary | 11101100 | 101110 | 11011111 | 0 | 1010001 | 110 | 111 | 100110000 | 1010011 | 110111 |
Color Harmonies of #EC2EDF
Complementary color
Monochromatic Colors of #EC2EDF
Black with #EC2EDF
Text Example
Text Example
White with #EC2EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2EDF; }
p { color: rgb(236,46,223); }
H1.HeaderClassName
{
color: #EC2EDF;
}
.AnyTagClassName
{
color: #EC2EDF;
}
</style>
background-color css
<style>
a { background-color: #EC2EDF; }
a { background-color: rgb(236,46,223); }
div.DivClassName
{
background-color: #EC2EDF;
}
.BgClassName
{
background-color: #EC2EDF;
}
</style>
border-color css
<style>
span { border-color: #EC2EDF; }
span { border-color: rgb(236,46,223); }
td.TdClassName
{
border-color: #EC2EDF;
}
.TagClassName
{
border-color: #EC2EDF;
}
</style>