Shades of Persian Rose #EA2B9D
Tints of Persian Rose #EA2B9D
RGB
CMYK
RGB Variations
Color information
#EA2B9D (or 0xEA2B9D) is known color: Persian Rose. HEX triplet: EA, 2B and 9D. RGB value is (234,43,157). Sum of RGB (Red+Green+Blue) = 234+43+157=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2B9D is #15D462. Grayscale: #707070. Windows color (decimal): -1430627 or 10300394. OLE color: 10300394.
HSL color Cylindrical-coordinate representation of color #EA2B9D: hue angle of 324.19º 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 #EA2B9D is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 157 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.08 |
| HSL | 324.19º | 0.82% | 0.54% | - |
| HSV(B) | 324.19º | 0.82% | 0.92% | - |
| XYZ | 40.88 | 21.65 | 33.92 | - |
| YUV | 113.11 | 152.78 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 157 | 0 | 0.82 | 0.33 | 0.08 | 324.19 | 0.82 | 0.54 |
| Hex | EA | 2B | 9D | 0 | 52 | 21 | 8 | 144 | 52 | 36 |
| Octal | 352 | 53 | 235 | 0 | 122 | 41 | 10 | 504 | 122 | 66 |
| Binary | 11101010 | 101011 | 10011101 | 0 | 1010010 | 100001 | 1000 | 101000100 | 1010010 | 110110 |
Color Harmonies of #EA2B9D
Complementary color
Monochromatic Colors of #EA2B9D
Black with #EA2B9D
Text Example
Text Example
White with #EA2B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2B9D; }
p { color: rgb(234,43,157); }
H1.HeaderClassName
{
color: #EA2B9D;
}
.AnyTagClassName
{
color: #EA2B9D;
}
</style>
background-color css
<style>
a { background-color: #EA2B9D; }
a { background-color: rgb(234,43,157); }
div.DivClassName
{
background-color: #EA2B9D;
}
.BgClassName
{
background-color: #EA2B9D;
}
</style>
border-color css
<style>
span { border-color: #EA2B9D; }
span { border-color: rgb(234,43,157); }
td.TdClassName
{
border-color: #EA2B9D;
}
.TagClassName
{
border-color: #EA2B9D;
}
</style>