Shades of Persian Rose #EA1DA0
Tints of Persian Rose #EA1DA0
RGB
CMYK
RGB Variations
Color information
#EA1DA0 (or 0xEA1DA0) is known color: Persian Rose. HEX triplet: EA, 1D and A0. RGB value is (234,29,160). Sum of RGB (Red+Green+Blue) = 234+29+160=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1DA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1DA0 is #15E25F. Grayscale: #686868. Windows color (decimal): -1434208 or 10493418. OLE color: 10493418.
HSL color Cylindrical-coordinate representation of color #EA1DA0: hue angle of 321.66º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1DA0 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 160 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.08 |
| HSL | 321.66º | 0.83% | 0.52% | - |
| HSV(B) | 321.66º | 0.88% | 0.92% | - |
| XYZ | 40.72 | 20.91 | 35.15 | - |
| YUV | 105.23 | 158.92 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 160 | 0 | 0.88 | 0.32 | 0.08 | 321.66 | 0.83 | 0.52 |
| Hex | EA | 1D | A0 | 0 | 58 | 20 | 8 | 142 | 53 | 34 |
| Octal | 352 | 35 | 240 | 0 | 130 | 40 | 10 | 502 | 123 | 64 |
| Binary | 11101010 | 11101 | 10100000 | 0 | 1011000 | 100000 | 1000 | 101000010 | 1010011 | 110100 |
Color Harmonies of #EA1DA0
Complementary color
Monochromatic Colors of #EA1DA0
Black with #EA1DA0
Text Example
Text Example
White with #EA1DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1DA0; }
p { color: rgb(234,29,160); }
H1.HeaderClassName
{
color: #EA1DA0;
}
.AnyTagClassName
{
color: #EA1DA0;
}
</style>
background-color css
<style>
a { background-color: #EA1DA0; }
a { background-color: rgb(234,29,160); }
div.DivClassName
{
background-color: #EA1DA0;
}
.BgClassName
{
background-color: #EA1DA0;
}
</style>
border-color css
<style>
span { border-color: #EA1DA0; }
span { border-color: rgb(234,29,160); }
td.TdClassName
{
border-color: #EA1DA0;
}
.TagClassName
{
border-color: #EA1DA0;
}
</style>