Shades of Persian Rose #EB31A0
Tints of Persian Rose #EB31A0
RGB
CMYK
RGB Variations
Color information
#EB31A0 (or 0xEB31A0) is known color: Persian Rose. HEX triplet: EB, 31 and A0. RGB value is (235,49,160). Sum of RGB (Red+Green+Blue) = 235+49+160=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB31A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB31A0 is #14CE5F. Grayscale: #757575. Windows color (decimal): -1363552 or 10498539. OLE color: 10498539.
HSL color Cylindrical-coordinate representation of color #EB31A0: hue angle of 324.19º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB31A0 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 49 | 160 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.08 |
| HSL | 324.19º | 0.82% | 0.56% | - |
| HSV(B) | 324.19º | 0.79% | 0.92% | - |
| XYZ | 41.7 | 22.4 | 35.38 | - |
| YUV | 117.27 | 152.12 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 49 | 160 | 0 | 0.79 | 0.32 | 0.08 | 324.19 | 0.82 | 0.56 |
| Hex | EB | 31 | A0 | 0 | 4F | 20 | 8 | 144 | 52 | 38 |
| Octal | 353 | 61 | 240 | 0 | 117 | 40 | 10 | 504 | 122 | 70 |
| Binary | 11101011 | 110001 | 10100000 | 0 | 1001111 | 100000 | 1000 | 101000100 | 1010010 | 111000 |
Color Harmonies of #EB31A0
Complementary color
Monochromatic Colors of #EB31A0
Black with #EB31A0
Text Example
Text Example
White with #EB31A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB31A0; }
p { color: rgb(235,49,160); }
H1.HeaderClassName
{
color: #EB31A0;
}
.AnyTagClassName
{
color: #EB31A0;
}
</style>
background-color css
<style>
a { background-color: #EB31A0; }
a { background-color: rgb(235,49,160); }
div.DivClassName
{
background-color: #EB31A0;
}
.BgClassName
{
background-color: #EB31A0;
}
</style>
border-color css
<style>
span { border-color: #EB31A0; }
span { border-color: rgb(235,49,160); }
td.TdClassName
{
border-color: #EB31A0;
}
.TagClassName
{
border-color: #EB31A0;
}
</style>