Html Css Color HEX #EB888E Wewak

📋 copy color: '#EB888E'

red 235 ◦ green 136 ◦ blue 142

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

Shades of Wewak #EB888E

Tints of Wewak #EB888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.51%

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

R = 45.81%
G = 26.51%
B = 27.68%

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

#EB888E (or 0xEB888E) is known color: Wewak. HEX triplet: EB, 88 and 8E. RGB value is (235,136,142). Sum of RGB (Red+Green+Blue) = 235+136+142=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB888E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB888E is #147771. Grayscale: #A6A6A6. Windows color (decimal): -1341298 or 9341163. OLE color: 9341163.

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

Color convert

RGB 235 136 142 -
CMYK 0 0.42 0.40 0.08
HSL 356.36º 0.71% 0.73% -
HSV(B) 356.36º 0.42% 0.92% -
XYZ 47.95 37.22 30.25 -
YUV 166.29 114.3 177.01 -
System Red Green Blue C M Y K H S L
Decimal 235 136 142 0 0.42 0.40 0.08 356.36 0.71 0.73
Hex EB 88 8E 0 2A 28 8 164 47 49
Octal 353 210 216 0 52 50 10 544 107 111
Binary 11101011 10001000 10001110 0 101010 101000 1000 101100100 1000111 1001001

Color Harmonies of #EB888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB888E

Black with #EB888E

Text Example


Text Example

White with #EB888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB888E; }

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

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

background-color css

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

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

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

border-color css

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

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

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