#EA8A8B

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

Shades of Wewak #EA8A8B

Tints of Wewak #EA8A8B

Color information

#EA8A8B (or 0xEA8A8B) is unknown color: approx Wewak. HEX triplet: EA, 8A and 8B. RGB value is (234,138,139). Sum of RGB (Red+Green+Blue) = 234+138+139=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8A8B is #157574. Grayscale: #A6A6A6. Windows color (decimal): -1406325 or 9145066. OLE color: 9145066.

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

Color convert

RGB234138139-
CMYK00.410.410.08
HSL359.38º69.57%72.94%-
HSV(B)359.38º41.03%91.76%-
XYZ47.6837.5329.16-
YUV166.82112.3175.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.79%
GREEN value IS 138 (54.30% from 255) = 27.01%
BLUE value IS 139 (54.69% from 255) = 27.20%
R=45.79%
G=27.01%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413813900.410.410.08359.3869.5772.94
HexEA8A8B0292981674649
Octal3522122130515110547106111
Binary1110101010001010100010110101001101001100010110011110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8A8B; }

 p { color: rgb(234,138,139); }

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

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

 a { background-color: rgb(234,138,139); }

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

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

 span { border-color: rgb(234,138,139); }

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