Shades of Razzle Dazzle Rose #EC27BE
Tints of Razzle Dazzle Rose #EC27BE
RGB
CMYK
RGB Variations
Color information
#EC27BE (or 0xEC27BE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 27 and BE. RGB value is (236,39,190). Sum of RGB (Red+Green+Blue) = 236+39+190=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC27BE is #13D841. Grayscale: #727272. Windows color (decimal): -1300546 or 12462060. OLE color: 12462060.
HSL color Cylindrical-coordinate representation of color #EC27BE: hue angle of 314.01º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC27BE is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 190 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.07 |
| HSL | 314.01º | 0.84% | 0.54% | - |
| HSV(B) | 314.01º | 0.83% | 0.93% | - |
| XYZ | 44.61 | 23 | 50.8 | - |
| YUV | 115.12 | 170.27 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 190 | 0 | 0.83 | 0.19 | 0.07 | 314.01 | 0.84 | 0.54 |
| Hex | EC | 27 | BE | 0 | 53 | 13 | 7 | 13A | 54 | 36 |
| Octal | 354 | 47 | 276 | 0 | 123 | 23 | 7 | 472 | 124 | 66 |
| Binary | 11101100 | 100111 | 10111110 | 0 | 1010011 | 10011 | 111 | 100111010 | 1010100 | 110110 |
Color Harmonies of #EC27BE
Complementary color
Monochromatic Colors of #EC27BE
Black with #EC27BE
Text Example
Text Example
White with #EC27BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27BE; }
p { color: rgb(236,39,190); }
H1.HeaderClassName
{
color: #EC27BE;
}
.AnyTagClassName
{
color: #EC27BE;
}
</style>
background-color css
<style>
a { background-color: #EC27BE; }
a { background-color: rgb(236,39,190); }
div.DivClassName
{
background-color: #EC27BE;
}
.BgClassName
{
background-color: #EC27BE;
}
</style>
border-color css
<style>
span { border-color: #EC27BE; }
span { border-color: rgb(236,39,190); }
td.TdClassName
{
border-color: #EC27BE;
}
.TagClassName
{
border-color: #EC27BE;
}
</style>