Shades of Razzle Dazzle Rose #EC3BBA
Tints of Razzle Dazzle Rose #EC3BBA
RGB
CMYK
RGB Variations
Color information
#EC3BBA (or 0xEC3BBA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3B and BA. RGB value is (236,59,186). Sum of RGB (Red+Green+Blue) = 236+59+186=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3BBA is #13C445. Grayscale: #7E7E7E. Windows color (decimal): -1295430 or 12205036. OLE color: 12205036.
HSL color Cylindrical-coordinate representation of color #EC3BBA: hue angle of 316.95º 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 #EC3BBA is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 186 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.07 |
| HSL | 316.95º | 0.82% | 0.58% | - |
| HSV(B) | 316.95º | 0.75% | 0.93% | - |
| XYZ | 45.02 | 24.51 | 48.81 | - |
| YUV | 126.4 | 161.64 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 186 | 0 | 0.75 | 0.21 | 0.07 | 316.95 | 0.82 | 0.58 |
| Hex | EC | 3B | BA | 0 | 4B | 15 | 7 | 13D | 52 | 3A |
| Octal | 354 | 73 | 272 | 0 | 113 | 25 | 7 | 475 | 122 | 72 |
| Binary | 11101100 | 111011 | 10111010 | 0 | 1001011 | 10101 | 111 | 100111101 | 1010010 | 111010 |
Color Harmonies of #EC3BBA
Complementary color
Monochromatic Colors of #EC3BBA
Black with #EC3BBA
Text Example
Text Example
White with #EC3BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3BBA; }
p { color: rgb(236,59,186); }
H1.HeaderClassName
{
color: #EC3BBA;
}
.AnyTagClassName
{
color: #EC3BBA;
}
</style>
background-color css
<style>
a { background-color: #EC3BBA; }
a { background-color: rgb(236,59,186); }
div.DivClassName
{
background-color: #EC3BBA;
}
.BgClassName
{
background-color: #EC3BBA;
}
</style>
border-color css
<style>
span { border-color: #EC3BBA; }
span { border-color: rgb(236,59,186); }
td.TdClassName
{
border-color: #EC3BBA;
}
.TagClassName
{
border-color: #EC3BBA;
}
</style>