Shades of Persian Rose #EC3DAB
Tints of Persian Rose #EC3DAB
RGB
CMYK
RGB Variations
Color information
#EC3DAB (or 0xEC3DAB) is known color: Persian Rose. HEX triplet: EC, 3D and AB. RGB value is (236,61,171). Sum of RGB (Red+Green+Blue) = 236+61+171=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3DAB is #13C254. Grayscale: #7D7D7D. Windows color (decimal): -1294933 or 11222508. OLE color: 11222508.
HSL color Cylindrical-coordinate representation of color #EC3DAB: hue angle of 322.29º 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 #EC3DAB is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 171 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.07 |
| HSL | 322.29º | 0.82% | 0.58% | - |
| HSV(B) | 322.29º | 0.74% | 0.93% | - |
| XYZ | 43.61 | 24.11 | 40.88 | - |
| YUV | 125.87 | 153.48 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 171 | 0 | 0.74 | 0.28 | 0.07 | 322.29 | 0.82 | 0.58 |
| Hex | EC | 3D | AB | 0 | 4A | 1C | 7 | 142 | 52 | 3A |
| Octal | 354 | 75 | 253 | 0 | 112 | 34 | 7 | 502 | 122 | 72 |
| Binary | 11101100 | 111101 | 10101011 | 0 | 1001010 | 11100 | 111 | 101000010 | 1010010 | 111010 |
Color Harmonies of #EC3DAB
Complementary color
Monochromatic Colors of #EC3DAB
Black with #EC3DAB
Text Example
Text Example
White with #EC3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DAB; }
p { color: rgb(236,61,171); }
H1.HeaderClassName
{
color: #EC3DAB;
}
.AnyTagClassName
{
color: #EC3DAB;
}
</style>
background-color css
<style>
a { background-color: #EC3DAB; }
a { background-color: rgb(236,61,171); }
div.DivClassName
{
background-color: #EC3DAB;
}
.BgClassName
{
background-color: #EC3DAB;
}
</style>
border-color css
<style>
span { border-color: #EC3DAB; }
span { border-color: rgb(236,61,171); }
td.TdClassName
{
border-color: #EC3DAB;
}
.TagClassName
{
border-color: #EC3DAB;
}
</style>