Shades of Persian Rose #EA289B
Tints of Persian Rose #EA289B
RGB
CMYK
RGB Variations
Color information
#EA289B (or 0xEA289B) is known color: Persian Rose. HEX triplet: EA, 28 and 9B. RGB value is (234,40,155). Sum of RGB (Red+Green+Blue) = 234+40+155=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA289B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA289B is #15D764. Grayscale: #6E6E6E. Windows color (decimal): -1431397 or 10168554. OLE color: 10168554.
HSL color Cylindrical-coordinate representation of color #EA289B: hue angle of 324.43º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA289B is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 155 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.08 |
| HSL | 324.43º | 0.82% | 0.54% | - |
| HSV(B) | 324.43º | 0.83% | 0.92% | - |
| XYZ | 40.61 | 21.38 | 33 | - |
| YUV | 111.12 | 152.77 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 155 | 0 | 0.83 | 0.34 | 0.08 | 324.43 | 0.82 | 0.54 |
| Hex | EA | 28 | 9B | 0 | 53 | 22 | 8 | 144 | 52 | 36 |
| Octal | 352 | 50 | 233 | 0 | 123 | 42 | 10 | 504 | 122 | 66 |
| Binary | 11101010 | 101000 | 10011011 | 0 | 1010011 | 100010 | 1000 | 101000100 | 1010010 | 110110 |
Color Harmonies of #EA289B
Complementary color
Monochromatic Colors of #EA289B
Black with #EA289B
Text Example
Text Example
White with #EA289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA289B; }
p { color: rgb(234,40,155); }
H1.HeaderClassName
{
color: #EA289B;
}
.AnyTagClassName
{
color: #EA289B;
}
</style>
background-color css
<style>
a { background-color: #EA289B; }
a { background-color: rgb(234,40,155); }
div.DivClassName
{
background-color: #EA289B;
}
.BgClassName
{
background-color: #EA289B;
}
</style>
border-color css
<style>
span { border-color: #EA289B; }
span { border-color: rgb(234,40,155); }
td.TdClassName
{
border-color: #EA289B;
}
.TagClassName
{
border-color: #EA289B;
}
</style>