Shades of Persian Rose #EC3DAC
Tints of Persian Rose #EC3DAC
RGB
CMYK
RGB Variations
Color information
#EC3DAC (or 0xEC3DAC) is known color: Persian Rose. HEX triplet: EC, 3D and AC. RGB value is (236,61,172). Sum of RGB (Red+Green+Blue) = 236+61+172=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3DAC is #13C253. Grayscale: #7D7D7D. Windows color (decimal): -1294932 or 11288044. OLE color: 11288044.
HSL color Cylindrical-coordinate representation of color #EC3DAC: hue angle of 321.94º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3DAC is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 172 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.07 |
| HSL | 321.94º | 0.82% | 0.58% | - |
| HSV(B) | 321.94º | 0.74% | 0.93% | - |
| XYZ | 43.71 | 24.15 | 41.39 | - |
| YUV | 125.98 | 153.98 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 172 | 0 | 0.74 | 0.27 | 0.07 | 321.94 | 0.82 | 0.58 |
| Hex | EC | 3D | AC | 0 | 4A | 1B | 7 | 142 | 52 | 3A |
| Octal | 354 | 75 | 254 | 0 | 112 | 33 | 7 | 502 | 122 | 72 |
| Binary | 11101100 | 111101 | 10101100 | 0 | 1001010 | 11011 | 111 | 101000010 | 1010010 | 111010 |
Color Harmonies of #EC3DAC
Complementary color
Monochromatic Colors of #EC3DAC
Black with #EC3DAC
Text Example
Text Example
White with #EC3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DAC; }
p { color: rgb(236,61,172); }
H1.HeaderClassName
{
color: #EC3DAC;
}
.AnyTagClassName
{
color: #EC3DAC;
}
</style>
background-color css
<style>
a { background-color: #EC3DAC; }
a { background-color: rgb(236,61,172); }
div.DivClassName
{
background-color: #EC3DAC;
}
.BgClassName
{
background-color: #EC3DAC;
}
</style>
border-color css
<style>
span { border-color: #EC3DAC; }
span { border-color: rgb(236,61,172); }
td.TdClassName
{
border-color: #EC3DAC;
}
.TagClassName
{
border-color: #EC3DAC;
}
</style>