Shades of Razzle Dazzle Rose #EC2FBC
Tints of Razzle Dazzle Rose #EC2FBC
RGB
CMYK
RGB Variations
Color information
#EC2FBC (or 0xEC2FBC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2F and BC. RGB value is (236,47,188). Sum of RGB (Red+Green+Blue) = 236+47+188=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2FBC is #13D043. Grayscale: #777777. Windows color (decimal): -1298500 or 12333036. OLE color: 12333036.
HSL color Cylindrical-coordinate representation of color #EC2FBC: hue angle of 315.24º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2FBC is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 188 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.07 |
| HSL | 315.24º | 0.83% | 0.55% | - |
| HSV(B) | 315.24º | 0.8% | 0.93% | - |
| XYZ | 44.69 | 23.5 | 49.76 | - |
| YUV | 119.59 | 166.62 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 188 | 0 | 0.80 | 0.20 | 0.07 | 315.24 | 0.83 | 0.55 |
| Hex | EC | 2F | BC | 0 | 50 | 14 | 7 | 13B | 53 | 37 |
| Octal | 354 | 57 | 274 | 0 | 120 | 24 | 7 | 473 | 123 | 67 |
| Binary | 11101100 | 101111 | 10111100 | 0 | 1010000 | 10100 | 111 | 100111011 | 1010011 | 110111 |
Color Harmonies of #EC2FBC
Complementary color
Monochromatic Colors of #EC2FBC
Black with #EC2FBC
Text Example
Text Example
White with #EC2FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FBC; }
p { color: rgb(236,47,188); }
H1.HeaderClassName
{
color: #EC2FBC;
}
.AnyTagClassName
{
color: #EC2FBC;
}
</style>
background-color css
<style>
a { background-color: #EC2FBC; }
a { background-color: rgb(236,47,188); }
div.DivClassName
{
background-color: #EC2FBC;
}
.BgClassName
{
background-color: #EC2FBC;
}
</style>
border-color css
<style>
span { border-color: #EC2FBC; }
span { border-color: rgb(236,47,188); }
td.TdClassName
{
border-color: #EC2FBC;
}
.TagClassName
{
border-color: #EC2FBC;
}
</style>