Shades of Razzle Dazzle Rose #EC2BF0
Tints of Razzle Dazzle Rose #EC2BF0
RGB
CMYK
RGB Variations
Color information
#EC2BF0 (or 0xEC2BF0) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2B and F0. RGB value is (236,43,240). Sum of RGB (Red+Green+Blue) = 236+43+240=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 43 (17.19% from 255 or 8.29% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC2BF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2BF0 is #13D40F. Grayscale: #7A7A7A. Windows color (decimal): -1299472 or 15739884. OLE color: 15739884.
HSL color Cylindrical-coordinate representation of color #EC2BF0: hue angle of 298.78º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2BF0 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 43 | 240 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.06 |
| HSL | 298.78º | 0.87% | 0.55% | - |
| HSV(B) | 298.78º | 0.82% | 0.94% | - |
| XYZ | 51.18 | 25.85 | 84.73 | - |
| YUV | 123.17 | 193.94 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 240 | 0.02 | 0.82 | 0 | 0.06 | 298.78 | 0.87 | 0.55 |
| Hex | EC | 2B | F0 | 2 | 52 | 0 | 6 | 12B | 57 | 37 |
| Octal | 354 | 53 | 360 | 2 | 122 | 0 | 6 | 453 | 127 | 67 |
| Binary | 11101100 | 101011 | 11110000 | 10 | 1010010 | 0 | 110 | 100101011 | 1010111 | 110111 |
Color Harmonies of #EC2BF0
Complementary color
Monochromatic Colors of #EC2BF0
Black with #EC2BF0
Text Example
Text Example
White with #EC2BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BF0; }
p { color: rgb(236,43,240); }
H1.HeaderClassName
{
color: #EC2BF0;
}
.AnyTagClassName
{
color: #EC2BF0;
}
</style>
background-color css
<style>
a { background-color: #EC2BF0; }
a { background-color: rgb(236,43,240); }
div.DivClassName
{
background-color: #EC2BF0;
}
.BgClassName
{
background-color: #EC2BF0;
}
</style>
border-color css
<style>
span { border-color: #EC2BF0; }
span { border-color: rgb(236,43,240); }
td.TdClassName
{
border-color: #EC2BF0;
}
.TagClassName
{
border-color: #EC2BF0;
}
</style>