#E730A0

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

Shades of Persian Rose #E730A0

Tints of Persian Rose #E730A0

Color information

#E730A0 (or 0xE730A0) is unknown color: approx Persian Rose. HEX triplet: E7, 30 and A0. RGB value is (231,48,160). Sum of RGB (Red+Green+Blue) = 231+48+160=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E730A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E730A0 is #18CF5F. Grayscale: #737373. Windows color (decimal): -1625952 or 10498279. OLE color: 10498279.

HSL color Cylindrical-coordinate representation of color #E730A0: hue angle of 323.28º 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 #E730A0 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB23148160-
CMYK00.790.310.09
HSL323.28º79.22%54.71%-
HSV(B)323.28º79.22%90.59%-
XYZ40.3621.6435.31-
YUV115.49153.13210.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.62%
GREEN value IS 48 (19.14% from 255) = 10.93%
BLUE value IS 160 (62.89% from 255) = 36.45%
R=52.62%
G=10.93%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314816000.790.310.09323.2879.2254.71
HexE730A004F1F91434f37
Octal347602400117371150311767
Binary1110011111000010100000010011111111110011010000111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E730A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E730A0; }

 p { color: rgb(231,48,160); }

 H1.HeaderClassName
 {
   color: #E730A0;
 }
 .AnyTagClassName
 {
   color: #E730A0;
 }
</style>
background-color css

<style>
 a { background-color: #E730A0; }

 a { background-color: rgb(231,48,160); }

 div.DivClassName
 {
   background-color: #E730A0;
 }
 .BgClassName
 {
   background-color: #E730A0;
 }
</style>
border-color css

<style>
 span { border-color: #E730A0; }

 span { border-color: rgb(231,48,160); }

 td.TdClassName
 {
   border-color: #E730A0;
 }
 .TagClassName
 {
   border-color: #E730A0;
 }
</style>