#E360A4

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

Shades of Pale Violet Red #E360A4

Tints of Pale Violet Red #E360A4

Color information

#E360A4 (or 0xE360A4) is unknown color: approx Pale Violet Red. HEX triplet: E3, 60 and A4. RGB value is (227,96,164). Sum of RGB (Red+Green+Blue) = 227+96+164=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 227 - color contains mainly: red. Hex color #E360A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E360A4 is #1C9F5B. Grayscale: #8E8E8E. Windows color (decimal): -1875804 or 10772707. OLE color: 10772707.

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

Color convert

RGB22796164-
CMYK00.580.280.11
HSL328.85º70.05%63.33%-
HSV(B)328.85º57.71%89.02%-
XYZ42.5627.3838.16-
YUV142.92139.9187.97-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.61%
GREEN value IS 96 (37.89% from 255) = 19.71%
BLUE value IS 164 (64.45% from 255) = 33.68%
R=46.61%
G=19.71%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279616400.580.280.11328.8570.0563.33
HexE360A403A1CB149463f
Octal343140244072341351110677
Binary1110001111000001010010001110101110010111010010011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E360A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E360A4; }

 p { color: rgb(227,96,164); }

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

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

 a { background-color: rgb(227,96,164); }

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

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

 span { border-color: rgb(227,96,164); }

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