Shades of Razzle Dazzle Rose #EC3ECC
Tints of Razzle Dazzle Rose #EC3ECC
RGB
CMYK
RGB Variations
Color information
#EC3ECC (or 0xEC3ECC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3E and CC. RGB value is (236,62,204). Sum of RGB (Red+Green+Blue) = 236+62+204=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 62 (24.61% from 255 or 12.35% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3ECC is #13C133. Grayscale: #818181. Windows color (decimal): -1294644 or 13385452. OLE color: 13385452.
HSL color Cylindrical-coordinate representation of color #EC3ECC: hue angle of 311.03º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3ECC is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 204 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.07 |
| HSL | 311.03º | 0.82% | 0.58% | - |
| HSV(B) | 311.03º | 0.74% | 0.93% | - |
| XYZ | 47.21 | 25.64 | 59.59 | - |
| YUV | 130.21 | 169.65 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 204 | 0 | 0.74 | 0.14 | 0.07 | 311.03 | 0.82 | 0.58 |
| Hex | EC | 3E | CC | 0 | 4A | E | 7 | 137 | 52 | 3A |
| Octal | 354 | 76 | 314 | 0 | 112 | 16 | 7 | 467 | 122 | 72 |
| Binary | 11101100 | 111110 | 11001100 | 0 | 1001010 | 1110 | 111 | 100110111 | 1010010 | 111010 |
Color Harmonies of #EC3ECC
Complementary color
Monochromatic Colors of #EC3ECC
Black with #EC3ECC
Text Example
Text Example
White with #EC3ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3ECC; }
p { color: rgb(236,62,204); }
H1.HeaderClassName
{
color: #EC3ECC;
}
.AnyTagClassName
{
color: #EC3ECC;
}
</style>
background-color css
<style>
a { background-color: #EC3ECC; }
a { background-color: rgb(236,62,204); }
div.DivClassName
{
background-color: #EC3ECC;
}
.BgClassName
{
background-color: #EC3ECC;
}
</style>
border-color css
<style>
span { border-color: #EC3ECC; }
span { border-color: rgb(236,62,204); }
td.TdClassName
{
border-color: #EC3ECC;
}
.TagClassName
{
border-color: #EC3ECC;
}
</style>