Shades of Razzle Dazzle Rose #EC2FDC
Tints of Razzle Dazzle Rose #EC2FDC
RGB
CMYK
RGB Variations
Color information
#EC2FDC (or 0xEC2FDC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2F and DC. RGB value is (236,47,220). Sum of RGB (Red+Green+Blue) = 236+47+220=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 47 (18.75% from 255 or 9.34% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2FDC is #13D023. Grayscale: #7A7A7A. Windows color (decimal): -1298468 or 14430188. OLE color: 14430188.
HSL color Cylindrical-coordinate representation of color #EC2FDC: hue angle of 305.08º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2FDC is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 220 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.07 |
| HSL | 305.08º | 0.83% | 0.55% | - |
| HSV(B) | 305.08º | 0.8% | 0.93% | - |
| XYZ | 48.53 | 25.03 | 69.98 | - |
| YUV | 123.23 | 182.62 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 220 | 0 | 0.80 | 0.07 | 0.07 | 305.08 | 0.83 | 0.55 |
| Hex | EC | 2F | DC | 0 | 50 | 7 | 7 | 131 | 53 | 37 |
| Octal | 354 | 57 | 334 | 0 | 120 | 7 | 7 | 461 | 123 | 67 |
| Binary | 11101100 | 101111 | 11011100 | 0 | 1010000 | 111 | 111 | 100110001 | 1010011 | 110111 |
Color Harmonies of #EC2FDC
Complementary color
Monochromatic Colors of #EC2FDC
Black with #EC2FDC
Text Example
Text Example
White with #EC2FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FDC; }
p { color: rgb(236,47,220); }
H1.HeaderClassName
{
color: #EC2FDC;
}
.AnyTagClassName
{
color: #EC2FDC;
}
</style>
background-color css
<style>
a { background-color: #EC2FDC; }
a { background-color: rgb(236,47,220); }
div.DivClassName
{
background-color: #EC2FDC;
}
.BgClassName
{
background-color: #EC2FDC;
}
</style>
border-color css
<style>
span { border-color: #EC2FDC; }
span { border-color: rgb(236,47,220); }
td.TdClassName
{
border-color: #EC2FDC;
}
.TagClassName
{
border-color: #EC2FDC;
}
</style>