Shades of Razzle Dazzle Rose #EC4DBE
Tints of Razzle Dazzle Rose #EC4DBE
RGB
CMYK
RGB Variations
Color information
#EC4DBE (or 0xEC4DBE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 4D and BE. RGB value is (236,77,190). Sum of RGB (Red+Green+Blue) = 236+77+190=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DBE is #13B241. Grayscale: #898989. Windows color (decimal): -1290818 or 12471788. OLE color: 12471788.
HSL color Cylindrical-coordinate representation of color #EC4DBE: hue angle of 317.36º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4DBE is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 190 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.07 |
| HSL | 317.36º | 0.81% | 0.61% | - |
| HSV(B) | 317.36º | 0.67% | 0.93% | - |
| XYZ | 46.54 | 26.86 | 51.45 | - |
| YUV | 137.42 | 157.68 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 190 | 0 | 0.67 | 0.19 | 0.07 | 317.36 | 0.81 | 0.61 |
| Hex | EC | 4D | BE | 0 | 43 | 13 | 7 | 13D | 51 | 3D |
| Octal | 354 | 115 | 276 | 0 | 103 | 23 | 7 | 475 | 121 | 75 |
| Binary | 11101100 | 1001101 | 10111110 | 0 | 1000011 | 10011 | 111 | 100111101 | 1010001 | 111101 |
Color Harmonies of #EC4DBE
Complementary color
Monochromatic Colors of #EC4DBE
Black with #EC4DBE
Text Example
Text Example
White with #EC4DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DBE; }
p { color: rgb(236,77,190); }
H1.HeaderClassName
{
color: #EC4DBE;
}
.AnyTagClassName
{
color: #EC4DBE;
}
</style>
background-color css
<style>
a { background-color: #EC4DBE; }
a { background-color: rgb(236,77,190); }
div.DivClassName
{
background-color: #EC4DBE;
}
.BgClassName
{
background-color: #EC4DBE;
}
</style>
border-color css
<style>
span { border-color: #EC4DBE; }
span { border-color: rgb(236,77,190); }
td.TdClassName
{
border-color: #EC4DBE;
}
.TagClassName
{
border-color: #EC4DBE;
}
</style>