Html Css Color HEX #E0969B Wewak

📋 copy color: '#E0969B'

red 224 ◦ green 150 ◦ blue 155

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

Shades of Wewak #E0969B

Tints of Wewak #E0969B

RGB

 RED value IS 224 (87.89% from 255) = 42.34%

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

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

R = 42.34%
G = 28.36%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0969B (or 0xE0969B) is known color: Wewak. HEX triplet: E0, 96 and 9B. RGB value is (224,150,155). Sum of RGB (Red+Green+Blue) = 224+150+155=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0969B is #1F6964. Grayscale: #ACACAC. Windows color (decimal): -2058597 or 10196704. OLE color: 10196704.

HSL color Cylindrical-coordinate representation of color #E0969B: hue angle of 355.95º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0969B is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 150 155 -
CMYK 0 0.33 0.31 0.12
HSL 355.95º 0.54% 0.73% -
HSV(B) 355.95º 0.33% 0.88% -
XYZ 47.56 40.03 36.23 -
YUV 172.7 118.02 164.59 -
System Red Green Blue C M Y K H S L
Decimal 224 150 155 0 0.33 0.31 0.12 355.95 0.54 0.73
Hex E0 96 9B 0 21 1F C 164 36 49
Octal 340 226 233 0 41 37 14 544 66 111
Binary 11100000 10010110 10011011 0 100001 11111 1100 101100100 110110 1001001

Color Harmonies of #E0969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0969B

Black with #E0969B

Text Example


Text Example

White with #E0969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0969B; }

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

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

background-color css

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

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

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

border-color css

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

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

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