#EA8A8F

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

Shades of Wewak #EA8A8F

Tints of Wewak #EA8A8F

Color information

#EA8A8F (or 0xEA8A8F) is unknown color: approx Wewak. HEX triplet: EA, 8A and 8F. RGB value is (234,138,143). Sum of RGB (Red+Green+Blue) = 234+138+143=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8A8F is #157570. Grayscale: #A7A7A7. Windows color (decimal): -1406321 or 9407210. OLE color: 9407210.

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

Color convert

RGB234138143-
CMYK00.410.390.08
HSL356.88º69.57%72.94%-
HSV(B)356.88º41.03%91.76%-
XYZ47.9837.6530.73-
YUV167.27114.3175.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 138 (54.30% from 255) = 26.80%
BLUE value IS 143 (56.25% from 255) = 27.77%
R=45.44%
G=26.80%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413814300.410.390.08356.8869.5772.94
HexEA8A8F0292781654649
Octal3522122170514710545106111
Binary1110101010001010100011110101001100111100010110010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8A8F; }

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

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

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

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

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

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

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

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