Shades of Razzle Dazzle Rose #EC3FC8
Tints of Razzle Dazzle Rose #EC3FC8
RGB
CMYK
RGB Variations
Color information
#EC3FC8 (or 0xEC3FC8) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3F and C8. RGB value is (236,63,200). Sum of RGB (Red+Green+Blue) = 236+63+200=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 63 (25% from 255 or 12.63% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3FC8 is #13C037. Grayscale: #818181. Windows color (decimal): -1294392 or 13123564. OLE color: 13123564.
HSL color Cylindrical-coordinate representation of color #EC3FC8: hue angle of 312.49º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3FC8 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 200 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.07 |
| HSL | 312.49º | 0.82% | 0.59% | - |
| HSV(B) | 312.49º | 0.73% | 0.93% | - |
| XYZ | 46.79 | 25.56 | 57.11 | - |
| YUV | 130.35 | 167.31 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 200 | 0 | 0.73 | 0.15 | 0.07 | 312.49 | 0.82 | 0.59 |
| Hex | EC | 3F | C8 | 0 | 49 | F | 7 | 138 | 52 | 3B |
| Octal | 354 | 77 | 310 | 0 | 111 | 17 | 7 | 470 | 122 | 73 |
| Binary | 11101100 | 111111 | 11001000 | 0 | 1001001 | 1111 | 111 | 100111000 | 1010010 | 111011 |
Color Harmonies of #EC3FC8
Complementary color
Monochromatic Colors of #EC3FC8
Black with #EC3FC8
Text Example
Text Example
White with #EC3FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FC8; }
p { color: rgb(236,63,200); }
H1.HeaderClassName
{
color: #EC3FC8;
}
.AnyTagClassName
{
color: #EC3FC8;
}
</style>
background-color css
<style>
a { background-color: #EC3FC8; }
a { background-color: rgb(236,63,200); }
div.DivClassName
{
background-color: #EC3FC8;
}
.BgClassName
{
background-color: #EC3FC8;
}
</style>
border-color css
<style>
span { border-color: #EC3FC8; }
span { border-color: rgb(236,63,200); }
td.TdClassName
{
border-color: #EC3FC8;
}
.TagClassName
{
border-color: #EC3FC8;
}
</style>