Shades of Persian Rose #E631AC
Tints of Persian Rose #E631AC
RGB
CMYK
RGB Variations
Color information
#E631AC (or 0xE631AC) is known color: Persian Rose. HEX triplet: E6, 31 and AC. RGB value is (230,49,172). Sum of RGB (Red+Green+Blue) = 230+49+172=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E631AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E631AC is #19CE53. Grayscale: #747474. Windows color (decimal): -1691220 or 11284966. OLE color: 11284966.
HSL color Cylindrical-coordinate representation of color #E631AC: hue angle of 319.23º 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 #E631AC is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 172 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.10 |
| HSL | 319.23º | 0.78% | 0.55% | - |
| HSV(B) | 319.23º | 0.79% | 0.9% | - |
| XYZ | 41.18 | 22 | 41.11 | - |
| YUV | 117.14 | 158.97 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 172 | 0 | 0.79 | 0.25 | 0.10 | 319.23 | 0.78 | 0.55 |
| Hex | E6 | 31 | AC | 0 | 4F | 19 | A | 13F | 4E | 37 |
| Octal | 346 | 61 | 254 | 0 | 117 | 31 | 12 | 477 | 116 | 67 |
| Binary | 11100110 | 110001 | 10101100 | 0 | 1001111 | 11001 | 1010 | 100111111 | 1001110 | 110111 |
Color Harmonies of #E631AC
Complementary color
Monochromatic Colors of #E631AC
Black with #E631AC
Text Example
Text Example
White with #E631AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E631AC; }
p { color: rgb(230,49,172); }
H1.HeaderClassName
{
color: #E631AC;
}
.AnyTagClassName
{
color: #E631AC;
}
</style>
background-color css
<style>
a { background-color: #E631AC; }
a { background-color: rgb(230,49,172); }
div.DivClassName
{
background-color: #E631AC;
}
.BgClassName
{
background-color: #E631AC;
}
</style>
border-color css
<style>
span { border-color: #E631AC; }
span { border-color: rgb(230,49,172); }
td.TdClassName
{
border-color: #E631AC;
}
.TagClassName
{
border-color: #E631AC;
}
</style>