Shades of Persian Rose #EA2EA1
Tints of Persian Rose #EA2EA1
RGB
CMYK
RGB Variations
Color information
#EA2EA1 (or 0xEA2EA1) is known color: Persian Rose. HEX triplet: EA, 2E and A1. RGB value is (234,46,161). Sum of RGB (Red+Green+Blue) = 234+46+161=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2EA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2EA1 is #15D15E. Grayscale: #737373. Windows color (decimal): -1429855 or 10563306. OLE color: 10563306.
HSL color Cylindrical-coordinate representation of color #EA2EA1: hue angle of 323.3º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2EA1 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 46 | 161 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.08 |
| HSL | 323.3º | 0.82% | 0.55% | - |
| HSV(B) | 323.3º | 0.8% | 0.92% | - |
| XYZ | 41.34 | 22.02 | 35.79 | - |
| YUV | 115.32 | 153.78 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 46 | 161 | 0 | 0.80 | 0.31 | 0.08 | 323.3 | 0.82 | 0.55 |
| Hex | EA | 2E | A1 | 0 | 50 | 1F | 8 | 143 | 52 | 37 |
| Octal | 352 | 56 | 241 | 0 | 120 | 37 | 10 | 503 | 122 | 67 |
| Binary | 11101010 | 101110 | 10100001 | 0 | 1010000 | 11111 | 1000 | 101000011 | 1010010 | 110111 |
Color Harmonies of #EA2EA1
Complementary color
Monochromatic Colors of #EA2EA1
Black with #EA2EA1
Text Example
Text Example
White with #EA2EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2EA1; }
p { color: rgb(234,46,161); }
H1.HeaderClassName
{
color: #EA2EA1;
}
.AnyTagClassName
{
color: #EA2EA1;
}
</style>
background-color css
<style>
a { background-color: #EA2EA1; }
a { background-color: rgb(234,46,161); }
div.DivClassName
{
background-color: #EA2EA1;
}
.BgClassName
{
background-color: #EA2EA1;
}
</style>
border-color css
<style>
span { border-color: #EA2EA1; }
span { border-color: rgb(234,46,161); }
td.TdClassName
{
border-color: #EA2EA1;
}
.TagClassName
{
border-color: #EA2EA1;
}
</style>