#EA8D92

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

Shades of Wewak #EA8D92

Tints of Wewak #EA8D92

Color information

#EA8D92 (or 0xEA8D92) is unknown color: approx Wewak. HEX triplet: EA, 8D and 92. RGB value is (234,141,146). Sum of RGB (Red+Green+Blue) = 234+141+146=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8D92 is #15726D. Grayscale: #A9A9A9. Windows color (decimal): -1405550 or 9604586. OLE color: 9604586.

HSL color Cylindrical-coordinate representation of color #EA8D92: hue angle of 356.77º 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 #EA8D92 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234141146-
CMYK00.400.380.08
HSL356.77º68.89%73.53%-
HSV(B)356.77º39.74%91.76%-
XYZ48.6438.6232.08-
YUV169.38114.81174.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=44.91%
G=27.06%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414114600.400.380.08356.7768.8973.53
HexEA8D92028268165454a
Octal3522152220504610545105112
Binary1110101010001101100100100101000100110100010110010110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8D92; }

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

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

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

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

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

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

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

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