Shades of Persian Rose #EC31B4
Tints of Persian Rose #EC31B4
RGB
CMYK
RGB Variations
Color information
#EC31B4 (or 0xEC31B4) is known color: Persian Rose. HEX triplet: EC, 31 and B4. RGB value is (236,49,180). Sum of RGB (Red+Green+Blue) = 236+49+180=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC31B4 is #13CE4B. Grayscale: #777777. Windows color (decimal): -1297996 or 11809260. OLE color: 11809260.
HSL color Cylindrical-coordinate representation of color #EC31B4: hue angle of 317.97º 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 #EC31B4 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 180 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.07 |
| HSL | 317.97º | 0.83% | 0.56% | - |
| HSV(B) | 317.97º | 0.79% | 0.93% | - |
| XYZ | 43.93 | 23.32 | 45.37 | - |
| YUV | 119.85 | 161.95 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 180 | 0 | 0.79 | 0.24 | 0.07 | 317.97 | 0.83 | 0.56 |
| Hex | EC | 31 | B4 | 0 | 4F | 18 | 7 | 13E | 53 | 38 |
| Octal | 354 | 61 | 264 | 0 | 117 | 30 | 7 | 476 | 123 | 70 |
| Binary | 11101100 | 110001 | 10110100 | 0 | 1001111 | 11000 | 111 | 100111110 | 1010011 | 111000 |
Color Harmonies of #EC31B4
Complementary color
Monochromatic Colors of #EC31B4
Black with #EC31B4
Text Example
Text Example
White with #EC31B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC31B4; }
p { color: rgb(236,49,180); }
H1.HeaderClassName
{
color: #EC31B4;
}
.AnyTagClassName
{
color: #EC31B4;
}
</style>
background-color css
<style>
a { background-color: #EC31B4; }
a { background-color: rgb(236,49,180); }
div.DivClassName
{
background-color: #EC31B4;
}
.BgClassName
{
background-color: #EC31B4;
}
</style>
border-color css
<style>
span { border-color: #EC31B4; }
span { border-color: rgb(236,49,180); }
td.TdClassName
{
border-color: #EC31B4;
}
.TagClassName
{
border-color: #EC31B4;
}
</style>