#EA8D9D

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

Shades of Wewak #EA8D9D

Tints of Wewak #EA8D9D

Color information

#EA8D9D (or 0xEA8D9D) is unknown color: approx Wewak. HEX triplet: EA, 8D and 9D. RGB value is (234,141,157). Sum of RGB (Red+Green+Blue) = 234+141+157=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8D9D is #157262. Grayscale: #AAAAAA. Windows color (decimal): -1405539 or 10325482. OLE color: 10325482.

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

Color convert

RGB234141157-
CMYK00.400.330.08
HSL349.68º68.89%73.53%-
HSV(B)349.68º39.74%91.76%-
XYZ49.5438.9836.81-
YUV170.63120.31173.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.98%
GREEN value IS 141 (55.47% from 255) = 26.50%
BLUE value IS 157 (61.72% from 255) = 29.51%
R=43.98%
G=26.50%
B=29.51%

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
Decimal23414115700.400.330.08349.6868.8973.53
HexEA8D9D02821815e454a
Octal3522152350504110536105112
Binary1110101010001101100111010101000100001100010101111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8D9D; }

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

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

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

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

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

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

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

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