#E375AB

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

Shades of Pale Violet Red #E375AB

Tints of Pale Violet Red #E375AB

Color information

#E375AB (or 0xE375AB) is unknown color: approx Pale Violet Red. HEX triplet: E3, 75 and AB. RGB value is (227,117,171). Sum of RGB (Red+Green+Blue) = 227+117+171=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 227 - color contains mainly: red. Hex color #E375AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E375AB is #1C8A54. Grayscale: #9B9B9B. Windows color (decimal): -1870421 or 11236835. OLE color: 11236835.

HSL color Cylindrical-coordinate representation of color #E375AB: hue angle of 330.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 #E375AB is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB227117171-
CMYK00.480.250.11
HSL330.55º66.27%67.45%-
HSV(B)330.55º48.46%89.02%-
XYZ45.3931.9942.31-
YUV156.05136.44178.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.08%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=44.08%
G=22.72%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711717100.480.250.11330.5566.2767.45
HexE375AB03019B14b4243
Octal3431652530603113513102103
Binary11100011111010110101011011000011001101110100101110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E375AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E375AB; }

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

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

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

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

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

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

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

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