Shades of Razzle Dazzle Rose #EC1FE4
Tints of Razzle Dazzle Rose #EC1FE4
RGB
CMYK
RGB Variations
Color information
#EC1FE4 (or 0xEC1FE4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1F and E4. RGB value is (236,31,228). Sum of RGB (Red+Green+Blue) = 236+31+228=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 31 (12.5% from 255 or 6.26% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1FE4 is #13E01B. Grayscale: #727272. Windows color (decimal): -1302556 or 14950380. OLE color: 14950380.
HSL color Cylindrical-coordinate representation of color #EC1FE4: hue angle of 302.34º 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 #EC1FE4 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 228 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.07 |
| HSL | 302.34º | 0.84% | 0.52% | - |
| HSV(B) | 302.34º | 0.87% | 0.93% | - |
| XYZ | 49.09 | 24.41 | 75.52 | - |
| YUV | 114.75 | 191.92 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 228 | 0 | 0.87 | 0.03 | 0.07 | 302.34 | 0.84 | 0.52 |
| Hex | EC | 1F | E4 | 0 | 57 | 3 | 7 | 12E | 54 | 34 |
| Octal | 354 | 37 | 344 | 0 | 127 | 3 | 7 | 456 | 124 | 64 |
| Binary | 11101100 | 11111 | 11100100 | 0 | 1010111 | 11 | 111 | 100101110 | 1010100 | 110100 |
Color Harmonies of #EC1FE4
Complementary color
Monochromatic Colors of #EC1FE4
Black with #EC1FE4
Text Example
Text Example
White with #EC1FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1FE4; }
p { color: rgb(236,31,228); }
H1.HeaderClassName
{
color: #EC1FE4;
}
.AnyTagClassName
{
color: #EC1FE4;
}
</style>
background-color css
<style>
a { background-color: #EC1FE4; }
a { background-color: rgb(236,31,228); }
div.DivClassName
{
background-color: #EC1FE4;
}
.BgClassName
{
background-color: #EC1FE4;
}
</style>
border-color css
<style>
span { border-color: #EC1FE4; }
span { border-color: rgb(236,31,228); }
td.TdClassName
{
border-color: #EC1FE4;
}
.TagClassName
{
border-color: #EC1FE4;
}
</style>