Html Css Color HEX #EB8D9B Wewak

📋 copy color: '#EB8D9B'

red 235 ◦ green 141 ◦ blue 155

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

Shades of Wewak #EB8D9B

Tints of Wewak #EB8D9B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.55%

 BLUE value IS 155 (60.94% from 255) = 29.19%

R = 44.26%
G = 26.55%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB8D9B (or 0xEB8D9B) is known color: Wewak. HEX triplet: EB, 8D and 9B. RGB value is (235,141,155). Sum of RGB (Red+Green+Blue) = 235+141+155=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D9B is #147264. Grayscale: #AAAAAA. Windows color (decimal): -1340005 or 10194411. OLE color: 10194411.

HSL color Cylindrical-coordinate representation of color #EB8D9B: hue angle of 351.06º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8D9B is Cyan = 0, Magento = 0.4, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 141 155 -
CMYK 0 0.4 0.34 0.08
HSL 351.06º 0.7% 0.74% -
HSV(B) 351.06º 0.4% 0.92% -
XYZ 49.7 39.08 35.93 -
YUV 170.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 235 141 155 0 0.4 0.34 0.08 351.06 0.7 0.74
Hex EB 8D 9B 0 28 22 8 15F 46 4A
Octal 353 215 233 0 50 42 10 537 106 112
Binary 11101011 10001101 10011011 0 101000 100010 1000 101011111 1000110 1001010

Color Harmonies of #EB8D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D9B

Black with #EB8D9B

Text Example


Text Example

White with #EB8D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D9B; }

 p { color: rgb(235,141,155); }

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

background-color css

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

 a { background-color: rgb(235,141,155); }

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

border-color css

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

 span { border-color: rgb(235,141,155); }

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