Html Css Color HEX #EB9BA3 Wewak

📋 copy color: '#EB9BA3'

red 235 ◦ green 155 ◦ blue 163

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

Shades of Wewak #EB9BA3

Tints of Wewak #EB9BA3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.03%

 BLUE value IS 163 (64.06% from 255) = 29.48%

R = 42.5%
G = 28.03%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB9BA3 (or 0xEB9BA3) is known color: Wewak. HEX triplet: EB, 9B and A3. RGB value is (235,155,163). Sum of RGB (Red+Green+Blue) = 235+155+163=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 163 (64.06% from 255 or 29.48% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9BA3 is #14645C. Grayscale: #B3B3B3. Windows color (decimal): -1336413 or 10722283. OLE color: 10722283.

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

Color convert

RGB 235 155 163 -
CMYK 0 0.34 0.31 0.08
HSL 354º 0.67% 0.76% -
HSV(B) 354º 0.34% 0.92% -
XYZ 52.59 43.75 40.32 -
YUV 179.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 235 155 163 0 0.34 0.31 0.08 354 0.67 0.76
Hex EB 9B A3 0 22 1F 8 162 43 4C
Octal 353 233 243 0 42 37 10 542 103 114
Binary 11101011 10011011 10100011 0 100010 11111 1000 101100010 1000011 1001100

Color Harmonies of #EB9BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9BA3

Black with #EB9BA3

Text Example


Text Example

White with #EB9BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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