Shades of Persian Rose #EA34AD
Tints of Persian Rose #EA34AD
RGB
CMYK
RGB Variations
Color information
#EA34AD (or 0xEA34AD) is known color: Persian Rose. HEX triplet: EA, 34 and AD. RGB value is (234,52,173). Sum of RGB (Red+Green+Blue) = 234+52+173=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA34AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA34AD is #15CB52. Grayscale: #777777. Windows color (decimal): -1428307 or 11351274. OLE color: 11351274.
HSL color Cylindrical-coordinate representation of color #EA34AD: hue angle of 320.11º 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 #EA34AD is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 173 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.08 |
| HSL | 320.11º | 0.81% | 0.56% | - |
| HSV(B) | 320.11º | 0.78% | 0.92% | - |
| XYZ | 42.7 | 22.97 | 41.72 | - |
| YUV | 120.21 | 157.8 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 173 | 0 | 0.78 | 0.26 | 0.08 | 320.11 | 0.81 | 0.56 |
| Hex | EA | 34 | AD | 0 | 4E | 1A | 8 | 140 | 51 | 38 |
| Octal | 352 | 64 | 255 | 0 | 116 | 32 | 10 | 500 | 121 | 70 |
| Binary | 11101010 | 110100 | 10101101 | 0 | 1001110 | 11010 | 1000 | 101000000 | 1010001 | 111000 |
Color Harmonies of #EA34AD
Complementary color
Monochromatic Colors of #EA34AD
Black with #EA34AD
Text Example
Text Example
White with #EA34AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA34AD; }
p { color: rgb(234,52,173); }
H1.HeaderClassName
{
color: #EA34AD;
}
.AnyTagClassName
{
color: #EA34AD;
}
</style>
background-color css
<style>
a { background-color: #EA34AD; }
a { background-color: rgb(234,52,173); }
div.DivClassName
{
background-color: #EA34AD;
}
.BgClassName
{
background-color: #EA34AD;
}
</style>
border-color css
<style>
span { border-color: #EA34AD; }
span { border-color: rgb(234,52,173); }
td.TdClassName
{
border-color: #EA34AD;
}
.TagClassName
{
border-color: #EA34AD;
}
</style>