Shades of Razzle Dazzle Rose #EC3DBA
Tints of Razzle Dazzle Rose #EC3DBA
RGB
CMYK
RGB Variations
Color information
#EC3DBA (or 0xEC3DBA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3D and BA. RGB value is (236,61,186). Sum of RGB (Red+Green+Blue) = 236+61+186=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 61 (24.22% from 255 or 12.63% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3DBA is #13C245. Grayscale: #7F7F7F. Windows color (decimal): -1294918 or 12205548. OLE color: 12205548.
HSL color Cylindrical-coordinate representation of color #EC3DBA: hue angle of 317.14º 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 #EC3DBA is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 186 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.07 |
| HSL | 317.14º | 0.82% | 0.58% | - |
| HSV(B) | 317.14º | 0.74% | 0.93% | - |
| XYZ | 45.12 | 24.72 | 48.85 | - |
| YUV | 127.58 | 160.98 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 186 | 0 | 0.74 | 0.21 | 0.07 | 317.14 | 0.82 | 0.58 |
| Hex | EC | 3D | BA | 0 | 4A | 15 | 7 | 13D | 52 | 3A |
| Octal | 354 | 75 | 272 | 0 | 112 | 25 | 7 | 475 | 122 | 72 |
| Binary | 11101100 | 111101 | 10111010 | 0 | 1001010 | 10101 | 111 | 100111101 | 1010010 | 111010 |
Color Harmonies of #EC3DBA
Complementary color
Monochromatic Colors of #EC3DBA
Black with #EC3DBA
Text Example
Text Example
White with #EC3DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DBA; }
p { color: rgb(236,61,186); }
H1.HeaderClassName
{
color: #EC3DBA;
}
.AnyTagClassName
{
color: #EC3DBA;
}
</style>
background-color css
<style>
a { background-color: #EC3DBA; }
a { background-color: rgb(236,61,186); }
div.DivClassName
{
background-color: #EC3DBA;
}
.BgClassName
{
background-color: #EC3DBA;
}
</style>
border-color css
<style>
span { border-color: #EC3DBA; }
span { border-color: rgb(236,61,186); }
td.TdClassName
{
border-color: #EC3DBA;
}
.TagClassName
{
border-color: #EC3DBA;
}
</style>