Shades of Persian Rose #EA25A7
Tints of Persian Rose #EA25A7
RGB
CMYK
RGB Variations
Color information
#EA25A7 (or 0xEA25A7) is known color: Persian Rose. HEX triplet: EA, 25 and A7. RGB value is (234,37,167). Sum of RGB (Red+Green+Blue) = 234+37+167=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA25A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA25A7 is #15DA58. Grayscale: #6E6E6E. Windows color (decimal): -1432153 or 10954218. OLE color: 10954218.
HSL color Cylindrical-coordinate representation of color #EA25A7: hue angle of 320.41º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA25A7 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 167 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.08 |
| HSL | 320.41º | 0.82% | 0.53% | - |
| HSV(B) | 320.41º | 0.84% | 0.92% | - |
| XYZ | 41.57 | 21.61 | 38.54 | - |
| YUV | 110.72 | 159.77 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 167 | 0 | 0.84 | 0.29 | 0.08 | 320.41 | 0.82 | 0.53 |
| Hex | EA | 25 | A7 | 0 | 54 | 1D | 8 | 140 | 52 | 35 |
| Octal | 352 | 45 | 247 | 0 | 124 | 35 | 10 | 500 | 122 | 65 |
| Binary | 11101010 | 100101 | 10100111 | 0 | 1010100 | 11101 | 1000 | 101000000 | 1010010 | 110101 |
Color Harmonies of #EA25A7
Complementary color
Monochromatic Colors of #EA25A7
Black with #EA25A7
Text Example
Text Example
White with #EA25A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA25A7; }
p { color: rgb(234,37,167); }
H1.HeaderClassName
{
color: #EA25A7;
}
.AnyTagClassName
{
color: #EA25A7;
}
</style>
background-color css
<style>
a { background-color: #EA25A7; }
a { background-color: rgb(234,37,167); }
div.DivClassName
{
background-color: #EA25A7;
}
.BgClassName
{
background-color: #EA25A7;
}
</style>
border-color css
<style>
span { border-color: #EA25A7; }
span { border-color: rgb(234,37,167); }
td.TdClassName
{
border-color: #EA25A7;
}
.TagClassName
{
border-color: #EA25A7;
}
</style>