Html Css Color HEX #E7969E Wewak

📋 copy color: '#E7969E'

red 231 ◦ green 150 ◦ blue 158

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

Shades of Wewak #E7969E

Tints of Wewak #E7969E

RGB

 RED value IS 231 (90.63% from 255) = 42.86%

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

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

R = 42.86%
G = 27.83%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7969E (or 0xE7969E) is known color: Wewak. HEX triplet: E7, 96 and 9E. RGB value is (231,150,158). Sum of RGB (Red+Green+Blue) = 231+150+158=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E7969E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7969E is #186961. Grayscale: #AFAFAF. Windows color (decimal): -1599842 or 10393319. OLE color: 10393319.

HSL color Cylindrical-coordinate representation of color #E7969E: hue angle of 354.07º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7969E is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 150 158 -
CMYK 0 0.35 0.32 0.09
HSL 354.07º 0.63% 0.75% -
HSV(B) 354.07º 0.35% 0.91% -
XYZ 50.03 41.27 37.68 -
YUV 175.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 231 150 158 0 0.35 0.32 0.09 354.07 0.63 0.75
Hex E7 96 9E 0 23 20 9 162 3F 4B
Octal 347 226 236 0 43 40 11 542 77 113
Binary 11100111 10010110 10011110 0 100011 100000 1001 101100010 111111 1001011

Color Harmonies of #E7969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7969E

Black with #E7969E

Text Example


Text Example

White with #E7969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7969E; }

 p { color: rgb(231,150,158); }

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

background-color css

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

 a { background-color: rgb(231,150,158); }

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

border-color css

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

 span { border-color: rgb(231,150,158); }

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