#EA999E

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

Shades of Wewak #EA999E

Tints of Wewak #EA999E

Color information

#EA999E (or 0xEA999E) is unknown color: approx Wewak. HEX triplet: EA, 99 and 9E. RGB value is (234,153,158). Sum of RGB (Red+Green+Blue) = 234+153+158=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA999E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA999E is #156661. Grayscale: #B1B1B1. Windows color (decimal): -1402466 or 10394090. OLE color: 10394090.

HSL color Cylindrical-coordinate representation of color #EA999E: hue angle of 356.3º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA999E is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB234153158-
CMYK00.350.320.08
HSL356.3º65.85%75.88%-
HSV(B)356.3º34.62%91.76%-
XYZ51.4942.7437.88-
YUV177.79116.84168.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 158 (62.11% from 255) = 28.99%
R=42.94%
G=28.07%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415315800.350.320.08356.365.8575.88
HexEA999E023208164424c
Octal3522312360434010544102114
Binary1110101010011001100111100100011100000100010110010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA999E; }

 p { color: rgb(234,153,158); }

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

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

 a { background-color: rgb(234,153,158); }

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

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

 span { border-color: rgb(234,153,158); }

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