Html Css Color HEX #E7969C Wewak

📋 copy color: '#E7969C'

red 231 ◦ green 150 ◦ blue 156

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

Shades of Wewak #E7969C

Tints of Wewak #E7969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.05%

R = 43.02%
G = 27.93%
B = 29.05%

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

#E7969C (or 0xE7969C) is known color: Wewak. HEX triplet: E7, 96 and 9C. RGB value is (231,150,156). Sum of RGB (Red+Green+Blue) = 231+150+156=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E7969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7969C is #186963. Grayscale: #AEAEAE. Windows color (decimal): -1599844 or 10262247. OLE color: 10262247.

HSL color Cylindrical-coordinate representation of color #E7969C: hue angle of 355.56º 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 #E7969C is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 150 156 -
CMYK 0 0.35 0.32 0.09
HSL 355.56º 0.63% 0.75% -
HSV(B) 355.56º 0.35% 0.91% -
XYZ 49.86 41.2 36.78 -
YUV 174.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 231 150 156 0 0.35 0.32 0.09 355.56 0.63 0.75
Hex E7 96 9C 0 23 20 9 164 3F 4B
Octal 347 226 234 0 43 40 11 544 77 113
Binary 11100111 10010110 10011100 0 100011 100000 1001 101100100 111111 1001011

Color Harmonies of #E7969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7969C

Black with #E7969C

Text Example


Text Example

White with #E7969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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