Shades of Razzle Dazzle Rose #EC27C5
Tints of Razzle Dazzle Rose #EC27C5
RGB
CMYK
RGB Variations
Color information
#EC27C5 (or 0xEC27C5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 27 and C5. RGB value is (236,39,197). Sum of RGB (Red+Green+Blue) = 236+39+197=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 39 (15.62% from 255 or 8.26% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC27C5 is #13D83A. Grayscale: #737373. Windows color (decimal): -1300539 or 12920812. OLE color: 12920812.
HSL color Cylindrical-coordinate representation of color #EC27C5: hue angle of 311.88º 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 #EC27C5 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 197 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.07 |
| HSL | 311.88º | 0.84% | 0.54% | - |
| HSV(B) | 311.88º | 0.83% | 0.93% | - |
| XYZ | 45.4 | 23.32 | 54.93 | - |
| YUV | 115.92 | 173.77 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 197 | 0 | 0.83 | 0.17 | 0.07 | 311.88 | 0.84 | 0.54 |
| Hex | EC | 27 | C5 | 0 | 53 | 11 | 7 | 138 | 54 | 36 |
| Octal | 354 | 47 | 305 | 0 | 123 | 21 | 7 | 470 | 124 | 66 |
| Binary | 11101100 | 100111 | 11000101 | 0 | 1010011 | 10001 | 111 | 100111000 | 1010100 | 110110 |
Color Harmonies of #EC27C5
Complementary color
Monochromatic Colors of #EC27C5
Black with #EC27C5
Text Example
Text Example
White with #EC27C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27C5; }
p { color: rgb(236,39,197); }
H1.HeaderClassName
{
color: #EC27C5;
}
.AnyTagClassName
{
color: #EC27C5;
}
</style>
background-color css
<style>
a { background-color: #EC27C5; }
a { background-color: rgb(236,39,197); }
div.DivClassName
{
background-color: #EC27C5;
}
.BgClassName
{
background-color: #EC27C5;
}
</style>
border-color css
<style>
span { border-color: #EC27C5; }
span { border-color: rgb(236,39,197); }
td.TdClassName
{
border-color: #EC27C5;
}
.TagClassName
{
border-color: #EC27C5;
}
</style>