Shades of Persian Rose #E430A4
Tints of Persian Rose #E430A4
RGB
CMYK
RGB Variations
Color information
#E430A4 (or 0xE430A4) is known color: Persian Rose. HEX triplet: E4, 30 and A4. RGB value is (228,48,164). Sum of RGB (Red+Green+Blue) = 228+48+164=440 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.82% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 228 - color contains mainly: red. Hex color #E430A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E430A4 is #1BCF5B. Grayscale: #727272. Windows color (decimal): -1822556 or 10760420. OLE color: 10760420.
HSL color Cylindrical-coordinate representation of color #E430A4: hue angle of 321.33º 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 #E430A4 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 48 | 164 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.11 |
| HSL | 321.33º | 0.77% | 0.54% | - |
| HSV(B) | 321.33º | 0.79% | 0.89% | - |
| XYZ | 39.75 | 21.29 | 37.14 | - |
| YUV | 115.04 | 155.63 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 48 | 164 | 0 | 0.79 | 0.28 | 0.11 | 321.33 | 0.77 | 0.54 |
| Hex | E4 | 30 | A4 | 0 | 4F | 1C | B | 141 | 4D | 36 |
| Octal | 344 | 60 | 244 | 0 | 117 | 34 | 13 | 501 | 115 | 66 |
| Binary | 11100100 | 110000 | 10100100 | 0 | 1001111 | 11100 | 1011 | 101000001 | 1001101 | 110110 |
Color Harmonies of #E430A4
Complementary color
Monochromatic Colors of #E430A4
Black with #E430A4
Text Example
Text Example
White with #E430A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E430A4; }
p { color: rgb(228,48,164); }
H1.HeaderClassName
{
color: #E430A4;
}
.AnyTagClassName
{
color: #E430A4;
}
</style>
background-color css
<style>
a { background-color: #E430A4; }
a { background-color: rgb(228,48,164); }
div.DivClassName
{
background-color: #E430A4;
}
.BgClassName
{
background-color: #E430A4;
}
</style>
border-color css
<style>
span { border-color: #E430A4; }
span { border-color: rgb(228,48,164); }
td.TdClassName
{
border-color: #E430A4;
}
.TagClassName
{
border-color: #E430A4;
}
</style>