Shades of Razzle Dazzle Rose #EC36ED
Tints of Razzle Dazzle Rose #EC36ED
RGB
CMYK
RGB Variations
Color information
#EC36ED (or 0xEC36ED) is known color: Razzle Dazzle Rose. HEX triplet: EC, 36 and ED. RGB value is (236,54,237). Sum of RGB (Red+Green+Blue) = 236+54+237=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 54 (21.48% from 255 or 10.25% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC36ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC36ED is #13C912. Grayscale: #808080. Windows color (decimal): -1296659 or 15546092. OLE color: 15546092.
HSL color Cylindrical-coordinate representation of color #EC36ED: hue angle of 299.67º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC36ED is Cyan = 0.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 237 | - |
| CMYK | 0.00 | 0.77 | 0 | 0.07 |
| HSL | 299.67º | 0.84% | 0.57% | - |
| HSV(B) | 299.67º | 0.77% | 0.93% | - |
| XYZ | 51.2 | 26.59 | 82.55 | - |
| YUV | 129.28 | 188.8 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 237 | 0.00 | 0.77 | 0 | 0.07 | 299.67 | 0.84 | 0.57 |
| Hex | EC | 36 | ED | 0 | 4D | 0 | 7 | 12C | 54 | 39 |
| Octal | 354 | 66 | 355 | 0 | 115 | 0 | 7 | 454 | 124 | 71 |
| Binary | 11101100 | 110110 | 11101101 | 0 | 1001101 | 0 | 111 | 100101100 | 1010100 | 111001 |
Color Harmonies of #EC36ED
Complementary color
Monochromatic Colors of #EC36ED
Black with #EC36ED
Text Example
Text Example
White with #EC36ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC36ED; }
p { color: rgb(236,54,237); }
H1.HeaderClassName
{
color: #EC36ED;
}
.AnyTagClassName
{
color: #EC36ED;
}
</style>
background-color css
<style>
a { background-color: #EC36ED; }
a { background-color: rgb(236,54,237); }
div.DivClassName
{
background-color: #EC36ED;
}
.BgClassName
{
background-color: #EC36ED;
}
</style>
border-color css
<style>
span { border-color: #EC36ED; }
span { border-color: rgb(236,54,237); }
td.TdClassName
{
border-color: #EC36ED;
}
.TagClassName
{
border-color: #EC36ED;
}
</style>