Shades of Razzle Dazzle Rose #EC3DC8
Tints of Razzle Dazzle Rose #EC3DC8
RGB
CMYK
RGB Variations
Color information
#EC3DC8 (or 0xEC3DC8) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3D and C8. RGB value is (236,61,200). Sum of RGB (Red+Green+Blue) = 236+61+200=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3DC8 is #13C237. Grayscale: #808080. Windows color (decimal): -1294904 or 13123052. OLE color: 13123052.
HSL color Cylindrical-coordinate representation of color #EC3DC8: hue angle of 312.34º 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 #EC3DC8 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 200 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.07 |
| HSL | 312.34º | 0.82% | 0.58% | - |
| HSV(B) | 312.34º | 0.74% | 0.93% | - |
| XYZ | 46.69 | 25.34 | 57.07 | - |
| YUV | 129.17 | 167.98 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 200 | 0 | 0.74 | 0.15 | 0.07 | 312.34 | 0.82 | 0.58 |
| Hex | EC | 3D | C8 | 0 | 4A | F | 7 | 138 | 52 | 3A |
| Octal | 354 | 75 | 310 | 0 | 112 | 17 | 7 | 470 | 122 | 72 |
| Binary | 11101100 | 111101 | 11001000 | 0 | 1001010 | 1111 | 111 | 100111000 | 1010010 | 111010 |
Color Harmonies of #EC3DC8
Complementary color
Monochromatic Colors of #EC3DC8
Black with #EC3DC8
Text Example
Text Example
White with #EC3DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DC8; }
p { color: rgb(236,61,200); }
H1.HeaderClassName
{
color: #EC3DC8;
}
.AnyTagClassName
{
color: #EC3DC8;
}
</style>
background-color css
<style>
a { background-color: #EC3DC8; }
a { background-color: rgb(236,61,200); }
div.DivClassName
{
background-color: #EC3DC8;
}
.BgClassName
{
background-color: #EC3DC8;
}
</style>
border-color css
<style>
span { border-color: #EC3DC8; }
span { border-color: rgb(236,61,200); }
td.TdClassName
{
border-color: #EC3DC8;
}
.TagClassName
{
border-color: #EC3DC8;
}
</style>