Shades of Persian Rose #E026A3
Tints of Persian Rose #E026A3
RGB
CMYK
RGB Variations
Color information
#E026A3 (or 0xE026A3) is known color: Persian Rose. HEX triplet: E0, 26 and A3. RGB value is (224,38,163). Sum of RGB (Red+Green+Blue) = 224+38+163=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E026A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E026A3 is #1FD95C. Grayscale: #6B6B6B. Windows color (decimal): -2087261 or 10692320. OLE color: 10692320.
HSL color Cylindrical-coordinate representation of color #E026A3: hue angle of 319.68º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E026A3 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 163 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.12 |
| HSL | 319.68º | 0.75% | 0.51% | - |
| HSV(B) | 319.68º | 0.83% | 0.88% | - |
| XYZ | 38.04 | 19.88 | 36.48 | - |
| YUV | 107.86 | 159.12 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 163 | 0 | 0.83 | 0.27 | 0.12 | 319.68 | 0.75 | 0.51 |
| Hex | E0 | 26 | A3 | 0 | 53 | 1B | C | 140 | 4B | 33 |
| Octal | 340 | 46 | 243 | 0 | 123 | 33 | 14 | 500 | 113 | 63 |
| Binary | 11100000 | 100110 | 10100011 | 0 | 1010011 | 11011 | 1100 | 101000000 | 1001011 | 110011 |
Color Harmonies of #E026A3
Complementary color
Monochromatic Colors of #E026A3
Black with #E026A3
Text Example
Text Example
White with #E026A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E026A3; }
p { color: rgb(224,38,163); }
H1.HeaderClassName
{
color: #E026A3;
}
.AnyTagClassName
{
color: #E026A3;
}
</style>
background-color css
<style>
a { background-color: #E026A3; }
a { background-color: rgb(224,38,163); }
div.DivClassName
{
background-color: #E026A3;
}
.BgClassName
{
background-color: #E026A3;
}
</style>
border-color css
<style>
span { border-color: #E026A3; }
span { border-color: rgb(224,38,163); }
td.TdClassName
{
border-color: #E026A3;
}
.TagClassName
{
border-color: #E026A3;
}
</style>