Shades of Razzle Dazzle Rose #EC2ADE
Tints of Razzle Dazzle Rose #EC2ADE
RGB
CMYK
RGB Variations
Color information
#EC2ADE (or 0xEC2ADE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2A and DE. RGB value is (236,42,222). Sum of RGB (Red+Green+Blue) = 236+42+222=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 42 (16.80% from 255 or 8.4% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2ADE is #13D521. Grayscale: #787878. Windows color (decimal): -1299746 or 14559980. OLE color: 14559980.
HSL color Cylindrical-coordinate representation of color #EC2ADE: hue angle of 304.33º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2ADE is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 222 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.07 |
| HSL | 304.33º | 0.84% | 0.55% | - |
| HSV(B) | 304.33º | 0.82% | 0.93% | - |
| XYZ | 48.6 | 24.76 | 71.33 | - |
| YUV | 120.53 | 185.27 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 222 | 0 | 0.82 | 0.06 | 0.07 | 304.33 | 0.84 | 0.55 |
| Hex | EC | 2A | DE | 0 | 52 | 6 | 7 | 130 | 54 | 37 |
| Octal | 354 | 52 | 336 | 0 | 122 | 6 | 7 | 460 | 124 | 67 |
| Binary | 11101100 | 101010 | 11011110 | 0 | 1010010 | 110 | 111 | 100110000 | 1010100 | 110111 |
Color Harmonies of #EC2ADE
Complementary color
Monochromatic Colors of #EC2ADE
Black with #EC2ADE
Text Example
Text Example
White with #EC2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2ADE; }
p { color: rgb(236,42,222); }
H1.HeaderClassName
{
color: #EC2ADE;
}
.AnyTagClassName
{
color: #EC2ADE;
}
</style>
background-color css
<style>
a { background-color: #EC2ADE; }
a { background-color: rgb(236,42,222); }
div.DivClassName
{
background-color: #EC2ADE;
}
.BgClassName
{
background-color: #EC2ADE;
}
</style>
border-color css
<style>
span { border-color: #EC2ADE; }
span { border-color: rgb(236,42,222); }
td.TdClassName
{
border-color: #EC2ADE;
}
.TagClassName
{
border-color: #EC2ADE;
}
</style>