#E375A0

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

Shades of Pale Violet Red #E375A0

Tints of Pale Violet Red #E375A0

Color information

#E375A0 (or 0xE375A0) is unknown color: approx Pale Violet Red. HEX triplet: E3, 75 and A0. RGB value is (227,117,160). Sum of RGB (Red+Green+Blue) = 227+117+160=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E375A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E375A0 is #1C8A5F. Grayscale: #9A9A9A. Windows color (decimal): -1870432 or 10515939. OLE color: 10515939.

HSL color Cylindrical-coordinate representation of color #E375A0: hue angle of 336.55º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E375A0 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB227117160-
CMYK00.480.300.11
HSL336.55º66.27%67.45%-
HSV(B)336.55º48.46%89.02%-
XYZ44.3931.5937.02-
YUV154.79130.94179.5-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.04%
GREEN value IS 117 (46.09% from 255) = 23.21%
BLUE value IS 160 (62.89% from 255) = 31.75%
R=45.04%
G=23.21%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711716000.480.300.11336.5566.2767.45
HexE375A00301EB1514243
Octal3431652400603613521102103
Binary11100011111010110100000011000011110101110101000110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E375A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E375A0; }

 p { color: rgb(227,117,160); }

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

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

 a { background-color: rgb(227,117,160); }

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

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

 span { border-color: rgb(227,117,160); }

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