Shades of Persian Rose #EA289A
Tints of Persian Rose #EA289A
RGB
CMYK
RGB Variations
Color information
#EA289A (or 0xEA289A) is known color: Persian Rose. HEX triplet: EA, 28 and 9A. RGB value is (234,40,154). Sum of RGB (Red+Green+Blue) = 234+40+154=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA289A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA289A is #15D765. Grayscale: #6E6E6E. Windows color (decimal): -1431398 or 10103018. OLE color: 10103018.
HSL color Cylindrical-coordinate representation of color #EA289A: hue angle of 324.74º 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 #EA289A is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 154 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.08 |
| HSL | 324.74º | 0.82% | 0.54% | - |
| HSV(B) | 324.74º | 0.83% | 0.92% | - |
| XYZ | 40.52 | 21.34 | 32.56 | - |
| YUV | 111 | 152.27 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 154 | 0 | 0.83 | 0.34 | 0.08 | 324.74 | 0.82 | 0.54 |
| Hex | EA | 28 | 9A | 0 | 53 | 22 | 8 | 145 | 52 | 36 |
| Octal | 352 | 50 | 232 | 0 | 123 | 42 | 10 | 505 | 122 | 66 |
| Binary | 11101010 | 101000 | 10011010 | 0 | 1010011 | 100010 | 1000 | 101000101 | 1010010 | 110110 |
Color Harmonies of #EA289A
Complementary color
Monochromatic Colors of #EA289A
Black with #EA289A
Text Example
Text Example
White with #EA289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA289A; }
p { color: rgb(234,40,154); }
H1.HeaderClassName
{
color: #EA289A;
}
.AnyTagClassName
{
color: #EA289A;
}
</style>
background-color css
<style>
a { background-color: #EA289A; }
a { background-color: rgb(234,40,154); }
div.DivClassName
{
background-color: #EA289A;
}
.BgClassName
{
background-color: #EA289A;
}
</style>
border-color css
<style>
span { border-color: #EA289A; }
span { border-color: rgb(234,40,154); }
td.TdClassName
{
border-color: #EA289A;
}
.TagClassName
{
border-color: #EA289A;
}
</style>