#E730A2

Color #E730A2 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #E730A2

Tints of Persian Rose #E730A2

Color information

#E730A2 (or 0xE730A2) is unknown color: approx 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

RGB23148162-
CMYK00.790.300.09
HSL322.62º79.22%54.71%-
HSV(B)322.62º79.22%90.59%-
XYZ40.5321.7136.24-
YUV115.71154.13210.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 52.38%
GREEN value IS 48 (19.14% from 255) = 10.88%
BLUE value IS 162 (63.67% from 255) = 36.73%
R=52.38%
G=10.88%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314816200.790.300.09322.6279.2254.71
HexE730A204F1E91434f37
Octal347602420117361150311767
Binary1110011111000010100010010011111111010011010000111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E730A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>