Shades of Razzle Dazzle Rose #EC2FF2
Tints of Razzle Dazzle Rose #EC2FF2
RGB
CMYK
RGB Variations
Color information
#EC2FF2 (or 0xEC2FF2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2F and F2. RGB value is (236,47,242). Sum of RGB (Red+Green+Blue) = 236+47+242=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 47 (18.75% from 255 or 8.95% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC2FF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2FF2 is #13D00D. Grayscale: #7D7D7D. Windows color (decimal): -1298446 or 15871980. OLE color: 15871980.
HSL color Cylindrical-coordinate representation of color #EC2FF2: hue angle of 298.15º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2FF2 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 47 | 242 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.05 |
| HSL | 298.15º | 0.88% | 0.57% | - |
| HSV(B) | 298.15º | 0.81% | 0.95% | - |
| XYZ | 51.64 | 26.28 | 86.35 | - |
| YUV | 125.74 | 193.62 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 242 | 0.02 | 0.81 | 0 | 0.05 | 298.15 | 0.88 | 0.57 |
| Hex | EC | 2F | F2 | 2 | 51 | 0 | 5 | 12A | 58 | 39 |
| Octal | 354 | 57 | 362 | 2 | 121 | 0 | 5 | 452 | 130 | 71 |
| Binary | 11101100 | 101111 | 11110010 | 10 | 1010001 | 0 | 101 | 100101010 | 1011000 | 111001 |
Color Harmonies of #EC2FF2
Complementary color
Monochromatic Colors of #EC2FF2
Black with #EC2FF2
Text Example
Text Example
White with #EC2FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FF2; }
p { color: rgb(236,47,242); }
H1.HeaderClassName
{
color: #EC2FF2;
}
.AnyTagClassName
{
color: #EC2FF2;
}
</style>
background-color css
<style>
a { background-color: #EC2FF2; }
a { background-color: rgb(236,47,242); }
div.DivClassName
{
background-color: #EC2FF2;
}
.BgClassName
{
background-color: #EC2FF2;
}
</style>
border-color css
<style>
span { border-color: #EC2FF2; }
span { border-color: rgb(236,47,242); }
td.TdClassName
{
border-color: #EC2FF2;
}
.TagClassName
{
border-color: #EC2FF2;
}
</style>