Html Css Color HEX #EA9798 Wewak

📋 copy color: '#EA9798'

red 234 ◦ green 151 ◦ blue 152

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

Shades of Wewak #EA9798

Tints of Wewak #EA9798

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.12%

 BLUE value IS 152 (59.77% from 255) = 28.31%

R = 43.58%
G = 28.12%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA9798 (or 0xEA9798) is known color: Wewak. HEX triplet: EA, 97 and 98. RGB value is (234,151,152). Sum of RGB (Red+Green+Blue) = 234+151+152=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9798 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9798 is #156867. Grayscale: #B0B0B0. Windows color (decimal): -1402984 or 10000362. OLE color: 10000362.

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

Color convert

RGB 234 151 152 -
CMYK 0 0.35 0.35 0.08
HSL 359.28º 0.66% 0.75% -
HSV(B) 359.28º 0.35% 0.92% -
XYZ 50.67 41.89 35.12 -
YUV 175.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 234 151 152 0 0.35 0.35 0.08 359.28 0.66 0.75
Hex EA 97 98 0 23 23 8 167 42 4B
Octal 352 227 230 0 43 43 10 547 102 113
Binary 11101010 10010111 10011000 0 100011 100011 1000 101100111 1000010 1001011

Color Harmonies of #EA9798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9798

Black with #EA9798

Text Example


Text Example

White with #EA9798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9798; }

 p { color: rgb(234,151,152); }

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

background-color css

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

 a { background-color: rgb(234,151,152); }

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

border-color css

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

 span { border-color: rgb(234,151,152); }

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