Shades of Razzle Dazzle Rose #EC2FE4
Tints of Razzle Dazzle Rose #EC2FE4
RGB
CMYK
RGB Variations
Color information
#EC2FE4 (or 0xEC2FE4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2F and E4. RGB value is (236,47,228). Sum of RGB (Red+Green+Blue) = 236+47+228=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 47 (18.75% from 255 or 9.20% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2FE4 is #13D01B. Grayscale: #7B7B7B. Windows color (decimal): -1298460 or 14954476. OLE color: 14954476.
HSL color Cylindrical-coordinate representation of color #EC2FE4: hue angle of 302.54º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2FE4 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 228 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.07 |
| HSL | 302.54º | 0.83% | 0.55% | - |
| HSV(B) | 302.54º | 0.8% | 0.93% | - |
| XYZ | 49.61 | 25.47 | 75.7 | - |
| YUV | 124.15 | 186.62 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 228 | 0 | 0.80 | 0.03 | 0.07 | 302.54 | 0.83 | 0.55 |
| Hex | EC | 2F | E4 | 0 | 50 | 3 | 7 | 12F | 53 | 37 |
| Octal | 354 | 57 | 344 | 0 | 120 | 3 | 7 | 457 | 123 | 67 |
| Binary | 11101100 | 101111 | 11100100 | 0 | 1010000 | 11 | 111 | 100101111 | 1010011 | 110111 |
Color Harmonies of #EC2FE4
Complementary color
Monochromatic Colors of #EC2FE4
Black with #EC2FE4
Text Example
Text Example
White with #EC2FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FE4; }
p { color: rgb(236,47,228); }
H1.HeaderClassName
{
color: #EC2FE4;
}
.AnyTagClassName
{
color: #EC2FE4;
}
</style>
background-color css
<style>
a { background-color: #EC2FE4; }
a { background-color: rgb(236,47,228); }
div.DivClassName
{
background-color: #EC2FE4;
}
.BgClassName
{
background-color: #EC2FE4;
}
</style>
border-color css
<style>
span { border-color: #EC2FE4; }
span { border-color: rgb(236,47,228); }
td.TdClassName
{
border-color: #EC2FE4;
}
.TagClassName
{
border-color: #EC2FE4;
}
</style>