Shades of Razzle Dazzle Rose #EC2FE0
Tints of Razzle Dazzle Rose #EC2FE0
RGB
CMYK
RGB Variations
Color information
#EC2FE0 (or 0xEC2FE0) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2F and E0. RGB value is (236,47,224). Sum of RGB (Red+Green+Blue) = 236+47+224=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 47 (18.75% from 255 or 9.27% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2FE0 is #13D01F. Grayscale: #7B7B7B. Windows color (decimal): -1298464 or 14692332. OLE color: 14692332.
HSL color Cylindrical-coordinate representation of color #EC2FE0: hue angle of 303.81º 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 #EC2FE0 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 224 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.07 |
| HSL | 303.81º | 0.83% | 0.55% | - |
| HSV(B) | 303.81º | 0.8% | 0.93% | - |
| XYZ | 49.06 | 25.25 | 72.81 | - |
| YUV | 123.69 | 184.62 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 224 | 0 | 0.80 | 0.05 | 0.07 | 303.81 | 0.83 | 0.55 |
| Hex | EC | 2F | E0 | 0 | 50 | 5 | 7 | 130 | 53 | 37 |
| Octal | 354 | 57 | 340 | 0 | 120 | 5 | 7 | 460 | 123 | 67 |
| Binary | 11101100 | 101111 | 11100000 | 0 | 1010000 | 101 | 111 | 100110000 | 1010011 | 110111 |
Color Harmonies of #EC2FE0
Complementary color
Monochromatic Colors of #EC2FE0
Black with #EC2FE0
Text Example
Text Example
White with #EC2FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FE0; }
p { color: rgb(236,47,224); }
H1.HeaderClassName
{
color: #EC2FE0;
}
.AnyTagClassName
{
color: #EC2FE0;
}
</style>
background-color css
<style>
a { background-color: #EC2FE0; }
a { background-color: rgb(236,47,224); }
div.DivClassName
{
background-color: #EC2FE0;
}
.BgClassName
{
background-color: #EC2FE0;
}
</style>
border-color css
<style>
span { border-color: #EC2FE0; }
span { border-color: rgb(236,47,224); }
td.TdClassName
{
border-color: #EC2FE0;
}
.TagClassName
{
border-color: #EC2FE0;
}
</style>