Shades of Persian Rose #E430A3
Tints of Persian Rose #E430A3
RGB
CMYK
RGB Variations
Color information
#E430A3 (or 0xE430A3) is known color: Persian Rose. HEX triplet: E4, 30 and A3. RGB value is (228,48,163). Sum of RGB (Red+Green+Blue) = 228+48+163=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E430A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E430A3 is #1BCF5C. Grayscale: #727272. Windows color (decimal): -1822557 or 10694884. OLE color: 10694884.
HSL color Cylindrical-coordinate representation of color #E430A3: hue angle of 321.67º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E430A3 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 48 | 163 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.11 |
| HSL | 321.67º | 0.77% | 0.54% | - |
| HSV(B) | 321.67º | 0.79% | 0.89% | - |
| XYZ | 39.66 | 21.25 | 36.66 | - |
| YUV | 114.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 48 | 163 | 0 | 0.79 | 0.29 | 0.11 | 321.67 | 0.77 | 0.54 |
| Hex | E4 | 30 | A3 | 0 | 4F | 1D | B | 142 | 4D | 36 |
| Octal | 344 | 60 | 243 | 0 | 117 | 35 | 13 | 502 | 115 | 66 |
| Binary | 11100100 | 110000 | 10100011 | 0 | 1001111 | 11101 | 1011 | 101000010 | 1001101 | 110110 |
Color Harmonies of #E430A3
Complementary color
Monochromatic Colors of #E430A3
Black with #E430A3
Text Example
Text Example
White with #E430A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E430A3; }
p { color: rgb(228,48,163); }
H1.HeaderClassName
{
color: #E430A3;
}
.AnyTagClassName
{
color: #E430A3;
}
</style>
background-color css
<style>
a { background-color: #E430A3; }
a { background-color: rgb(228,48,163); }
div.DivClassName
{
background-color: #E430A3;
}
.BgClassName
{
background-color: #E430A3;
}
</style>
border-color css
<style>
span { border-color: #E430A3; }
span { border-color: rgb(228,48,163); }
td.TdClassName
{
border-color: #E430A3;
}
.TagClassName
{
border-color: #E430A3;
}
</style>