Shades of Razzle Dazzle Rose #EC4BBE
Tints of Razzle Dazzle Rose #EC4BBE
RGB
CMYK
RGB Variations
Color information
#EC4BBE (or 0xEC4BBE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 4B and BE. RGB value is (236,75,190). Sum of RGB (Red+Green+Blue) = 236+75+190=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BBE is #13B441. Grayscale: #878787. Windows color (decimal): -1291330 or 12471276. OLE color: 12471276.
HSL color Cylindrical-coordinate representation of color #EC4BBE: hue angle of 317.14º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4BBE is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 190 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.07 |
| HSL | 317.14º | 0.81% | 0.61% | - |
| HSV(B) | 317.14º | 0.68% | 0.93% | - |
| XYZ | 46.4 | 26.58 | 51.4 | - |
| YUV | 136.25 | 158.34 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 190 | 0 | 0.68 | 0.19 | 0.07 | 317.14 | 0.81 | 0.61 |
| Hex | EC | 4B | BE | 0 | 44 | 13 | 7 | 13D | 51 | 3D |
| Octal | 354 | 113 | 276 | 0 | 104 | 23 | 7 | 475 | 121 | 75 |
| Binary | 11101100 | 1001011 | 10111110 | 0 | 1000100 | 10011 | 111 | 100111101 | 1010001 | 111101 |
Color Harmonies of #EC4BBE
Complementary color
Monochromatic Colors of #EC4BBE
Black with #EC4BBE
Text Example
Text Example
White with #EC4BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BBE; }
p { color: rgb(236,75,190); }
H1.HeaderClassName
{
color: #EC4BBE;
}
.AnyTagClassName
{
color: #EC4BBE;
}
</style>
background-color css
<style>
a { background-color: #EC4BBE; }
a { background-color: rgb(236,75,190); }
div.DivClassName
{
background-color: #EC4BBE;
}
.BgClassName
{
background-color: #EC4BBE;
}
</style>
border-color css
<style>
span { border-color: #EC4BBE; }
span { border-color: rgb(236,75,190); }
td.TdClassName
{
border-color: #EC4BBE;
}
.TagClassName
{
border-color: #EC4BBE;
}
</style>