Shades of Persian Rose #E730A2
Tints of Persian Rose #E730A2
RGB
CMYK
RGB Variations
Color information
#E730A2 (or 0xE730A2) is known color: Persian Rose. HEX triplet: E7, 30 and A2. RGB value is (231,48,162). Sum of RGB (Red+Green+Blue) = 231+48+162=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E730A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E730A2 is #18CF5D. Grayscale: #737373. Windows color (decimal): -1625950 or 10629351. OLE color: 10629351.
HSL color Cylindrical-coordinate representation of color #E730A2: hue angle of 322.62º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E730A2 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 48 | 162 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.09 |
| HSL | 322.62º | 0.79% | 0.55% | - |
| HSV(B) | 322.62º | 0.79% | 0.91% | - |
| XYZ | 40.53 | 21.71 | 36.24 | - |
| YUV | 115.71 | 154.13 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 48 | 162 | 0 | 0.79 | 0.30 | 0.09 | 322.62 | 0.79 | 0.55 |
| Hex | E7 | 30 | A2 | 0 | 4F | 1E | 9 | 143 | 4F | 37 |
| Octal | 347 | 60 | 242 | 0 | 117 | 36 | 11 | 503 | 117 | 67 |
| Binary | 11100111 | 110000 | 10100010 | 0 | 1001111 | 11110 | 1001 | 101000011 | 1001111 | 110111 |
Color Harmonies of #E730A2
Complementary color
Monochromatic Colors of #E730A2
Black with #E730A2
Text Example
Text Example
White with #E730A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E730A2; }
p { color: rgb(231,48,162); }
H1.HeaderClassName
{
color: #E730A2;
}
.AnyTagClassName
{
color: #E730A2;
}
</style>
background-color css
<style>
a { background-color: #E730A2; }
a { background-color: rgb(231,48,162); }
div.DivClassName
{
background-color: #E730A2;
}
.BgClassName
{
background-color: #E730A2;
}
</style>
border-color css
<style>
span { border-color: #E730A2; }
span { border-color: rgb(231,48,162); }
td.TdClassName
{
border-color: #E730A2;
}
.TagClassName
{
border-color: #E730A2;
}
</style>