Shades of Persian Rose #E231AC
Tints of Persian Rose #E231AC
RGB
CMYK
RGB Variations
Color information
#E231AC (or 0xE231AC) is known color: Persian Rose. HEX triplet: E2, 31 and AC. RGB value is (226,49,172). Sum of RGB (Red+Green+Blue) = 226+49+172=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E231AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E231AC is #1DCE53. Grayscale: #737373. Windows color (decimal): -1953364 or 11284962. OLE color: 11284962.
HSL color Cylindrical-coordinate representation of color #E231AC: hue angle of 318.31º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E231AC is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 172 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.11 |
| HSL | 318.31º | 0.75% | 0.54% | - |
| HSV(B) | 318.31º | 0.78% | 0.89% | - |
| XYZ | 39.91 | 21.34 | 41.05 | - |
| YUV | 115.95 | 159.64 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 172 | 0 | 0.78 | 0.24 | 0.11 | 318.31 | 0.75 | 0.54 |
| Hex | E2 | 31 | AC | 0 | 4E | 18 | B | 13E | 4B | 36 |
| Octal | 342 | 61 | 254 | 0 | 116 | 30 | 13 | 476 | 113 | 66 |
| Binary | 11100010 | 110001 | 10101100 | 0 | 1001110 | 11000 | 1011 | 100111110 | 1001011 | 110110 |
Color Harmonies of #E231AC
Complementary color
Monochromatic Colors of #E231AC
Black with #E231AC
Text Example
Text Example
White with #E231AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E231AC; }
p { color: rgb(226,49,172); }
H1.HeaderClassName
{
color: #E231AC;
}
.AnyTagClassName
{
color: #E231AC;
}
</style>
background-color css
<style>
a { background-color: #E231AC; }
a { background-color: rgb(226,49,172); }
div.DivClassName
{
background-color: #E231AC;
}
.BgClassName
{
background-color: #E231AC;
}
</style>
border-color css
<style>
span { border-color: #E231AC; }
span { border-color: rgb(226,49,172); }
td.TdClassName
{
border-color: #E231AC;
}
.TagClassName
{
border-color: #E231AC;
}
</style>