Shades of Razzle Dazzle Rose #EC2DD5
Tints of Razzle Dazzle Rose #EC2DD5
RGB
CMYK
RGB Variations
Color information
#EC2DD5 (or 0xEC2DD5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2D and D5. RGB value is (236,45,213). Sum of RGB (Red+Green+Blue) = 236+45+213=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 45 (17.97% from 255 or 9.11% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2DD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2DD5 is #13D22A. Grayscale: #787878. Windows color (decimal): -1298987 or 13970924. OLE color: 13970924.
HSL color Cylindrical-coordinate representation of color #EC2DD5: hue angle of 307.23º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2DD5 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 213 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.07 |
| HSL | 307.23º | 0.83% | 0.55% | - |
| HSV(B) | 307.23º | 0.81% | 0.93% | - |
| XYZ | 47.54 | 24.51 | 65.18 | - |
| YUV | 121.26 | 179.78 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 213 | 0 | 0.81 | 0.10 | 0.07 | 307.23 | 0.83 | 0.55 |
| Hex | EC | 2D | D5 | 0 | 51 | A | 7 | 133 | 53 | 37 |
| Octal | 354 | 55 | 325 | 0 | 121 | 12 | 7 | 463 | 123 | 67 |
| Binary | 11101100 | 101101 | 11010101 | 0 | 1010001 | 1010 | 111 | 100110011 | 1010011 | 110111 |
Color Harmonies of #EC2DD5
Complementary color
Monochromatic Colors of #EC2DD5
Black with #EC2DD5
Text Example
Text Example
White with #EC2DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2DD5; }
p { color: rgb(236,45,213); }
H1.HeaderClassName
{
color: #EC2DD5;
}
.AnyTagClassName
{
color: #EC2DD5;
}
</style>
background-color css
<style>
a { background-color: #EC2DD5; }
a { background-color: rgb(236,45,213); }
div.DivClassName
{
background-color: #EC2DD5;
}
.BgClassName
{
background-color: #EC2DD5;
}
</style>
border-color css
<style>
span { border-color: #EC2DD5; }
span { border-color: rgb(236,45,213); }
td.TdClassName
{
border-color: #EC2DD5;
}
.TagClassName
{
border-color: #EC2DD5;
}
</style>