Html Css Color HEX #E5969B Wewak

📋 copy color: '#E5969B'

red 229 ◦ green 150 ◦ blue 155

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

Shades of Wewak #E5969B

Tints of Wewak #E5969B

RGB

 RED value IS 229 (89.84% from 255) = 42.88%

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

 BLUE value IS 155 (60.94% from 255) = 29.03%

R = 42.88%
G = 28.09%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5969B (or 0xE5969B) is known color: Wewak. HEX triplet: E5, 96 and 9B. RGB value is (229,150,155). Sum of RGB (Red+Green+Blue) = 229+150+155=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E5969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5969B is #1A6964. Grayscale: #AEAEAE. Windows color (decimal): -1730917 or 10196709. OLE color: 10196709.

HSL color Cylindrical-coordinate representation of color #E5969B: hue angle of 356.2º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5969B is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 150 155 -
CMYK 0 0.34 0.32 0.10
HSL 356.2º 0.6% 0.74% -
HSV(B) 356.2º 0.34% 0.9% -
XYZ 49.14 40.84 36.3 -
YUV 174.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 229 150 155 0 0.34 0.32 0.10 356.2 0.6 0.74
Hex E5 96 9B 0 22 20 A 164 3C 4A
Octal 345 226 233 0 42 40 12 544 74 112
Binary 11100101 10010110 10011011 0 100010 100000 1010 101100100 111100 1001010

Color Harmonies of #E5969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5969B

Black with #E5969B

Text Example


Text Example

White with #E5969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5969B; }

 p { color: rgb(229,150,155); }

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

background-color css

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

 a { background-color: rgb(229,150,155); }

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

border-color css

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

 span { border-color: rgb(229,150,155); }

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