Shades of Persian Rose #EC31B1
Tints of Persian Rose #EC31B1
RGB
CMYK
RGB Variations
Color information
#EC31B1 (or 0xEC31B1) is known color: Persian Rose. HEX triplet: EC, 31 and B1. RGB value is (236,49,177). Sum of RGB (Red+Green+Blue) = 236+49+177=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC31B1 is #13CE4E. Grayscale: #777777. Windows color (decimal): -1297999 or 11612652. OLE color: 11612652.
HSL color Cylindrical-coordinate representation of color #EC31B1: hue angle of 318.93º 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 #EC31B1 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 177 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.07 |
| HSL | 318.93º | 0.83% | 0.56% | - |
| HSV(B) | 318.93º | 0.79% | 0.93% | - |
| XYZ | 43.63 | 23.2 | 43.77 | - |
| YUV | 119.51 | 160.45 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 177 | 0 | 0.79 | 0.25 | 0.07 | 318.93 | 0.83 | 0.56 |
| Hex | EC | 31 | B1 | 0 | 4F | 19 | 7 | 13F | 53 | 38 |
| Octal | 354 | 61 | 261 | 0 | 117 | 31 | 7 | 477 | 123 | 70 |
| Binary | 11101100 | 110001 | 10110001 | 0 | 1001111 | 11001 | 111 | 100111111 | 1010011 | 111000 |
Color Harmonies of #EC31B1
Complementary color
Monochromatic Colors of #EC31B1
Black with #EC31B1
Text Example
Text Example
White with #EC31B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC31B1; }
p { color: rgb(236,49,177); }
H1.HeaderClassName
{
color: #EC31B1;
}
.AnyTagClassName
{
color: #EC31B1;
}
</style>
background-color css
<style>
a { background-color: #EC31B1; }
a { background-color: rgb(236,49,177); }
div.DivClassName
{
background-color: #EC31B1;
}
.BgClassName
{
background-color: #EC31B1;
}
</style>
border-color css
<style>
span { border-color: #EC31B1; }
span { border-color: rgb(236,49,177); }
td.TdClassName
{
border-color: #EC31B1;
}
.TagClassName
{
border-color: #EC31B1;
}
</style>