Shades of Razzle Dazzle Rose #EC3BCB
Tints of Razzle Dazzle Rose #EC3BCB
RGB
CMYK
RGB Variations
Color information
#EC3BCB (or 0xEC3BCB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3B and CB. RGB value is (236,59,203). Sum of RGB (Red+Green+Blue) = 236+59+203=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 59 (23.44% from 255 or 11.85% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3BCB is #13C434. Grayscale: #7F7F7F. Windows color (decimal): -1295413 or 13319148. OLE color: 13319148.
HSL color Cylindrical-coordinate representation of color #EC3BCB: hue angle of 311.19º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3BCB is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 203 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.07 |
| HSL | 311.19º | 0.82% | 0.58% | - |
| HSV(B) | 311.19º | 0.75% | 0.93% | - |
| XYZ | 46.94 | 25.27 | 58.9 | - |
| YUV | 128.34 | 170.14 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 203 | 0 | 0.75 | 0.14 | 0.07 | 311.19 | 0.82 | 0.58 |
| Hex | EC | 3B | CB | 0 | 4B | E | 7 | 137 | 52 | 3A |
| Octal | 354 | 73 | 313 | 0 | 113 | 16 | 7 | 467 | 122 | 72 |
| Binary | 11101100 | 111011 | 11001011 | 0 | 1001011 | 1110 | 111 | 100110111 | 1010010 | 111010 |
Color Harmonies of #EC3BCB
Complementary color
Monochromatic Colors of #EC3BCB
Black with #EC3BCB
Text Example
Text Example
White with #EC3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3BCB; }
p { color: rgb(236,59,203); }
H1.HeaderClassName
{
color: #EC3BCB;
}
.AnyTagClassName
{
color: #EC3BCB;
}
</style>
background-color css
<style>
a { background-color: #EC3BCB; }
a { background-color: rgb(236,59,203); }
div.DivClassName
{
background-color: #EC3BCB;
}
.BgClassName
{
background-color: #EC3BCB;
}
</style>
border-color css
<style>
span { border-color: #EC3BCB; }
span { border-color: rgb(236,59,203); }
td.TdClassName
{
border-color: #EC3BCB;
}
.TagClassName
{
border-color: #EC3BCB;
}
</style>