Shades of Razzle Dazzle Rose #EC2ADD
Tints of Razzle Dazzle Rose #EC2ADD
RGB
CMYK
RGB Variations
Color information
#EC2ADD (or 0xEC2ADD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2A and DD. RGB value is (236,42,221). Sum of RGB (Red+Green+Blue) = 236+42+221=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 42 (16.80% from 255 or 8.42% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2ADD is #13D522. Grayscale: #777777. Windows color (decimal): -1299747 or 14494444. OLE color: 14494444.
HSL color Cylindrical-coordinate representation of color #EC2ADD: hue angle of 304.64º 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 #EC2ADD is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 221 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.07 |
| HSL | 304.64º | 0.84% | 0.55% | - |
| HSV(B) | 304.64º | 0.82% | 0.93% | - |
| XYZ | 48.47 | 24.71 | 70.62 | - |
| YUV | 120.41 | 184.77 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 221 | 0 | 0.82 | 0.06 | 0.07 | 304.64 | 0.84 | 0.55 |
| Hex | EC | 2A | DD | 0 | 52 | 6 | 7 | 131 | 54 | 37 |
| Octal | 354 | 52 | 335 | 0 | 122 | 6 | 7 | 461 | 124 | 67 |
| Binary | 11101100 | 101010 | 11011101 | 0 | 1010010 | 110 | 111 | 100110001 | 1010100 | 110111 |
Color Harmonies of #EC2ADD
Complementary color
Monochromatic Colors of #EC2ADD
Black with #EC2ADD
Text Example
Text Example
White with #EC2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2ADD; }
p { color: rgb(236,42,221); }
H1.HeaderClassName
{
color: #EC2ADD;
}
.AnyTagClassName
{
color: #EC2ADD;
}
</style>
background-color css
<style>
a { background-color: #EC2ADD; }
a { background-color: rgb(236,42,221); }
div.DivClassName
{
background-color: #EC2ADD;
}
.BgClassName
{
background-color: #EC2ADD;
}
</style>
border-color css
<style>
span { border-color: #EC2ADD; }
span { border-color: rgb(236,42,221); }
td.TdClassName
{
border-color: #EC2ADD;
}
.TagClassName
{
border-color: #EC2ADD;
}
</style>