Shades of Razzle Dazzle Rose #EC2BBA
Tints of Razzle Dazzle Rose #EC2BBA
RGB
CMYK
RGB Variations
Color information
#EC2BBA (or 0xEC2BBA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2B and BA. RGB value is (236,43,186). Sum of RGB (Red+Green+Blue) = 236+43+186=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2BBA is #13D445. Grayscale: #747474. Windows color (decimal): -1299526 or 12200940. OLE color: 12200940.
HSL color Cylindrical-coordinate representation of color #EC2BBA: hue angle of 315.54º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2BBA is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 186 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.07 |
| HSL | 315.54º | 0.84% | 0.55% | - |
| HSV(B) | 315.54º | 0.82% | 0.93% | - |
| XYZ | 44.32 | 23.11 | 48.58 | - |
| YUV | 117.01 | 166.94 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 186 | 0 | 0.82 | 0.21 | 0.07 | 315.54 | 0.84 | 0.55 |
| Hex | EC | 2B | BA | 0 | 52 | 15 | 7 | 13C | 54 | 37 |
| Octal | 354 | 53 | 272 | 0 | 122 | 25 | 7 | 474 | 124 | 67 |
| Binary | 11101100 | 101011 | 10111010 | 0 | 1010010 | 10101 | 111 | 100111100 | 1010100 | 110111 |
Color Harmonies of #EC2BBA
Complementary color
Monochromatic Colors of #EC2BBA
Black with #EC2BBA
Text Example
Text Example
White with #EC2BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BBA; }
p { color: rgb(236,43,186); }
H1.HeaderClassName
{
color: #EC2BBA;
}
.AnyTagClassName
{
color: #EC2BBA;
}
</style>
background-color css
<style>
a { background-color: #EC2BBA; }
a { background-color: rgb(236,43,186); }
div.DivClassName
{
background-color: #EC2BBA;
}
.BgClassName
{
background-color: #EC2BBA;
}
</style>
border-color css
<style>
span { border-color: #EC2BBA; }
span { border-color: rgb(236,43,186); }
td.TdClassName
{
border-color: #EC2BBA;
}
.TagClassName
{
border-color: #EC2BBA;
}
</style>