Html Css Color HEX #EB898E Wewak

📋 copy color: '#EB898E'

red 235 ◦ green 137 ◦ blue 142

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

Shades of Wewak #EB898E

Tints of Wewak #EB898E

RGB

 RED value IS 235 (92.19% from 255) = 45.72%

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

 BLUE value IS 142 (55.86% from 255) = 27.63%

R = 45.72%
G = 26.65%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB898E (or 0xEB898E) is known color: Wewak. HEX triplet: EB, 89 and 8E. RGB value is (235,137,142). Sum of RGB (Red+Green+Blue) = 235+137+142=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EB898E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB898E is #147671. Grayscale: #A6A6A6. Windows color (decimal): -1341042 or 9341419. OLE color: 9341419.

HSL color Cylindrical-coordinate representation of color #EB898E: hue angle of 356.94º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB898E is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 137 142 -
CMYK 0 0.42 0.40 0.08
HSL 356.94º 0.71% 0.73% -
HSV(B) 356.94º 0.42% 0.92% -
XYZ 48.09 37.51 30.3 -
YUV 166.87 113.97 176.59 -
System Red Green Blue C M Y K H S L
Decimal 235 137 142 0 0.42 0.40 0.08 356.94 0.71 0.73
Hex EB 89 8E 0 2A 28 8 165 47 49
Octal 353 211 216 0 52 50 10 545 107 111
Binary 11101011 10001001 10001110 0 101010 101000 1000 101100101 1000111 1001001

Color Harmonies of #EB898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB898E

Black with #EB898E

Text Example


Text Example

White with #EB898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB898E; }

 p { color: rgb(235,137,142); }

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

background-color css

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

 a { background-color: rgb(235,137,142); }

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

border-color css

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

 span { border-color: rgb(235,137,142); }

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