Shades of Persian Rose #EB31A8
Tints of Persian Rose #EB31A8
RGB
CMYK
RGB Variations
Color information
#EB31A8 (or 0xEB31A8) is known color: Persian Rose. HEX triplet: EB, 31 and A8. RGB value is (235,49,168). Sum of RGB (Red+Green+Blue) = 235+49+168=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB31A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB31A8 is #14CE57. Grayscale: #757575. Windows color (decimal): -1363544 or 11022827. OLE color: 11022827.
HSL color Cylindrical-coordinate representation of color #EB31A8: hue angle of 321.61º 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 #EB31A8 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 49 | 168 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.08 |
| HSL | 321.61º | 0.82% | 0.56% | - |
| HSV(B) | 321.61º | 0.79% | 0.92% | - |
| XYZ | 42.43 | 22.69 | 39.19 | - |
| YUV | 118.18 | 156.12 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 49 | 168 | 0 | 0.79 | 0.29 | 0.08 | 321.61 | 0.82 | 0.56 |
| Hex | EB | 31 | A8 | 0 | 4F | 1D | 8 | 142 | 52 | 38 |
| Octal | 353 | 61 | 250 | 0 | 117 | 35 | 10 | 502 | 122 | 70 |
| Binary | 11101011 | 110001 | 10101000 | 0 | 1001111 | 11101 | 1000 | 101000010 | 1010010 | 111000 |
Color Harmonies of #EB31A8
Complementary color
Monochromatic Colors of #EB31A8
Black with #EB31A8
Text Example
Text Example
White with #EB31A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB31A8; }
p { color: rgb(235,49,168); }
H1.HeaderClassName
{
color: #EB31A8;
}
.AnyTagClassName
{
color: #EB31A8;
}
</style>
background-color css
<style>
a { background-color: #EB31A8; }
a { background-color: rgb(235,49,168); }
div.DivClassName
{
background-color: #EB31A8;
}
.BgClassName
{
background-color: #EB31A8;
}
</style>
border-color css
<style>
span { border-color: #EB31A8; }
span { border-color: rgb(235,49,168); }
td.TdClassName
{
border-color: #EB31A8;
}
.TagClassName
{
border-color: #EB31A8;
}
</style>