Shades of Persian Rose #EA2BA1
Tints of Persian Rose #EA2BA1
RGB
CMYK
RGB Variations
Color information
#EA2BA1 (or 0xEA2BA1) is known color: Persian Rose. HEX triplet: EA, 2B and A1. RGB value is (234,43,161). Sum of RGB (Red+Green+Blue) = 234+43+161=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2BA1 is #15D45E. Grayscale: #717171. Windows color (decimal): -1430623 or 10562538. OLE color: 10562538.
HSL color Cylindrical-coordinate representation of color #EA2BA1: hue angle of 322.93º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2BA1 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 161 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.08 |
| HSL | 322.93º | 0.82% | 0.54% | - |
| HSV(B) | 322.93º | 0.82% | 0.92% | - |
| XYZ | 41.23 | 21.79 | 35.75 | - |
| YUV | 113.56 | 154.78 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 161 | 0 | 0.82 | 0.31 | 0.08 | 322.93 | 0.82 | 0.54 |
| Hex | EA | 2B | A1 | 0 | 52 | 1F | 8 | 143 | 52 | 36 |
| Octal | 352 | 53 | 241 | 0 | 122 | 37 | 10 | 503 | 122 | 66 |
| Binary | 11101010 | 101011 | 10100001 | 0 | 1010010 | 11111 | 1000 | 101000011 | 1010010 | 110110 |
Color Harmonies of #EA2BA1
Complementary color
Monochromatic Colors of #EA2BA1
Black with #EA2BA1
Text Example
Text Example
White with #EA2BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2BA1; }
p { color: rgb(234,43,161); }
H1.HeaderClassName
{
color: #EA2BA1;
}
.AnyTagClassName
{
color: #EA2BA1;
}
</style>
background-color css
<style>
a { background-color: #EA2BA1; }
a { background-color: rgb(234,43,161); }
div.DivClassName
{
background-color: #EA2BA1;
}
.BgClassName
{
background-color: #EA2BA1;
}
</style>
border-color css
<style>
span { border-color: #EA2BA1; }
span { border-color: rgb(234,43,161); }
td.TdClassName
{
border-color: #EA2BA1;
}
.TagClassName
{
border-color: #EA2BA1;
}
</style>