Shades of Persian Rose #E825A5
Tints of Persian Rose #E825A5
RGB
CMYK
RGB Variations
Color information
#E825A5 (or 0xE825A5) is known color: Persian Rose. HEX triplet: E8, 25 and A5. RGB value is (232,37,165). Sum of RGB (Red+Green+Blue) = 232+37+165=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E825A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E825A5 is #17DA5A. Grayscale: #6D6D6D. Windows color (decimal): -1563227 or 10823144. OLE color: 10823144.
HSL color Cylindrical-coordinate representation of color #E825A5: hue angle of 320.62º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E825A5 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 37 | 165 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.09 |
| HSL | 320.62º | 0.81% | 0.53% | - |
| HSV(B) | 320.62º | 0.84% | 0.91% | - |
| XYZ | 40.73 | 21.2 | 37.54 | - |
| YUV | 109.9 | 159.1 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 37 | 165 | 0 | 0.84 | 0.29 | 0.09 | 320.62 | 0.81 | 0.53 |
| Hex | E8 | 25 | A5 | 0 | 54 | 1D | 9 | 141 | 51 | 35 |
| Octal | 350 | 45 | 245 | 0 | 124 | 35 | 11 | 501 | 121 | 65 |
| Binary | 11101000 | 100101 | 10100101 | 0 | 1010100 | 11101 | 1001 | 101000001 | 1010001 | 110101 |
Color Harmonies of #E825A5
Complementary color
Monochromatic Colors of #E825A5
Black with #E825A5
Text Example
Text Example
White with #E825A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E825A5; }
p { color: rgb(232,37,165); }
H1.HeaderClassName
{
color: #E825A5;
}
.AnyTagClassName
{
color: #E825A5;
}
</style>
background-color css
<style>
a { background-color: #E825A5; }
a { background-color: rgb(232,37,165); }
div.DivClassName
{
background-color: #E825A5;
}
.BgClassName
{
background-color: #E825A5;
}
</style>
border-color css
<style>
span { border-color: #E825A5; }
span { border-color: rgb(232,37,165); }
td.TdClassName
{
border-color: #E825A5;
}
.TagClassName
{
border-color: #E825A5;
}
</style>