Html Css Color HEX #EB8B9C Wewak

📋 copy color: '#EB8B9C'

red 235 ◦ green 139 ◦ blue 156

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

Shades of Wewak #EB8B9C

Tints of Wewak #EB8B9C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.23%

 BLUE value IS 156 (61.33% from 255) = 29.43%

R = 44.34%
G = 26.23%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB8B9C (or 0xEB8B9C) is known color: Wewak. HEX triplet: EB, 8B and 9C. RGB value is (235,139,156). Sum of RGB (Red+Green+Blue) = 235+139+156=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8B9C is #147463. Grayscale: #A9A9A9. Windows color (decimal): -1340516 or 10259435. OLE color: 10259435.

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

Color convert

RGB 235 139 156 -
CMYK 0 0.41 0.34 0.08
HSL 349.38º 0.71% 0.73% -
HSV(B) 349.38º 0.41% 0.92% -
XYZ 49.49 38.53 36.28 -
YUV 169.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 235 139 156 0 0.41 0.34 0.08 349.38 0.71 0.73
Hex EB 8B 9C 0 29 22 8 15D 47 49
Octal 353 213 234 0 51 42 10 535 107 111
Binary 11101011 10001011 10011100 0 101001 100010 1000 101011101 1000111 1001001

Color Harmonies of #EB8B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8B9C

Black with #EB8B9C

Text Example


Text Example

White with #EB8B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8B9C; }

 p { color: rgb(235,139,156); }

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

background-color css

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

 a { background-color: rgb(235,139,156); }

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

border-color css

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

 span { border-color: rgb(235,139,156); }

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