#EA93A1

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

Shades of Wewak #EA93A1

Tints of Wewak #EA93A1

Color information

#EA93A1 (or 0xEA93A1) is unknown color: approx Wewak. HEX triplet: EA, 93 and A1. RGB value is (234,147,161). Sum of RGB (Red+Green+Blue) = 234+147+161=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA93A1 is #156C5E. Grayscale: #AEAEAE. Windows color (decimal): -1403999 or 10589162. OLE color: 10589162.

HSL color Cylindrical-coordinate representation of color #EA93A1: hue angle of 350.34º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA93A1 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB234147161-
CMYK00.370.310.08
HSL350.34º67.44%74.71%-
HSV(B)350.34º37.18%91.76%-
XYZ50.840.9338.94-
YUV174.61120.32170.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 147 (57.81% from 255) = 27.12%
BLUE value IS 161 (63.28% from 255) = 29.70%
R=43.17%
G=27.12%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414716100.370.310.08350.3467.4474.71
HexEA93A10251F815e434b
Octal3522232410453710536103113
Binary111010101001001110100001010010111111100010101111010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA93A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA93A1; }

 p { color: rgb(234,147,161); }

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

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

 a { background-color: rgb(234,147,161); }

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

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

 span { border-color: rgb(234,147,161); }

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