Html Css Color HEX #E2969D Wewak

📋 copy color: '#E2969D'

red 226 ◦ green 150 ◦ blue 157

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

Shades of Wewak #E2969D

Tints of Wewak #E2969D

RGB

 RED value IS 226 (88.67% from 255) = 42.4%

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

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

R = 42.4%
G = 28.14%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2969D (or 0xE2969D) is known color: Wewak. HEX triplet: E2, 96 and 9D. RGB value is (226,150,157). Sum of RGB (Red+Green+Blue) = 226+150+157=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E2969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2969D is #1D6962. Grayscale: #ADADAD. Windows color (decimal): -1927523 or 10327778. OLE color: 10327778.

HSL color Cylindrical-coordinate representation of color #E2969D: hue angle of 354.47º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2969D is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 150 157 -
CMYK 0 0.34 0.31 0.11
HSL 354.47º 0.57% 0.74% -
HSV(B) 354.47º 0.34% 0.89% -
XYZ 48.36 40.42 37.15 -
YUV 173.52 118.68 165.43 -
System Red Green Blue C M Y K H S L
Decimal 226 150 157 0 0.34 0.31 0.11 354.47 0.57 0.74
Hex E2 96 9D 0 22 1F B 162 39 4A
Octal 342 226 235 0 42 37 13 542 71 112
Binary 11100010 10010110 10011101 0 100010 11111 1011 101100010 111001 1001010

Color Harmonies of #E2969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2969D

Black with #E2969D

Text Example


Text Example

White with #E2969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2969D; }

 p { color: rgb(226,150,157); }

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

background-color css

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

 a { background-color: rgb(226,150,157); }

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

border-color css

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

 span { border-color: rgb(226,150,157); }

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