Shades of Razzle Dazzle Rose #EC3EBC
Tints of Razzle Dazzle Rose #EC3EBC
RGB
CMYK
RGB Variations
Color information
#EC3EBC (or 0xEC3EBC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3E and BC. RGB value is (236,62,188). Sum of RGB (Red+Green+Blue) = 236+62+188=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3EBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3EBC is #13C143. Grayscale: #808080. Windows color (decimal): -1294660 or 12336876. OLE color: 12336876.
HSL color Cylindrical-coordinate representation of color #EC3EBC: hue angle of 316.55º 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 #EC3EBC is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 188 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.07 |
| HSL | 316.55º | 0.82% | 0.58% | - |
| HSV(B) | 316.55º | 0.74% | 0.93% | - |
| XYZ | 45.39 | 24.91 | 49.99 | - |
| YUV | 128.39 | 161.65 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 188 | 0 | 0.74 | 0.20 | 0.07 | 316.55 | 0.82 | 0.58 |
| Hex | EC | 3E | BC | 0 | 4A | 14 | 7 | 13D | 52 | 3A |
| Octal | 354 | 76 | 274 | 0 | 112 | 24 | 7 | 475 | 122 | 72 |
| Binary | 11101100 | 111110 | 10111100 | 0 | 1001010 | 10100 | 111 | 100111101 | 1010010 | 111010 |
Color Harmonies of #EC3EBC
Complementary color
Monochromatic Colors of #EC3EBC
Black with #EC3EBC
Text Example
Text Example
White with #EC3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3EBC; }
p { color: rgb(236,62,188); }
H1.HeaderClassName
{
color: #EC3EBC;
}
.AnyTagClassName
{
color: #EC3EBC;
}
</style>
background-color css
<style>
a { background-color: #EC3EBC; }
a { background-color: rgb(236,62,188); }
div.DivClassName
{
background-color: #EC3EBC;
}
.BgClassName
{
background-color: #EC3EBC;
}
</style>
border-color css
<style>
span { border-color: #EC3EBC; }
span { border-color: rgb(236,62,188); }
td.TdClassName
{
border-color: #EC3EBC;
}
.TagClassName
{
border-color: #EC3EBC;
}
</style>