Shades of Razzle Dazzle Rose #EC3DCB
Tints of Razzle Dazzle Rose #EC3DCB
RGB
CMYK
RGB Variations
Color information
#EC3DCB (or 0xEC3DCB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3D and CB. RGB value is (236,61,203). Sum of RGB (Red+Green+Blue) = 236+61+203=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 61 (24.22% from 255 or 12.2% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3DCB is #13C234. Grayscale: #818181. Windows color (decimal): -1294901 or 13319660. OLE color: 13319660.
HSL color Cylindrical-coordinate representation of color #EC3DCB: hue angle of 311.31º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3DCB is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 203 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.07 |
| HSL | 311.31º | 0.82% | 0.58% | - |
| HSV(B) | 311.31º | 0.74% | 0.93% | - |
| XYZ | 47.04 | 25.48 | 58.94 | - |
| YUV | 129.51 | 169.48 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 203 | 0 | 0.74 | 0.14 | 0.07 | 311.31 | 0.82 | 0.58 |
| Hex | EC | 3D | CB | 0 | 4A | E | 7 | 137 | 52 | 3A |
| Octal | 354 | 75 | 313 | 0 | 112 | 16 | 7 | 467 | 122 | 72 |
| Binary | 11101100 | 111101 | 11001011 | 0 | 1001010 | 1110 | 111 | 100110111 | 1010010 | 111010 |
Color Harmonies of #EC3DCB
Complementary color
Monochromatic Colors of #EC3DCB
Black with #EC3DCB
Text Example
Text Example
White with #EC3DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DCB; }
p { color: rgb(236,61,203); }
H1.HeaderClassName
{
color: #EC3DCB;
}
.AnyTagClassName
{
color: #EC3DCB;
}
</style>
background-color css
<style>
a { background-color: #EC3DCB; }
a { background-color: rgb(236,61,203); }
div.DivClassName
{
background-color: #EC3DCB;
}
.BgClassName
{
background-color: #EC3DCB;
}
</style>
border-color css
<style>
span { border-color: #EC3DCB; }
span { border-color: rgb(236,61,203); }
td.TdClassName
{
border-color: #EC3DCB;
}
.TagClassName
{
border-color: #EC3DCB;
}
</style>