Shades of Persian Rose #E631A0
Tints of Persian Rose #E631A0
RGB
CMYK
RGB Variations
Color information
#E631A0 (or 0xE631A0) is known color: Persian Rose. HEX triplet: E6, 31 and A0. RGB value is (230,49,160). Sum of RGB (Red+Green+Blue) = 230+49+160=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E631A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E631A0 is #19CE5F. Grayscale: #737373. Windows color (decimal): -1691232 or 10498534. OLE color: 10498534.
HSL color Cylindrical-coordinate representation of color #E631A0: hue angle of 323.2º 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 #E631A0 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 160 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.10 |
| HSL | 323.2º | 0.78% | 0.55% | - |
| HSV(B) | 323.2º | 0.79% | 0.9% | - |
| XYZ | 40.08 | 21.56 | 35.31 | - |
| YUV | 115.77 | 152.97 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 160 | 0 | 0.79 | 0.30 | 0.10 | 323.2 | 0.78 | 0.55 |
| Hex | E6 | 31 | A0 | 0 | 4F | 1E | A | 143 | 4E | 37 |
| Octal | 346 | 61 | 240 | 0 | 117 | 36 | 12 | 503 | 116 | 67 |
| Binary | 11100110 | 110001 | 10100000 | 0 | 1001111 | 11110 | 1010 | 101000011 | 1001110 | 110111 |
Color Harmonies of #E631A0
Complementary color
Monochromatic Colors of #E631A0
Black with #E631A0
Text Example
Text Example
White with #E631A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E631A0; }
p { color: rgb(230,49,160); }
H1.HeaderClassName
{
color: #E631A0;
}
.AnyTagClassName
{
color: #E631A0;
}
</style>
background-color css
<style>
a { background-color: #E631A0; }
a { background-color: rgb(230,49,160); }
div.DivClassName
{
background-color: #E631A0;
}
.BgClassName
{
background-color: #E631A0;
}
</style>
border-color css
<style>
span { border-color: #E631A0; }
span { border-color: rgb(230,49,160); }
td.TdClassName
{
border-color: #E631A0;
}
.TagClassName
{
border-color: #E631A0;
}
</style>