Html Css Color HEX #E0959E Wewak

📋 copy color: '#E0959E'

red 224 ◦ green 149 ◦ blue 158

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

Shades of Wewak #E0959E

Tints of Wewak #E0959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.06%

 BLUE value IS 158 (62.11% from 255) = 29.76%

R = 42.18%
G = 28.06%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E0959E (or 0xE0959E) is known color: Wewak. HEX triplet: E0, 95 and 9E. RGB value is (224,149,158). Sum of RGB (Red+Green+Blue) = 224+149+158=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E0959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0959E is #1F6A61. Grayscale: #ACACAC. Windows color (decimal): -2058850 or 10393056. OLE color: 10393056.

HSL color Cylindrical-coordinate representation of color #E0959E: hue angle of 352.8º degrees, saturation: 0.55, 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 #E0959E is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 149 158 -
CMYK 0 0.33 0.29 0.12
HSL 352.8º 0.55% 0.73% -
HSV(B) 352.8º 0.33% 0.88% -
XYZ 47.66 39.81 37.52 -
YUV 172.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 224 149 158 0 0.33 0.29 0.12 352.8 0.55 0.73
Hex E0 95 9E 0 21 1D C 161 37 49
Octal 340 225 236 0 41 35 14 541 67 111
Binary 11100000 10010101 10011110 0 100001 11101 1100 101100001 110111 1001001

Color Harmonies of #E0959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0959E

Black with #E0959E

Text Example


Text Example

White with #E0959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0959E; }

 p { color: rgb(224,149,158); }

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

background-color css

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

 a { background-color: rgb(224,149,158); }

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

border-color css

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

 span { border-color: rgb(224,149,158); }

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