Shades of Razzle Dazzle Rose #EC2BF1
Tints of Razzle Dazzle Rose #EC2BF1
RGB
CMYK
RGB Variations
Color information
#EC2BF1 (or 0xEC2BF1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2B and F1. RGB value is (236,43,241). Sum of RGB (Red+Green+Blue) = 236+43+241=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 43 (17.19% from 255 or 8.27% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC2BF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2BF1 is #13D40E. Grayscale: #7A7A7A. Windows color (decimal): -1299471 or 15805420. OLE color: 15805420.
HSL color Cylindrical-coordinate representation of color #EC2BF1: hue angle of 298.48º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2BF1 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 43 | 241 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.05 |
| HSL | 298.48º | 0.88% | 0.56% | - |
| HSV(B) | 298.48º | 0.82% | 0.95% | - |
| XYZ | 51.33 | 25.91 | 85.51 | - |
| YUV | 123.28 | 194.44 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 241 | 0.02 | 0.82 | 0 | 0.05 | 298.48 | 0.88 | 0.56 |
| Hex | EC | 2B | F1 | 2 | 52 | 0 | 5 | 12A | 58 | 38 |
| Octal | 354 | 53 | 361 | 2 | 122 | 0 | 5 | 452 | 130 | 70 |
| Binary | 11101100 | 101011 | 11110001 | 10 | 1010010 | 0 | 101 | 100101010 | 1011000 | 111000 |
Color Harmonies of #EC2BF1
Complementary color
Monochromatic Colors of #EC2BF1
Black with #EC2BF1
Text Example
Text Example
White with #EC2BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BF1; }
p { color: rgb(236,43,241); }
H1.HeaderClassName
{
color: #EC2BF1;
}
.AnyTagClassName
{
color: #EC2BF1;
}
</style>
background-color css
<style>
a { background-color: #EC2BF1; }
a { background-color: rgb(236,43,241); }
div.DivClassName
{
background-color: #EC2BF1;
}
.BgClassName
{
background-color: #EC2BF1;
}
</style>
border-color css
<style>
span { border-color: #EC2BF1; }
span { border-color: rgb(236,43,241); }
td.TdClassName
{
border-color: #EC2BF1;
}
.TagClassName
{
border-color: #EC2BF1;
}
</style>