Html Css Color HEX #E0959F Wewak

📋 copy color: '#E0959F'

red 224 ◦ green 149 ◦ blue 159

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

Shades of Wewak #E0959F

Tints of Wewak #E0959F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.89%

R = 42.11%
G = 28.01%
B = 29.89%

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

#E0959F (or 0xE0959F) is known color: Wewak. HEX triplet: E0, 95 and 9F. RGB value is (224,149,159). Sum of RGB (Red+Green+Blue) = 224+149+159=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E0959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0959F is #1F6A60. Grayscale: #ACACAC. Windows color (decimal): -2058849 or 10458592. OLE color: 10458592.

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

Color convert

RGB 224 149 159 -
CMYK 0 0.33 0.29 0.12
HSL 352º 0.55% 0.73% -
HSV(B) 352º 0.33% 0.88% -
XYZ 47.75 39.85 37.98 -
YUV 172.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 224 149 159 0 0.33 0.29 0.12 352 0.55 0.73
Hex E0 95 9F 0 21 1D C 160 37 49
Octal 340 225 237 0 41 35 14 540 67 111
Binary 11100000 10010101 10011111 0 100001 11101 1100 101100000 110111 1001001

Color Harmonies of #E0959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0959F

Black with #E0959F

Text Example


Text Example

White with #E0959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0959F; }

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

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

background-color css

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

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

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

border-color css

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

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

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