Shades of Persian Rose #E629AC
Tints of Persian Rose #E629AC
RGB
CMYK
RGB Variations
Color information
#E629AC (or 0xE629AC) is known color: Persian Rose. HEX triplet: E6, 29 and AC. RGB value is (230,41,172). Sum of RGB (Red+Green+Blue) = 230+41+172=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E629AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E629AC is #19D653. Grayscale: #707070. Windows color (decimal): -1693268 or 11282918. OLE color: 11282918.
HSL color Cylindrical-coordinate representation of color #E629AC: hue angle of 318.41º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E629AC is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 172 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.10 |
| HSL | 318.41º | 0.79% | 0.53% | - |
| HSV(B) | 318.41º | 0.82% | 0.9% | - |
| XYZ | 40.87 | 21.39 | 41 | - |
| YUV | 112.45 | 161.62 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 172 | 0 | 0.82 | 0.25 | 0.10 | 318.41 | 0.79 | 0.53 |
| Hex | E6 | 29 | AC | 0 | 52 | 19 | A | 13E | 4F | 35 |
| Octal | 346 | 51 | 254 | 0 | 122 | 31 | 12 | 476 | 117 | 65 |
| Binary | 11100110 | 101001 | 10101100 | 0 | 1010010 | 11001 | 1010 | 100111110 | 1001111 | 110101 |
Color Harmonies of #E629AC
Complementary color
Monochromatic Colors of #E629AC
Black with #E629AC
Text Example
Text Example
White with #E629AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E629AC; }
p { color: rgb(230,41,172); }
H1.HeaderClassName
{
color: #E629AC;
}
.AnyTagClassName
{
color: #E629AC;
}
</style>
background-color css
<style>
a { background-color: #E629AC; }
a { background-color: rgb(230,41,172); }
div.DivClassName
{
background-color: #E629AC;
}
.BgClassName
{
background-color: #E629AC;
}
</style>
border-color css
<style>
span { border-color: #E629AC; }
span { border-color: rgb(230,41,172); }
td.TdClassName
{
border-color: #E629AC;
}
.TagClassName
{
border-color: #E629AC;
}
</style>