#EA8F93

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

Shades of Wewak #EA8F93

Tints of Wewak #EA8F93

Color information

#EA8F93 (or 0xEA8F93) is unknown color: approx Wewak. HEX triplet: EA, 8F and 93. RGB value is (234,143,147). Sum of RGB (Red+Green+Blue) = 234+143+147=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F93 is #15706C. Grayscale: #AAAAAA. Windows color (decimal): -1405037 or 9670634. OLE color: 9670634.

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

Color convert

RGB234143147-
CMYK00.390.370.08
HSL357.36º68.42%73.92%-
HSV(B)357.36º38.89%91.76%-
XYZ49.0239.2432.59-
YUV170.66114.65173.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 147 (57.81% from 255) = 28.05%
R=44.66%
G=27.29%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414314700.390.370.08357.3668.4273.92
HexEA8F93027258165444a
Octal3522172230474510545104112
Binary1110101010001111100100110100111100101100010110010110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8F93; }

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

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

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

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

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

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

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

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