Shades of Razzle Dazzle Rose #EC3ACB
Tints of Razzle Dazzle Rose #EC3ACB
RGB
CMYK
RGB Variations
Color information
#EC3ACB (or 0xEC3ACB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3A and CB. RGB value is (236,58,203). Sum of RGB (Red+Green+Blue) = 236+58+203=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3ACB is #13C534. Grayscale: #7F7F7F. Windows color (decimal): -1295669 or 13318892. OLE color: 13318892.
HSL color Cylindrical-coordinate representation of color #EC3ACB: hue angle of 311.12º 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 #EC3ACB is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 203 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.07 |
| HSL | 311.12º | 0.82% | 0.58% | - |
| HSV(B) | 311.12º | 0.75% | 0.93% | - |
| XYZ | 46.88 | 25.17 | 58.89 | - |
| YUV | 127.75 | 170.47 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 203 | 0 | 0.75 | 0.14 | 0.07 | 311.12 | 0.82 | 0.58 |
| Hex | EC | 3A | CB | 0 | 4B | E | 7 | 137 | 52 | 3A |
| Octal | 354 | 72 | 313 | 0 | 113 | 16 | 7 | 467 | 122 | 72 |
| Binary | 11101100 | 111010 | 11001011 | 0 | 1001011 | 1110 | 111 | 100110111 | 1010010 | 111010 |
Color Harmonies of #EC3ACB
Complementary color
Monochromatic Colors of #EC3ACB
Black with #EC3ACB
Text Example
Text Example
White with #EC3ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3ACB; }
p { color: rgb(236,58,203); }
H1.HeaderClassName
{
color: #EC3ACB;
}
.AnyTagClassName
{
color: #EC3ACB;
}
</style>
background-color css
<style>
a { background-color: #EC3ACB; }
a { background-color: rgb(236,58,203); }
div.DivClassName
{
background-color: #EC3ACB;
}
.BgClassName
{
background-color: #EC3ACB;
}
</style>
border-color css
<style>
span { border-color: #EC3ACB; }
span { border-color: rgb(236,58,203); }
td.TdClassName
{
border-color: #EC3ACB;
}
.TagClassName
{
border-color: #EC3ACB;
}
</style>