Shades of Razzle Dazzle Rose #EC1FE6
Tints of Razzle Dazzle Rose #EC1FE6
RGB
CMYK
RGB Variations
Color information
#EC1FE6 (or 0xEC1FE6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1F and E6. RGB value is (236,31,230). Sum of RGB (Red+Green+Blue) = 236+31+230=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 31 (12.5% from 255 or 6.24% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1FE6 is #13E019. Grayscale: #727272. Windows color (decimal): -1302554 or 15081452. OLE color: 15081452.
HSL color Cylindrical-coordinate representation of color #EC1FE6: hue angle of 301.76º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1FE6 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 230 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.07 |
| HSL | 301.76º | 0.84% | 0.52% | - |
| HSV(B) | 301.76º | 0.87% | 0.93% | - |
| XYZ | 49.36 | 24.53 | 77 | - |
| YUV | 114.98 | 192.92 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 230 | 0 | 0.87 | 0.03 | 0.07 | 301.76 | 0.84 | 0.52 |
| Hex | EC | 1F | E6 | 0 | 57 | 3 | 7 | 12E | 54 | 34 |
| Octal | 354 | 37 | 346 | 0 | 127 | 3 | 7 | 456 | 124 | 64 |
| Binary | 11101100 | 11111 | 11100110 | 0 | 1010111 | 11 | 111 | 100101110 | 1010100 | 110100 |
Color Harmonies of #EC1FE6
Complementary color
Monochromatic Colors of #EC1FE6
Black with #EC1FE6
Text Example
Text Example
White with #EC1FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1FE6; }
p { color: rgb(236,31,230); }
H1.HeaderClassName
{
color: #EC1FE6;
}
.AnyTagClassName
{
color: #EC1FE6;
}
</style>
background-color css
<style>
a { background-color: #EC1FE6; }
a { background-color: rgb(236,31,230); }
div.DivClassName
{
background-color: #EC1FE6;
}
.BgClassName
{
background-color: #EC1FE6;
}
</style>
border-color css
<style>
span { border-color: #EC1FE6; }
span { border-color: rgb(236,31,230); }
td.TdClassName
{
border-color: #EC1FE6;
}
.TagClassName
{
border-color: #EC1FE6;
}
</style>