Shades of Razzle Dazzle Rose #EC4AC1
Tints of Razzle Dazzle Rose #EC4AC1
RGB
CMYK
RGB Variations
Color information
#EC4AC1 (or 0xEC4AC1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 4A and C1. RGB value is (236,74,193). Sum of RGB (Red+Green+Blue) = 236+74+193=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4AC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4AC1 is #13B53E. Grayscale: #878787. Windows color (decimal): -1291583 or 12667628. OLE color: 12667628.
HSL color Cylindrical-coordinate representation of color #EC4AC1: hue angle of 315.93º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4AC1 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 193 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.07 |
| HSL | 315.93º | 0.81% | 0.61% | - |
| HSV(B) | 315.93º | 0.69% | 0.93% | - |
| XYZ | 46.67 | 26.58 | 53.12 | - |
| YUV | 136 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 193 | 0 | 0.69 | 0.18 | 0.07 | 315.93 | 0.81 | 0.61 |
| Hex | EC | 4A | C1 | 0 | 45 | 12 | 7 | 13C | 51 | 3D |
| Octal | 354 | 112 | 301 | 0 | 105 | 22 | 7 | 474 | 121 | 75 |
| Binary | 11101100 | 1001010 | 11000001 | 0 | 1000101 | 10010 | 111 | 100111100 | 1010001 | 111101 |
Color Harmonies of #EC4AC1
Complementary color
Monochromatic Colors of #EC4AC1
Black with #EC4AC1
Text Example
Text Example
White with #EC4AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4AC1; }
p { color: rgb(236,74,193); }
H1.HeaderClassName
{
color: #EC4AC1;
}
.AnyTagClassName
{
color: #EC4AC1;
}
</style>
background-color css
<style>
a { background-color: #EC4AC1; }
a { background-color: rgb(236,74,193); }
div.DivClassName
{
background-color: #EC4AC1;
}
.BgClassName
{
background-color: #EC4AC1;
}
</style>
border-color css
<style>
span { border-color: #EC4AC1; }
span { border-color: rgb(236,74,193); }
td.TdClassName
{
border-color: #EC4AC1;
}
.TagClassName
{
border-color: #EC4AC1;
}
</style>