Shades of Razzle Dazzle Rose #EC3CE0
Tints of Razzle Dazzle Rose #EC3CE0
RGB
CMYK
RGB Variations
Color information
#EC3CE0 (or 0xEC3CE0) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3C and E0. RGB value is (236,60,224). Sum of RGB (Red+Green+Blue) = 236+60+224=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 60 (23.83% from 255 or 11.54% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3CE0 is #13C31F. Grayscale: #828282. Windows color (decimal): -1295136 or 14695660. OLE color: 14695660.
HSL color Cylindrical-coordinate representation of color #EC3CE0: hue angle of 304.09º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3CE0 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 224 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.07 |
| HSL | 304.09º | 0.82% | 0.58% | - |
| HSV(B) | 304.09º | 0.75% | 0.93% | - |
| XYZ | 49.66 | 26.45 | 73.01 | - |
| YUV | 131.32 | 180.31 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 224 | 0 | 0.75 | 0.05 | 0.07 | 304.09 | 0.82 | 0.58 |
| Hex | EC | 3C | E0 | 0 | 4B | 5 | 7 | 130 | 52 | 3A |
| Octal | 354 | 74 | 340 | 0 | 113 | 5 | 7 | 460 | 122 | 72 |
| Binary | 11101100 | 111100 | 11100000 | 0 | 1001011 | 101 | 111 | 100110000 | 1010010 | 111010 |
Color Harmonies of #EC3CE0
Complementary color
Monochromatic Colors of #EC3CE0
Black with #EC3CE0
Text Example
Text Example
White with #EC3CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CE0; }
p { color: rgb(236,60,224); }
H1.HeaderClassName
{
color: #EC3CE0;
}
.AnyTagClassName
{
color: #EC3CE0;
}
</style>
background-color css
<style>
a { background-color: #EC3CE0; }
a { background-color: rgb(236,60,224); }
div.DivClassName
{
background-color: #EC3CE0;
}
.BgClassName
{
background-color: #EC3CE0;
}
</style>
border-color css
<style>
span { border-color: #EC3CE0; }
span { border-color: rgb(236,60,224); }
td.TdClassName
{
border-color: #EC3CE0;
}
.TagClassName
{
border-color: #EC3CE0;
}
</style>