Shades of Razzle Dazzle Rose #EC2BDD
Tints of Razzle Dazzle Rose #EC2BDD
RGB
CMYK
RGB Variations
Color information
#EC2BDD (or 0xEC2BDD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2B and DD. RGB value is (236,43,221). Sum of RGB (Red+Green+Blue) = 236+43+221=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 43 (17.19% from 255 or 8.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2BDD is #13D422. Grayscale: #787878. Windows color (decimal): -1299491 or 14494700. OLE color: 14494700.
HSL color Cylindrical-coordinate representation of color #EC2BDD: hue angle of 304.66º 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 #EC2BDD is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 221 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.07 |
| HSL | 304.66º | 0.84% | 0.55% | - |
| HSV(B) | 304.66º | 0.82% | 0.93% | - |
| XYZ | 48.51 | 24.78 | 70.63 | - |
| YUV | 121 | 184.44 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 221 | 0 | 0.82 | 0.06 | 0.07 | 304.66 | 0.84 | 0.55 |
| Hex | EC | 2B | DD | 0 | 52 | 6 | 7 | 131 | 54 | 37 |
| Octal | 354 | 53 | 335 | 0 | 122 | 6 | 7 | 461 | 124 | 67 |
| Binary | 11101100 | 101011 | 11011101 | 0 | 1010010 | 110 | 111 | 100110001 | 1010100 | 110111 |
Color Harmonies of #EC2BDD
Complementary color
Monochromatic Colors of #EC2BDD
Black with #EC2BDD
Text Example
Text Example
White with #EC2BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BDD; }
p { color: rgb(236,43,221); }
H1.HeaderClassName
{
color: #EC2BDD;
}
.AnyTagClassName
{
color: #EC2BDD;
}
</style>
background-color css
<style>
a { background-color: #EC2BDD; }
a { background-color: rgb(236,43,221); }
div.DivClassName
{
background-color: #EC2BDD;
}
.BgClassName
{
background-color: #EC2BDD;
}
</style>
border-color css
<style>
span { border-color: #EC2BDD; }
span { border-color: rgb(236,43,221); }
td.TdClassName
{
border-color: #EC2BDD;
}
.TagClassName
{
border-color: #EC2BDD;
}
</style>