#E9969A

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

Shades of Wewak #E9969A

Tints of Wewak #E9969A

Color information

#E9969A (or 0xE9969A) is unknown color: approx Wewak. HEX triplet: E9, 96 and 9A. RGB value is (233,150,154). Sum of RGB (Red+Green+Blue) = 233+150+154=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E9969A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9969A is #166965. Grayscale: #AFAFAF. Windows color (decimal): -1468774 or 10131177. OLE color: 10131177.

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

Color convert

RGB233150154-
CMYK00.360.340.09
HSL357.11º65.35%75.1%-
HSV(B)357.11º35.62%91.37%-
XYZ50.3441.4735.92-
YUV175.27116169.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.39%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 154 (60.55% from 255) = 28.68%
R=43.39%
G=27.93%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315015400.360.340.09357.1165.3575.1
HexE9969A024229165414b
Octal3512262320444211545101113
Binary1110100110010110100110100100100100010100110110010110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9969A; }

 p { color: rgb(233,150,154); }

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

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

 a { background-color: rgb(233,150,154); }

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

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

 span { border-color: rgb(233,150,154); }

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