Shades of Razzle Dazzle Rose #EC1ED5
Tints of Razzle Dazzle Rose #EC1ED5
RGB
CMYK
RGB Variations
Color information
#EC1ED5 (or 0xEC1ED5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1E and D5. RGB value is (236,30,213). Sum of RGB (Red+Green+Blue) = 236+30+213=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1ED5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1ED5 is #13E12A. Grayscale: #6F6F6F. Windows color (decimal): -1302827 or 13967084. OLE color: 13967084.
HSL color Cylindrical-coordinate representation of color #EC1ED5: hue angle of 306.7º 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 #EC1ED5 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 213 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.07 |
| HSL | 306.7º | 0.84% | 0.52% | - |
| HSV(B) | 306.7º | 0.87% | 0.93% | - |
| XYZ | 47.07 | 23.57 | 65.02 | - |
| YUV | 112.46 | 184.75 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 213 | 0 | 0.87 | 0.10 | 0.07 | 306.7 | 0.84 | 0.52 |
| Hex | EC | 1E | D5 | 0 | 57 | A | 7 | 133 | 54 | 34 |
| Octal | 354 | 36 | 325 | 0 | 127 | 12 | 7 | 463 | 124 | 64 |
| Binary | 11101100 | 11110 | 11010101 | 0 | 1010111 | 1010 | 111 | 100110011 | 1010100 | 110100 |
Color Harmonies of #EC1ED5
Complementary color
Monochromatic Colors of #EC1ED5
Black with #EC1ED5
Text Example
Text Example
White with #EC1ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1ED5; }
p { color: rgb(236,30,213); }
H1.HeaderClassName
{
color: #EC1ED5;
}
.AnyTagClassName
{
color: #EC1ED5;
}
</style>
background-color css
<style>
a { background-color: #EC1ED5; }
a { background-color: rgb(236,30,213); }
div.DivClassName
{
background-color: #EC1ED5;
}
.BgClassName
{
background-color: #EC1ED5;
}
</style>
border-color css
<style>
span { border-color: #EC1ED5; }
span { border-color: rgb(236,30,213); }
td.TdClassName
{
border-color: #EC1ED5;
}
.TagClassName
{
border-color: #EC1ED5;
}
</style>