Shades of Persian Rose #EC31A3
Tints of Persian Rose #EC31A3
RGB
CMYK
RGB Variations
Color information
#EC31A3 (or 0xEC31A3) is known color: Persian Rose. HEX triplet: EC, 31 and A3. RGB value is (236,49,163). Sum of RGB (Red+Green+Blue) = 236+49+163=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC31A3 is #13CE5C. Grayscale: #757575. Windows color (decimal): -1298013 or 10695148. OLE color: 10695148.
HSL color Cylindrical-coordinate representation of color #EC31A3: hue angle of 323.42º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC31A3 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 163 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.07 |
| HSL | 323.42º | 0.83% | 0.56% | - |
| HSV(B) | 323.42º | 0.79% | 0.93% | - |
| XYZ | 42.3 | 22.67 | 36.8 | - |
| YUV | 117.91 | 153.45 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 163 | 0 | 0.79 | 0.31 | 0.07 | 323.42 | 0.83 | 0.56 |
| Hex | EC | 31 | A3 | 0 | 4F | 1F | 7 | 143 | 53 | 38 |
| Octal | 354 | 61 | 243 | 0 | 117 | 37 | 7 | 503 | 123 | 70 |
| Binary | 11101100 | 110001 | 10100011 | 0 | 1001111 | 11111 | 111 | 101000011 | 1010011 | 111000 |
Color Harmonies of #EC31A3
Complementary color
Monochromatic Colors of #EC31A3
Black with #EC31A3
Text Example
Text Example
White with #EC31A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC31A3; }
p { color: rgb(236,49,163); }
H1.HeaderClassName
{
color: #EC31A3;
}
.AnyTagClassName
{
color: #EC31A3;
}
</style>
background-color css
<style>
a { background-color: #EC31A3; }
a { background-color: rgb(236,49,163); }
div.DivClassName
{
background-color: #EC31A3;
}
.BgClassName
{
background-color: #EC31A3;
}
</style>
border-color css
<style>
span { border-color: #EC31A3; }
span { border-color: rgb(236,49,163); }
td.TdClassName
{
border-color: #EC31A3;
}
.TagClassName
{
border-color: #EC31A3;
}
</style>