Shades of Razzle Dazzle Rose #EC2BD5
Tints of Razzle Dazzle Rose #EC2BD5
RGB
CMYK
RGB Variations
Color information
#EC2BD5 (or 0xEC2BD5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2B and D5. RGB value is (236,43,213). Sum of RGB (Red+Green+Blue) = 236+43+213=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 43 (17.19% from 255 or 8.74% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2BD5 is #13D42A. Grayscale: #777777. Windows color (decimal): -1299499 or 13970412. OLE color: 13970412.
HSL color Cylindrical-coordinate representation of color #EC2BD5: hue angle of 307.15º 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 #EC2BD5 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 213 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.07 |
| HSL | 307.15º | 0.84% | 0.55% | - |
| HSV(B) | 307.15º | 0.82% | 0.93% | - |
| XYZ | 47.47 | 24.36 | 65.15 | - |
| YUV | 120.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 213 | 0 | 0.82 | 0.10 | 0.07 | 307.15 | 0.84 | 0.55 |
| Hex | EC | 2B | D5 | 0 | 52 | A | 7 | 133 | 54 | 37 |
| Octal | 354 | 53 | 325 | 0 | 122 | 12 | 7 | 463 | 124 | 67 |
| Binary | 11101100 | 101011 | 11010101 | 0 | 1010010 | 1010 | 111 | 100110011 | 1010100 | 110111 |
Color Harmonies of #EC2BD5
Complementary color
Monochromatic Colors of #EC2BD5
Black with #EC2BD5
Text Example
Text Example
White with #EC2BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BD5; }
p { color: rgb(236,43,213); }
H1.HeaderClassName
{
color: #EC2BD5;
}
.AnyTagClassName
{
color: #EC2BD5;
}
</style>
background-color css
<style>
a { background-color: #EC2BD5; }
a { background-color: rgb(236,43,213); }
div.DivClassName
{
background-color: #EC2BD5;
}
.BgClassName
{
background-color: #EC2BD5;
}
</style>
border-color css
<style>
span { border-color: #EC2BD5; }
span { border-color: rgb(236,43,213); }
td.TdClassName
{
border-color: #EC2BD5;
}
.TagClassName
{
border-color: #EC2BD5;
}
</style>