Shades of Razzle Dazzle Rose #EC27CB
Tints of Razzle Dazzle Rose #EC27CB
RGB
CMYK
RGB Variations
Color information
#EC27CB (or 0xEC27CB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 27 and CB. RGB value is (236,39,203). Sum of RGB (Red+Green+Blue) = 236+39+203=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC27CB is #13D834. Grayscale: #747474. Windows color (decimal): -1300533 or 13314028. OLE color: 13314028.
HSL color Cylindrical-coordinate representation of color #EC27CB: hue angle of 310.05º 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 #EC27CB is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 203 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.07 |
| HSL | 310.05º | 0.84% | 0.54% | - |
| HSV(B) | 310.05º | 0.83% | 0.93% | - |
| XYZ | 46.1 | 23.6 | 58.62 | - |
| YUV | 116.6 | 176.77 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 203 | 0 | 0.83 | 0.14 | 0.07 | 310.05 | 0.84 | 0.54 |
| Hex | EC | 27 | CB | 0 | 53 | E | 7 | 136 | 54 | 36 |
| Octal | 354 | 47 | 313 | 0 | 123 | 16 | 7 | 466 | 124 | 66 |
| Binary | 11101100 | 100111 | 11001011 | 0 | 1010011 | 1110 | 111 | 100110110 | 1010100 | 110110 |
Color Harmonies of #EC27CB
Complementary color
Monochromatic Colors of #EC27CB
Black with #EC27CB
Text Example
Text Example
White with #EC27CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27CB; }
p { color: rgb(236,39,203); }
H1.HeaderClassName
{
color: #EC27CB;
}
.AnyTagClassName
{
color: #EC27CB;
}
</style>
background-color css
<style>
a { background-color: #EC27CB; }
a { background-color: rgb(236,39,203); }
div.DivClassName
{
background-color: #EC27CB;
}
.BgClassName
{
background-color: #EC27CB;
}
</style>
border-color css
<style>
span { border-color: #EC27CB; }
span { border-color: rgb(236,39,203); }
td.TdClassName
{
border-color: #EC27CB;
}
.TagClassName
{
border-color: #EC27CB;
}
</style>