Html Css Color HEX #EB9BA4 Wewak

📋 copy color: '#EB9BA4'

red 235 ◦ green 155 ◦ blue 164

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

Shades of Wewak #EB9BA4

Tints of Wewak #EB9BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.6%

R = 42.42%
G = 27.98%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EB9BA4 (or 0xEB9BA4) is known color: Wewak. HEX triplet: EB, 9B and A4. RGB value is (235,155,164). Sum of RGB (Red+Green+Blue) = 235+155+164=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9BA4 is #14645B. Grayscale: #B3B3B3. Windows color (decimal): -1336412 or 10787819. OLE color: 10787819.

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

Color convert

RGB 235 155 164 -
CMYK 0 0.34 0.30 0.08
HSL 353.25º 0.67% 0.76% -
HSV(B) 353.25º 0.34% 0.92% -
XYZ 52.68 43.79 40.8 -
YUV 179.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 235 155 164 0 0.34 0.30 0.08 353.25 0.67 0.76
Hex EB 9B A4 0 22 1E 8 161 43 4C
Octal 353 233 244 0 42 36 10 541 103 114
Binary 11101011 10011011 10100100 0 100010 11110 1000 101100001 1000011 1001100

Color Harmonies of #EB9BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9BA4

Black with #EB9BA4

Text Example


Text Example

White with #EB9BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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