#e795a1

Color #E795A1 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #E795A1

Tints of Wewak #E795A1

Color information

#E795A1 (or 0xE795A1) is unknown color: approx Wewak. HEX triplet: E7, 95 and A1. RGB value is (231,149,161). Sum of RGB (Red+Green+Blue) = 231+149+161=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E795A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E795A1 is #186A5E. Grayscale: #AEAEAE. Windows color (decimal): -1600095 or 10589671. OLE color: 10589671.

HSL color Cylindrical-coordinate representation of color #E795A1: hue angle of 351.22º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E795A1 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB231149161-
CMYK00.350.300.09
HSL351.22º63.08%74.51%-
HSV(B)351.22º35.5%90.59%-
XYZ50.1441.0639-
YUV174.89120.17168.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.70%
GREEN value IS 149 (58.59% from 255) = 27.54%
BLUE value IS 161 (63.28% from 255) = 29.76%
R=42.70%
G=27.54%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114916100.350.300.09351.2263.0874.51
HexE795A10231E915f3f4b
Octal347225241043361153777113
Binary11100111100101011010000101000111111010011010111111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e795a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e795a1; }

 p { color: rgb(231,149,161); }

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

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

 a { background-color: rgb(231,149,161); }

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

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

 span { border-color: rgb(231,149,161); }

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