Shades of Persian Rose #EA28A0
Tints of Persian Rose #EA28A0
RGB
CMYK
RGB Variations
Color information
#EA28A0 (or 0xEA28A0) is known color: Persian Rose. HEX triplet: EA, 28 and A0. RGB value is (234,40,160). Sum of RGB (Red+Green+Blue) = 234+40+160=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA28A0 is #15D75F. Grayscale: #6F6F6F. Windows color (decimal): -1431392 or 10496234. OLE color: 10496234.
HSL color Cylindrical-coordinate representation of color #EA28A0: hue angle of 322.89º 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 #EA28A0 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 160 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.08 |
| HSL | 322.89º | 0.82% | 0.54% | - |
| HSV(B) | 322.89º | 0.83% | 0.92% | - |
| XYZ | 41.04 | 21.55 | 35.25 | - |
| YUV | 111.69 | 155.27 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 160 | 0 | 0.83 | 0.32 | 0.08 | 322.89 | 0.82 | 0.54 |
| Hex | EA | 28 | A0 | 0 | 53 | 20 | 8 | 143 | 52 | 36 |
| Octal | 352 | 50 | 240 | 0 | 123 | 40 | 10 | 503 | 122 | 66 |
| Binary | 11101010 | 101000 | 10100000 | 0 | 1010011 | 100000 | 1000 | 101000011 | 1010010 | 110110 |
Color Harmonies of #EA28A0
Complementary color
Monochromatic Colors of #EA28A0
Black with #EA28A0
Text Example
Text Example
White with #EA28A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28A0; }
p { color: rgb(234,40,160); }
H1.HeaderClassName
{
color: #EA28A0;
}
.AnyTagClassName
{
color: #EA28A0;
}
</style>
background-color css
<style>
a { background-color: #EA28A0; }
a { background-color: rgb(234,40,160); }
div.DivClassName
{
background-color: #EA28A0;
}
.BgClassName
{
background-color: #EA28A0;
}
</style>
border-color css
<style>
span { border-color: #EA28A0; }
span { border-color: rgb(234,40,160); }
td.TdClassName
{
border-color: #EA28A0;
}
.TagClassName
{
border-color: #EA28A0;
}
</style>