#E730A1

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

Shades of Persian Rose #E730A1

Tints of Persian Rose #E730A1

Color information

#E730A1 (or 0xE730A1) is unknown color: approx Persian Rose. HEX triplet: E7, 30 and A1. RGB value is (231,48,161). Sum of RGB (Red+Green+Blue) = 231+48+161=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E730A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E730A1 is #18CF5E. Grayscale: #737373. Windows color (decimal): -1625951 or 10563815. OLE color: 10563815.

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

Color convert

RGB23148161-
CMYK00.790.300.09
HSL322.95º79.22%54.71%-
HSV(B)322.95º79.22%90.59%-
XYZ40.4421.6835.77-
YUV115.6153.63210.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.5%
GREEN value IS 48 (19.14% from 255) = 10.91%
BLUE value IS 161 (63.28% from 255) = 36.59%
R=52.5%
G=10.91%
B=36.59%

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
Decimal2314816100.790.300.09322.9579.2254.71
HexE730A104F1E91434f37
Octal347602410117361150311767
Binary1110011111000010100001010011111111010011010000111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E730A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E730A1; }

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

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

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

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

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

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

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

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