Html Css Color HEX #E0959D Wewak

📋 copy color: '#E0959D'

red 224 ◦ green 149 ◦ blue 157

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

Shades of Wewak #E0959D

Tints of Wewak #E0959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.62%

R = 42.26%
G = 28.11%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E0959D (or 0xE0959D) is known color: Wewak. HEX triplet: E0, 95 and 9D. RGB value is (224,149,157). Sum of RGB (Red+Green+Blue) = 224+149+157=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0959D is #1F6A62. Grayscale: #ACACAC. Windows color (decimal): -2058851 or 10327520. OLE color: 10327520.

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

Color convert

RGB 224 149 157 -
CMYK 0 0.33 0.30 0.12
HSL 353.6º 0.55% 0.73% -
HSV(B) 353.6º 0.33% 0.88% -
XYZ 47.57 39.78 37.07 -
YUV 172.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 224 149 157 0 0.33 0.30 0.12 353.6 0.55 0.73
Hex E0 95 9D 0 21 1E C 162 37 49
Octal 340 225 235 0 41 36 14 542 67 111
Binary 11100000 10010101 10011101 0 100001 11110 1100 101100010 110111 1001001

Color Harmonies of #E0959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0959D

Black with #E0959D

Text Example


Text Example

White with #E0959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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