Html Css Color HEX #E8969B Wewak

📋 copy color: '#E8969B'

red 232 ◦ green 150 ◦ blue 155

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

Shades of Wewak #E8969B

Tints of Wewak #E8969B

RGB

 RED value IS 232 (91.02% from 255) = 43.2%

 GREEN value IS 150 (58.98% from 255) = 27.93%

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

R = 43.2%
G = 27.93%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E8969B (or 0xE8969B) is known color: Wewak. HEX triplet: E8, 96 and 9B. RGB value is (232,150,155). Sum of RGB (Red+Green+Blue) = 232+150+155=537 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.20% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 232 - color contains mainly: red. Hex color #E8969B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8969B is #176964. Grayscale: #AFAFAF. Windows color (decimal): -1534309 or 10196712. OLE color: 10196712.

HSL color Cylindrical-coordinate representation of color #E8969B: hue angle of 356.34º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E8969B is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 150 155 -
CMYK 0 0.35 0.33 0.09
HSL 356.34º 0.64% 0.75% -
HSV(B) 356.34º 0.35% 0.91% -
XYZ 50.1 41.34 36.35 -
YUV 175.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 232 150 155 0 0.35 0.33 0.09 356.34 0.64 0.75
Hex E8 96 9B 0 23 21 9 164 40 4B
Octal 350 226 233 0 43 41 11 544 100 113
Binary 11101000 10010110 10011011 0 100011 100001 1001 101100100 1000000 1001011

Color Harmonies of #E8969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8969B

Black with #E8969B

Text Example


Text Example

White with #E8969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8969B; }

 p { color: rgb(232,150,155); }

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

background-color css

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

 a { background-color: rgb(232,150,155); }

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

border-color css

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

 span { border-color: rgb(232,150,155); }

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