#E361A5

Color #E361A5 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E361A5

Tints of Pale Violet Red #E361A5

Color information

#E361A5 (or 0xE361A5) is unknown color: approx Pale Violet Red. HEX triplet: E3, 61 and A5. RGB value is (227,97,165). Sum of RGB (Red+Green+Blue) = 227+97+165=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E361A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E361A5 is #1C9E5A. Grayscale: #8F8F8F. Windows color (decimal): -1875547 or 10838499. OLE color: 10838499.

HSL color Cylindrical-coordinate representation of color #E361A5: hue angle of 328.62º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E361A5 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB22797165-
CMYK00.570.270.11
HSL328.62º69.89%63.53%-
HSV(B)328.62º57.27%89.02%-
XYZ42.7427.638.67-
YUV143.62140.07187.47-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.42%
GREEN value IS 97 (38.28% from 255) = 19.84%
BLUE value IS 165 (64.84% from 255) = 33.74%
R=46.42%
G=19.84%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279716500.570.270.11328.6269.8963.53
HexE361A50391BB1494640
Octal3431412450713313511106100
Binary11100011110000110100101011100111011101110100100110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E361A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E361A5; }

 p { color: rgb(227,97,165); }

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

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

 a { background-color: rgb(227,97,165); }

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

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

 span { border-color: rgb(227,97,165); }

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