#EA8C9D

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

Shades of Wewak #EA8C9D

Tints of Wewak #EA8C9D

Color information

#EA8C9D (or 0xEA8C9D) is unknown color: approx Wewak. HEX triplet: EA, 8C and 9D. RGB value is (234,140,157). Sum of RGB (Red+Green+Blue) = 234+140+157=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8C9D is #157362. Grayscale: #AAAAAA. Windows color (decimal): -1405795 or 10325226. OLE color: 10325226.

HSL color Cylindrical-coordinate representation of color #EA8C9D: hue angle of 349.15º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8C9D is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234140157-
CMYK00.400.330.08
HSL349.15º69.12%73.33%-
HSV(B)349.15º40.17%91.76%-
XYZ49.438.6836.76-
YUV170.04120.64173.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=44.07%
G=26.37%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414015700.400.330.08349.1569.1273.33
HexEA8C9D02821815d4549
Octal3522142350504110535105111
Binary1110101010001100100111010101000100001100010101110110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8C9D; }

 p { color: rgb(234,140,157); }

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

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

 a { background-color: rgb(234,140,157); }

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

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

 span { border-color: rgb(234,140,157); }

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