#E378A5

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

Shades of Pale Violet Red #E378A5

Tints of Pale Violet Red #E378A5

Color information

#E378A5 (or 0xE378A5) is unknown color: approx Pale Violet Red. HEX triplet: E3, 78 and A5. RGB value is (227,120,165). Sum of RGB (Red+Green+Blue) = 227+120+165=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E378A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E378A5 is #1C875A. Grayscale: #9D9D9D. Windows color (decimal): -1869659 or 10844387. OLE color: 10844387.

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

Color convert

RGB227120165-
CMYK00.470.270.11
HSL334.77º65.64%68.04%-
HSV(B)334.77º47.14%89.02%-
XYZ45.1932.4839.49-
YUV157.12132.45177.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.34%
GREEN value IS 120 (47.27% from 255) = 23.44%
BLUE value IS 165 (64.84% from 255) = 32.23%
R=44.34%
G=23.44%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712016500.470.270.11334.7765.6468.04
HexE378A502F1BB14f4244
Octal3431702450573313517102104
Binary11100011111100010100101010111111011101110100111110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E378A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E378A5; }

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

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

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

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

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

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

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

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