Shades of Persian Rose #EC3DAA
Tints of Persian Rose #EC3DAA
RGB
CMYK
RGB Variations
Color information
#EC3DAA (or 0xEC3DAA) is known color: Persian Rose. HEX triplet: EC, 3D and AA. RGB value is (236,61,170). Sum of RGB (Red+Green+Blue) = 236+61+170=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3DAA is #13C255. Grayscale: #7D7D7D. Windows color (decimal): -1294934 or 11156972. OLE color: 11156972.
HSL color Cylindrical-coordinate representation of color #EC3DAA: hue angle of 322.63º 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 #EC3DAA is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 170 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.07 |
| HSL | 322.63º | 0.82% | 0.58% | - |
| HSV(B) | 322.63º | 0.74% | 0.93% | - |
| XYZ | 43.52 | 24.07 | 40.38 | - |
| YUV | 125.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 170 | 0 | 0.74 | 0.28 | 0.07 | 322.63 | 0.82 | 0.58 |
| Hex | EC | 3D | AA | 0 | 4A | 1C | 7 | 143 | 52 | 3A |
| Octal | 354 | 75 | 252 | 0 | 112 | 34 | 7 | 503 | 122 | 72 |
| Binary | 11101100 | 111101 | 10101010 | 0 | 1001010 | 11100 | 111 | 101000011 | 1010010 | 111010 |
Color Harmonies of #EC3DAA
Complementary color
Monochromatic Colors of #EC3DAA
Black with #EC3DAA
Text Example
Text Example
White with #EC3DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DAA; }
p { color: rgb(236,61,170); }
H1.HeaderClassName
{
color: #EC3DAA;
}
.AnyTagClassName
{
color: #EC3DAA;
}
</style>
background-color css
<style>
a { background-color: #EC3DAA; }
a { background-color: rgb(236,61,170); }
div.DivClassName
{
background-color: #EC3DAA;
}
.BgClassName
{
background-color: #EC3DAA;
}
</style>
border-color css
<style>
span { border-color: #EC3DAA; }
span { border-color: rgb(236,61,170); }
td.TdClassName
{
border-color: #EC3DAA;
}
.TagClassName
{
border-color: #EC3DAA;
}
</style>