Shades of Persian Rose #EA31AF
Tints of Persian Rose #EA31AF
RGB
CMYK
RGB Variations
Color information
#EA31AF (or 0xEA31AF) is known color: Persian Rose. HEX triplet: EA, 31 and AF. RGB value is (234,49,175). Sum of RGB (Red+Green+Blue) = 234+49+175=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA31AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA31AF is #15CE50. Grayscale: #767676. Windows color (decimal): -1429073 or 11481578. OLE color: 11481578.
HSL color Cylindrical-coordinate representation of color #EA31AF: hue angle of 319.14º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA31AF is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 49 | 175 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.08 |
| HSL | 319.14º | 0.81% | 0.55% | - |
| HSV(B) | 319.14º | 0.79% | 0.92% | - |
| XYZ | 42.77 | 22.78 | 42.7 | - |
| YUV | 118.68 | 159.79 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 49 | 175 | 0 | 0.79 | 0.25 | 0.08 | 319.14 | 0.81 | 0.55 |
| Hex | EA | 31 | AF | 0 | 4F | 19 | 8 | 13F | 51 | 37 |
| Octal | 352 | 61 | 257 | 0 | 117 | 31 | 10 | 477 | 121 | 67 |
| Binary | 11101010 | 110001 | 10101111 | 0 | 1001111 | 11001 | 1000 | 100111111 | 1010001 | 110111 |
Color Harmonies of #EA31AF
Complementary color
Monochromatic Colors of #EA31AF
Black with #EA31AF
Text Example
Text Example
White with #EA31AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA31AF; }
p { color: rgb(234,49,175); }
H1.HeaderClassName
{
color: #EA31AF;
}
.AnyTagClassName
{
color: #EA31AF;
}
</style>
background-color css
<style>
a { background-color: #EA31AF; }
a { background-color: rgb(234,49,175); }
div.DivClassName
{
background-color: #EA31AF;
}
.BgClassName
{
background-color: #EA31AF;
}
</style>
border-color css
<style>
span { border-color: #EA31AF; }
span { border-color: rgb(234,49,175); }
td.TdClassName
{
border-color: #EA31AF;
}
.TagClassName
{
border-color: #EA31AF;
}
</style>