Html Css Color HEX #EA8994 Wewak

📋 copy color: '#EA8994'

red 234 ◦ green 137 ◦ blue 148

#EA8994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wewak #EA8994

Tints of Wewak #EA8994

RGB

 RED value IS 234 (91.8% from 255) = 45.09%

 GREEN value IS 137 (53.91% from 255) = 26.4%

 BLUE value IS 148 (58.2% from 255) = 28.52%

R = 45.09%
G = 26.4%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA8994 (or 0xEA8994) is known color: Wewak. HEX triplet: EA, 89 and 94. RGB value is (234,137,148). Sum of RGB (Red+Green+Blue) = 234+137+148=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8994 is #15766B. Grayscale: #A7A7A7. Windows color (decimal): -1406572 or 9734634. OLE color: 9734634.

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

Color convert

RGB 234 137 148 -
CMYK 0 0.41 0.37 0.08
HSL 353.2º 0.7% 0.73% -
HSV(B) 353.2º 0.41% 0.92% -
XYZ 48.22 37.52 32.72 -
YUV 167.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 234 137 148 0 0.41 0.37 0.08 353.2 0.7 0.73
Hex EA 89 94 0 29 25 8 161 46 49
Octal 352 211 224 0 51 45 10 541 106 111
Binary 11101010 10001001 10010100 0 101001 100101 1000 101100001 1000110 1001001

Color Harmonies of #EA8994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8994

Black with #EA8994

Text Example


Text Example

White with #EA8994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8994; }

 p { color: rgb(234,137,148); }

 H1.HeaderClassName
 {
   color: #EA8994;
 }
 .AnyTagClassName
 {
   color: #EA8994;
 }
</style>

background-color css

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

 a { background-color: rgb(234,137,148); }

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

border-color css

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

 span { border-color: rgb(234,137,148); }

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