Shades of Razzle Dazzle Rose #EC3CC8
Tints of Razzle Dazzle Rose #EC3CC8
RGB
CMYK
RGB Variations
Color information
#EC3CC8 (or 0xEC3CC8) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3C and C8. RGB value is (236,60,200). Sum of RGB (Red+Green+Blue) = 236+60+200=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 60 (23.83% from 255 or 12.10% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3CC8 is #13C337. Grayscale: #808080. Windows color (decimal): -1295160 or 13122796. OLE color: 13122796.
HSL color Cylindrical-coordinate representation of color #EC3CC8: hue angle of 312.27º 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 #EC3CC8 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 200 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.07 |
| HSL | 312.27º | 0.82% | 0.58% | - |
| HSV(B) | 312.27º | 0.75% | 0.93% | - |
| XYZ | 46.63 | 25.23 | 57.06 | - |
| YUV | 128.58 | 168.31 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 200 | 0 | 0.75 | 0.15 | 0.07 | 312.27 | 0.82 | 0.58 |
| Hex | EC | 3C | C8 | 0 | 4B | F | 7 | 138 | 52 | 3A |
| Octal | 354 | 74 | 310 | 0 | 113 | 17 | 7 | 470 | 122 | 72 |
| Binary | 11101100 | 111100 | 11001000 | 0 | 1001011 | 1111 | 111 | 100111000 | 1010010 | 111010 |
Color Harmonies of #EC3CC8
Complementary color
Monochromatic Colors of #EC3CC8
Black with #EC3CC8
Text Example
Text Example
White with #EC3CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CC8; }
p { color: rgb(236,60,200); }
H1.HeaderClassName
{
color: #EC3CC8;
}
.AnyTagClassName
{
color: #EC3CC8;
}
</style>
background-color css
<style>
a { background-color: #EC3CC8; }
a { background-color: rgb(236,60,200); }
div.DivClassName
{
background-color: #EC3CC8;
}
.BgClassName
{
background-color: #EC3CC8;
}
</style>
border-color css
<style>
span { border-color: #EC3CC8; }
span { border-color: rgb(236,60,200); }
td.TdClassName
{
border-color: #EC3CC8;
}
.TagClassName
{
border-color: #EC3CC8;
}
</style>