Shades of Razzle Dazzle Rose #EC2CDA
Tints of Razzle Dazzle Rose #EC2CDA
RGB
CMYK
RGB Variations
Color information
#EC2CDA (or 0xEC2CDA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2C and DA. RGB value is (236,44,218). Sum of RGB (Red+Green+Blue) = 236+44+218=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 44 (17.58% from 255 or 8.84% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2CDA is #13D325. Grayscale: #787878. Windows color (decimal): -1299238 or 14298348. OLE color: 14298348.
HSL color Cylindrical-coordinate representation of color #EC2CDA: hue angle of 305.62º 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 #EC2CDA is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 44 | 218 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.07 |
| HSL | 305.63º | 0.83% | 0.55% | - |
| HSV(B) | 305.63º | 0.81% | 0.93% | - |
| XYZ | 48.15 | 24.7 | 68.56 | - |
| YUV | 121.24 | 182.61 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 44 | 218 | 0 | 0.81 | 0.08 | 0.07 | 305.63 | 0.83 | 0.55 |
| Hex | EC | 2C | DA | 0 | 51 | 8 | 7 | 132 | 53 | 37 |
| Octal | 354 | 54 | 332 | 0 | 121 | 10 | 7 | 462 | 123 | 67 |
| Binary | 11101100 | 101100 | 11011010 | 0 | 1010001 | 1000 | 111 | 100110010 | 1010011 | 110111 |
Color Harmonies of #EC2CDA
Complementary color
Monochromatic Colors of #EC2CDA
Black with #EC2CDA
Text Example
Text Example
White with #EC2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2CDA; }
p { color: rgb(236,44,218); }
H1.HeaderClassName
{
color: #EC2CDA;
}
.AnyTagClassName
{
color: #EC2CDA;
}
</style>
background-color css
<style>
a { background-color: #EC2CDA; }
a { background-color: rgb(236,44,218); }
div.DivClassName
{
background-color: #EC2CDA;
}
.BgClassName
{
background-color: #EC2CDA;
}
</style>
border-color css
<style>
span { border-color: #EC2CDA; }
span { border-color: rgb(236,44,218); }
td.TdClassName
{
border-color: #EC2CDA;
}
.TagClassName
{
border-color: #EC2CDA;
}
</style>