Shades of Razzle Dazzle Rose #EC27ED
Tints of Razzle Dazzle Rose #EC27ED
RGB
CMYK
RGB Variations
Color information
#EC27ED (or 0xEC27ED) is known color: Razzle Dazzle Rose. HEX triplet: EC, 27 and ED. RGB value is (236,39,237). Sum of RGB (Red+Green+Blue) = 236+39+237=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 39 (15.62% from 255 or 7.62% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC27ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC27ED is #13D812. Grayscale: #777777. Windows color (decimal): -1300499 or 15542252. OLE color: 15542252.
HSL color Cylindrical-coordinate representation of color #EC27ED: hue angle of 299.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC27ED is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 237 | - |
| CMYK | 0.00 | 0.84 | 0 | 0.07 |
| HSL | 299.7º | 0.85% | 0.54% | - |
| HSV(B) | 299.7º | 0.84% | 0.93% | - |
| XYZ | 50.6 | 25.4 | 82.36 | - |
| YUV | 120.48 | 193.77 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 237 | 0.00 | 0.84 | 0 | 0.07 | 299.7 | 0.85 | 0.54 |
| Hex | EC | 27 | ED | 0 | 54 | 0 | 7 | 12C | 55 | 36 |
| Octal | 354 | 47 | 355 | 0 | 124 | 0 | 7 | 454 | 125 | 66 |
| Binary | 11101100 | 100111 | 11101101 | 0 | 1010100 | 0 | 111 | 100101100 | 1010101 | 110110 |
Color Harmonies of #EC27ED
Complementary color
Monochromatic Colors of #EC27ED
Black with #EC27ED
Text Example
Text Example
White with #EC27ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27ED; }
p { color: rgb(236,39,237); }
H1.HeaderClassName
{
color: #EC27ED;
}
.AnyTagClassName
{
color: #EC27ED;
}
</style>
background-color css
<style>
a { background-color: #EC27ED; }
a { background-color: rgb(236,39,237); }
div.DivClassName
{
background-color: #EC27ED;
}
.BgClassName
{
background-color: #EC27ED;
}
</style>
border-color css
<style>
span { border-color: #EC27ED; }
span { border-color: rgb(236,39,237); }
td.TdClassName
{
border-color: #EC27ED;
}
.TagClassName
{
border-color: #EC27ED;
}
</style>