Shades of Razzle Dazzle Rose #EC2BCE
Tints of Razzle Dazzle Rose #EC2BCE
RGB
CMYK
RGB Variations
Color information
#EC2BCE (or 0xEC2BCE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2B and CE. RGB value is (236,43,206). Sum of RGB (Red+Green+Blue) = 236+43+206=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2BCE is #13D431. Grayscale: #767676. Windows color (decimal): -1299506 or 13511660. OLE color: 13511660.
HSL color Cylindrical-coordinate representation of color #EC2BCE: hue angle of 309.33º 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 #EC2BCE is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 206 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.07 |
| HSL | 309.33º | 0.84% | 0.55% | - |
| HSV(B) | 309.33º | 0.82% | 0.93% | - |
| XYZ | 46.6 | 24.02 | 60.57 | - |
| YUV | 119.29 | 176.94 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 206 | 0 | 0.82 | 0.13 | 0.07 | 309.33 | 0.84 | 0.55 |
| Hex | EC | 2B | CE | 0 | 52 | D | 7 | 135 | 54 | 37 |
| Octal | 354 | 53 | 316 | 0 | 122 | 15 | 7 | 465 | 124 | 67 |
| Binary | 11101100 | 101011 | 11001110 | 0 | 1010010 | 1101 | 111 | 100110101 | 1010100 | 110111 |
Color Harmonies of #EC2BCE
Complementary color
Monochromatic Colors of #EC2BCE
Black with #EC2BCE
Text Example
Text Example
White with #EC2BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BCE; }
p { color: rgb(236,43,206); }
H1.HeaderClassName
{
color: #EC2BCE;
}
.AnyTagClassName
{
color: #EC2BCE;
}
</style>
background-color css
<style>
a { background-color: #EC2BCE; }
a { background-color: rgb(236,43,206); }
div.DivClassName
{
background-color: #EC2BCE;
}
.BgClassName
{
background-color: #EC2BCE;
}
</style>
border-color css
<style>
span { border-color: #EC2BCE; }
span { border-color: rgb(236,43,206); }
td.TdClassName
{
border-color: #EC2BCE;
}
.TagClassName
{
border-color: #EC2BCE;
}
</style>