Shades of Razzle Dazzle Rose #EC1FE5
Tints of Razzle Dazzle Rose #EC1FE5
RGB
CMYK
RGB Variations
Color information
#EC1FE5 (or 0xEC1FE5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1F and E5. RGB value is (236,31,229). Sum of RGB (Red+Green+Blue) = 236+31+229=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 31 (12.5% from 255 or 6.25% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1FE5 is #13E01A. Grayscale: #727272. Windows color (decimal): -1302555 or 15015916. OLE color: 15015916.
HSL color Cylindrical-coordinate representation of color #EC1FE5: hue angle of 302.05º 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 #EC1FE5 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 229 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.07 |
| HSL | 302.05º | 0.84% | 0.52% | - |
| HSV(B) | 302.05º | 0.87% | 0.93% | - |
| XYZ | 49.22 | 24.47 | 76.26 | - |
| YUV | 114.87 | 192.42 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 229 | 0 | 0.87 | 0.03 | 0.07 | 302.05 | 0.84 | 0.52 |
| Hex | EC | 1F | E5 | 0 | 57 | 3 | 7 | 12E | 54 | 34 |
| Octal | 354 | 37 | 345 | 0 | 127 | 3 | 7 | 456 | 124 | 64 |
| Binary | 11101100 | 11111 | 11100101 | 0 | 1010111 | 11 | 111 | 100101110 | 1010100 | 110100 |
Color Harmonies of #EC1FE5
Complementary color
Monochromatic Colors of #EC1FE5
Black with #EC1FE5
Text Example
Text Example
White with #EC1FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1FE5; }
p { color: rgb(236,31,229); }
H1.HeaderClassName
{
color: #EC1FE5;
}
.AnyTagClassName
{
color: #EC1FE5;
}
</style>
background-color css
<style>
a { background-color: #EC1FE5; }
a { background-color: rgb(236,31,229); }
div.DivClassName
{
background-color: #EC1FE5;
}
.BgClassName
{
background-color: #EC1FE5;
}
</style>
border-color css
<style>
span { border-color: #EC1FE5; }
span { border-color: rgb(236,31,229); }
td.TdClassName
{
border-color: #EC1FE5;
}
.TagClassName
{
border-color: #EC1FE5;
}
</style>