Shades of Persian Rose #E628A3
Tints of Persian Rose #E628A3
RGB
CMYK
RGB Variations
Color information
#E628A3 (or 0xE628A3) is known color: Persian Rose. HEX triplet: E6, 28 and A3. RGB value is (230,40,163). Sum of RGB (Red+Green+Blue) = 230+40+163=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E628A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E628A3 is #19D75C. Grayscale: #6E6E6E. Windows color (decimal): -1693533 or 10692838. OLE color: 10692838.
HSL color Cylindrical-coordinate representation of color #E628A3: hue angle of 321.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E628A3 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 163 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.10 |
| HSL | 321.16º | 0.79% | 0.53% | - |
| HSV(B) | 321.16º | 0.83% | 0.9% | - |
| XYZ | 40 | 20.98 | 36.59 | - |
| YUV | 110.83 | 157.45 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 163 | 0 | 0.83 | 0.29 | 0.10 | 321.16 | 0.79 | 0.53 |
| Hex | E6 | 28 | A3 | 0 | 53 | 1D | A | 141 | 4F | 35 |
| Octal | 346 | 50 | 243 | 0 | 123 | 35 | 12 | 501 | 117 | 65 |
| Binary | 11100110 | 101000 | 10100011 | 0 | 1010011 | 11101 | 1010 | 101000001 | 1001111 | 110101 |
Color Harmonies of #E628A3
Complementary color
Monochromatic Colors of #E628A3
Black with #E628A3
Text Example
Text Example
White with #E628A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E628A3; }
p { color: rgb(230,40,163); }
H1.HeaderClassName
{
color: #E628A3;
}
.AnyTagClassName
{
color: #E628A3;
}
</style>
background-color css
<style>
a { background-color: #E628A3; }
a { background-color: rgb(230,40,163); }
div.DivClassName
{
background-color: #E628A3;
}
.BgClassName
{
background-color: #E628A3;
}
</style>
border-color css
<style>
span { border-color: #E628A3; }
span { border-color: rgb(230,40,163); }
td.TdClassName
{
border-color: #E628A3;
}
.TagClassName
{
border-color: #E628A3;
}
</style>