Shades of Persian Rose #EA34A0
Tints of Persian Rose #EA34A0
RGB
CMYK
RGB Variations
Color information
#EA34A0 (or 0xEA34A0) is known color: Persian Rose. HEX triplet: EA, 34 and A0. RGB value is (234,52,160). Sum of RGB (Red+Green+Blue) = 234+52+160=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA34A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA34A0 is #15CB5F. Grayscale: #767676. Windows color (decimal): -1428320 or 10499306. OLE color: 10499306.
HSL color Cylindrical-coordinate representation of color #EA34A0: hue angle of 324.4º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA34A0 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 160 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.08 |
| HSL | 324.4º | 0.81% | 0.56% | - |
| HSV(B) | 324.4º | 0.78% | 0.92% | - |
| XYZ | 41.5 | 22.49 | 35.41 | - |
| YUV | 118.73 | 151.3 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 160 | 0 | 0.78 | 0.32 | 0.08 | 324.4 | 0.81 | 0.56 |
| Hex | EA | 34 | A0 | 0 | 4E | 20 | 8 | 144 | 51 | 38 |
| Octal | 352 | 64 | 240 | 0 | 116 | 40 | 10 | 504 | 121 | 70 |
| Binary | 11101010 | 110100 | 10100000 | 0 | 1001110 | 100000 | 1000 | 101000100 | 1010001 | 111000 |
Color Harmonies of #EA34A0
Complementary color
Monochromatic Colors of #EA34A0
Black with #EA34A0
Text Example
Text Example
White with #EA34A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA34A0; }
p { color: rgb(234,52,160); }
H1.HeaderClassName
{
color: #EA34A0;
}
.AnyTagClassName
{
color: #EA34A0;
}
</style>
background-color css
<style>
a { background-color: #EA34A0; }
a { background-color: rgb(234,52,160); }
div.DivClassName
{
background-color: #EA34A0;
}
.BgClassName
{
background-color: #EA34A0;
}
</style>
border-color css
<style>
span { border-color: #EA34A0; }
span { border-color: rgb(234,52,160); }
td.TdClassName
{
border-color: #EA34A0;
}
.TagClassName
{
border-color: #EA34A0;
}
</style>