#E79FA1

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

Shades of Wewak #E79FA1

Tints of Wewak #E79FA1

Color information

#E79FA1 (or 0xE79FA1) is unknown color: approx Wewak. HEX triplet: E7, 9F and A1. RGB value is (231,159,161). Sum of RGB (Red+Green+Blue) = 231+159+161=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E79FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79FA1 is #18605E. Grayscale: #B4B4B4. Windows color (decimal): -1597535 or 10592231. OLE color: 10592231.

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

Color convert

RGB231159161-
CMYK00.310.300.09
HSL358.33º60%76.47%-
HSV(B)358.33º31.17%90.59%-
XYZ51.7944.3639.55-
YUV180.76116.85163.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.92%
GREEN value IS 159 (62.5% from 255) = 28.86%
BLUE value IS 161 (63.28% from 255) = 29.22%
R=41.92%
G=28.86%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115916100.310.300.09358.336076.47
HexE79FA101F1E91663c4c
Octal347237241037361154674114
Binary1110011110011111101000010111111111010011011001101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79FA1; }

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

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

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

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

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

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

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

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