Shades of Razzle Dazzle Rose #EC1EDA
Tints of Razzle Dazzle Rose #EC1EDA
RGB
CMYK
RGB Variations
Color information
#EC1EDA (or 0xEC1EDA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1E and DA. RGB value is (236,30,218). Sum of RGB (Red+Green+Blue) = 236+30+218=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1EDA is #13E125. Grayscale: #707070. Windows color (decimal): -1302822 or 14294764. OLE color: 14294764.
HSL color Cylindrical-coordinate representation of color #EC1EDA: hue angle of 305.24º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1EDA is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 218 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.07 |
| HSL | 305.24º | 0.84% | 0.52% | - |
| HSV(B) | 305.24º | 0.87% | 0.93% | - |
| XYZ | 47.71 | 23.82 | 68.41 | - |
| YUV | 113.03 | 187.25 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 218 | 0 | 0.87 | 0.08 | 0.07 | 305.24 | 0.84 | 0.52 |
| Hex | EC | 1E | DA | 0 | 57 | 8 | 7 | 131 | 54 | 34 |
| Octal | 354 | 36 | 332 | 0 | 127 | 10 | 7 | 461 | 124 | 64 |
| Binary | 11101100 | 11110 | 11011010 | 0 | 1010111 | 1000 | 111 | 100110001 | 1010100 | 110100 |
Color Harmonies of #EC1EDA
Complementary color
Monochromatic Colors of #EC1EDA
Black with #EC1EDA
Text Example
Text Example
White with #EC1EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1EDA; }
p { color: rgb(236,30,218); }
H1.HeaderClassName
{
color: #EC1EDA;
}
.AnyTagClassName
{
color: #EC1EDA;
}
</style>
background-color css
<style>
a { background-color: #EC1EDA; }
a { background-color: rgb(236,30,218); }
div.DivClassName
{
background-color: #EC1EDA;
}
.BgClassName
{
background-color: #EC1EDA;
}
</style>
border-color css
<style>
span { border-color: #EC1EDA; }
span { border-color: rgb(236,30,218); }
td.TdClassName
{
border-color: #EC1EDA;
}
.TagClassName
{
border-color: #EC1EDA;
}
</style>