Shades of Persian Rose #E631A5
Tints of Persian Rose #E631A5
RGB
CMYK
RGB Variations
Color information
#E631A5 (or 0xE631A5) is known color: Persian Rose. HEX triplet: E6, 31 and A5. RGB value is (230,49,165). Sum of RGB (Red+Green+Blue) = 230+49+165=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E631A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E631A5 is #19CE5A. Grayscale: #747474. Windows color (decimal): -1691227 or 10826214. OLE color: 10826214.
HSL color Cylindrical-coordinate representation of color #E631A5: hue angle of 321.55º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E631A5 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 165 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.10 |
| HSL | 321.55º | 0.78% | 0.55% | - |
| HSV(B) | 321.55º | 0.79% | 0.9% | - |
| XYZ | 40.52 | 21.74 | 37.66 | - |
| YUV | 116.34 | 155.47 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 165 | 0 | 0.79 | 0.28 | 0.10 | 321.55 | 0.78 | 0.55 |
| Hex | E6 | 31 | A5 | 0 | 4F | 1C | A | 142 | 4E | 37 |
| Octal | 346 | 61 | 245 | 0 | 117 | 34 | 12 | 502 | 116 | 67 |
| Binary | 11100110 | 110001 | 10100101 | 0 | 1001111 | 11100 | 1010 | 101000010 | 1001110 | 110111 |
Color Harmonies of #E631A5
Complementary color
Monochromatic Colors of #E631A5
Black with #E631A5
Text Example
Text Example
White with #E631A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E631A5; }
p { color: rgb(230,49,165); }
H1.HeaderClassName
{
color: #E631A5;
}
.AnyTagClassName
{
color: #E631A5;
}
</style>
background-color css
<style>
a { background-color: #E631A5; }
a { background-color: rgb(230,49,165); }
div.DivClassName
{
background-color: #E631A5;
}
.BgClassName
{
background-color: #E631A5;
}
</style>
border-color css
<style>
span { border-color: #E631A5; }
span { border-color: rgb(230,49,165); }
td.TdClassName
{
border-color: #E631A5;
}
.TagClassName
{
border-color: #E631A5;
}
</style>