Shades of Razzle Dazzle Rose #EC3ACE
Tints of Razzle Dazzle Rose #EC3ACE
RGB
CMYK
RGB Variations
Color information
#EC3ACE (or 0xEC3ACE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3A and CE. RGB value is (236,58,206). Sum of RGB (Red+Green+Blue) = 236+58+206=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 58 (23.05% from 255 or 11.6% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3ACE is #13C531. Grayscale: #7F7F7F. Windows color (decimal): -1295666 or 13515500. OLE color: 13515500.
HSL color Cylindrical-coordinate representation of color #EC3ACE: hue angle of 310.11º 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 #EC3ACE is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 206 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.07 |
| HSL | 310.11º | 0.82% | 0.58% | - |
| HSV(B) | 310.11º | 0.75% | 0.93% | - |
| XYZ | 47.25 | 25.32 | 60.79 | - |
| YUV | 128.09 | 171.97 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 206 | 0 | 0.75 | 0.13 | 0.07 | 310.11 | 0.82 | 0.58 |
| Hex | EC | 3A | CE | 0 | 4B | D | 7 | 136 | 52 | 3A |
| Octal | 354 | 72 | 316 | 0 | 113 | 15 | 7 | 466 | 122 | 72 |
| Binary | 11101100 | 111010 | 11001110 | 0 | 1001011 | 1101 | 111 | 100110110 | 1010010 | 111010 |
Color Harmonies of #EC3ACE
Complementary color
Monochromatic Colors of #EC3ACE
Black with #EC3ACE
Text Example
Text Example
White with #EC3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3ACE; }
p { color: rgb(236,58,206); }
H1.HeaderClassName
{
color: #EC3ACE;
}
.AnyTagClassName
{
color: #EC3ACE;
}
</style>
background-color css
<style>
a { background-color: #EC3ACE; }
a { background-color: rgb(236,58,206); }
div.DivClassName
{
background-color: #EC3ACE;
}
.BgClassName
{
background-color: #EC3ACE;
}
</style>
border-color css
<style>
span { border-color: #EC3ACE; }
span { border-color: rgb(236,58,206); }
td.TdClassName
{
border-color: #EC3ACE;
}
.TagClassName
{
border-color: #EC3ACE;
}
</style>