Shades of Razzle Dazzle Rose #EC2DDD
Tints of Razzle Dazzle Rose #EC2DDD
RGB
CMYK
RGB Variations
Color information
#EC2DDD (or 0xEC2DDD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2D and DD. RGB value is (236,45,221). Sum of RGB (Red+Green+Blue) = 236+45+221=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 45 (17.97% from 255 or 8.96% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2DDD is #13D222. Grayscale: #797979. Windows color (decimal): -1298979 or 14495212. OLE color: 14495212.
HSL color Cylindrical-coordinate representation of color #EC2DDD: hue angle of 304.71º 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 #EC2DDD is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 221 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.07 |
| HSL | 304.71º | 0.83% | 0.55% | - |
| HSV(B) | 304.71º | 0.81% | 0.93% | - |
| XYZ | 48.58 | 24.93 | 70.66 | - |
| YUV | 122.17 | 183.78 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 221 | 0 | 0.81 | 0.06 | 0.07 | 304.71 | 0.83 | 0.55 |
| Hex | EC | 2D | DD | 0 | 51 | 6 | 7 | 131 | 53 | 37 |
| Octal | 354 | 55 | 335 | 0 | 121 | 6 | 7 | 461 | 123 | 67 |
| Binary | 11101100 | 101101 | 11011101 | 0 | 1010001 | 110 | 111 | 100110001 | 1010011 | 110111 |
Color Harmonies of #EC2DDD
Complementary color
Monochromatic Colors of #EC2DDD
Black with #EC2DDD
Text Example
Text Example
White with #EC2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2DDD; }
p { color: rgb(236,45,221); }
H1.HeaderClassName
{
color: #EC2DDD;
}
.AnyTagClassName
{
color: #EC2DDD;
}
</style>
background-color css
<style>
a { background-color: #EC2DDD; }
a { background-color: rgb(236,45,221); }
div.DivClassName
{
background-color: #EC2DDD;
}
.BgClassName
{
background-color: #EC2DDD;
}
</style>
border-color css
<style>
span { border-color: #EC2DDD; }
span { border-color: rgb(236,45,221); }
td.TdClassName
{
border-color: #EC2DDD;
}
.TagClassName
{
border-color: #EC2DDD;
}
</style>