Html Css Color HEX #E0969A Wewak

📋 copy color: '#E0969A'

red 224 ◦ green 150 ◦ blue 154

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

Shades of Wewak #E0969A

Tints of Wewak #E0969A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.17%

R = 42.42%
G = 28.41%
B = 29.17%

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

#E0969A (or 0xE0969A) is known color: Wewak. HEX triplet: E0, 96 and 9A. RGB value is (224,150,154). Sum of RGB (Red+Green+Blue) = 224+150+154=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0969A is #1F6965. Grayscale: #ACACAC. Windows color (decimal): -2058598 or 10131168. OLE color: 10131168.

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

Color convert

RGB 224 150 154 -
CMYK 0 0.33 0.31 0.12
HSL 356.76º 0.54% 0.73% -
HSV(B) 356.76º 0.33% 0.88% -
XYZ 47.48 39.99 35.79 -
YUV 172.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 224 150 154 0 0.33 0.31 0.12 356.76 0.54 0.73
Hex E0 96 9A 0 21 1F C 165 36 49
Octal 340 226 232 0 41 37 14 545 66 111
Binary 11100000 10010110 10011010 0 100001 11111 1100 101100101 110110 1001001

Color Harmonies of #E0969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0969A

Black with #E0969A

Text Example


Text Example

White with #E0969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0969A; }

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

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

background-color css

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

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

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

border-color css

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

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

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