Shades of Razzle Dazzle Rose #EC3FCB
Tints of Razzle Dazzle Rose #EC3FCB
RGB
CMYK
RGB Variations
Color information
#EC3FCB (or 0xEC3FCB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3F and CB. RGB value is (236,63,203). Sum of RGB (Red+Green+Blue) = 236+63+203=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3FCB is #13C034. Grayscale: #828282. Windows color (decimal): -1294389 or 13320172. OLE color: 13320172.
HSL color Cylindrical-coordinate representation of color #EC3FCB: hue angle of 311.45º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3FCB is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 203 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.07 |
| HSL | 311.45º | 0.82% | 0.59% | - |
| HSV(B) | 311.45º | 0.73% | 0.93% | - |
| XYZ | 47.15 | 25.7 | 58.98 | - |
| YUV | 130.69 | 168.81 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 203 | 0 | 0.73 | 0.14 | 0.07 | 311.45 | 0.82 | 0.59 |
| Hex | EC | 3F | CB | 0 | 49 | E | 7 | 137 | 52 | 3B |
| Octal | 354 | 77 | 313 | 0 | 111 | 16 | 7 | 467 | 122 | 73 |
| Binary | 11101100 | 111111 | 11001011 | 0 | 1001001 | 1110 | 111 | 100110111 | 1010010 | 111011 |
Color Harmonies of #EC3FCB
Complementary color
Monochromatic Colors of #EC3FCB
Black with #EC3FCB
Text Example
Text Example
White with #EC3FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FCB; }
p { color: rgb(236,63,203); }
H1.HeaderClassName
{
color: #EC3FCB;
}
.AnyTagClassName
{
color: #EC3FCB;
}
</style>
background-color css
<style>
a { background-color: #EC3FCB; }
a { background-color: rgb(236,63,203); }
div.DivClassName
{
background-color: #EC3FCB;
}
.BgClassName
{
background-color: #EC3FCB;
}
</style>
border-color css
<style>
span { border-color: #EC3FCB; }
span { border-color: rgb(236,63,203); }
td.TdClassName
{
border-color: #EC3FCB;
}
.TagClassName
{
border-color: #EC3FCB;
}
</style>