Html Css Color HEX #E5969D Wewak

📋 copy color: '#E5969D'

red 229 ◦ green 150 ◦ blue 157

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

Shades of Wewak #E5969D

Tints of Wewak #E5969D

RGB

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

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

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

R = 42.72%
G = 27.99%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5969D (or 0xE5969D) is known color: Wewak. HEX triplet: E5, 96 and 9D. RGB value is (229,150,157). Sum of RGB (Red+Green+Blue) = 229+150+157=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E5969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5969D is #1A6962. Grayscale: #AEAEAE. Windows color (decimal): -1730915 or 10327781. OLE color: 10327781.

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

Color convert

RGB 229 150 157 -
CMYK 0 0.34 0.31 0.10
HSL 354.68º 0.6% 0.74% -
HSV(B) 354.68º 0.34% 0.9% -
XYZ 49.31 40.91 37.2 -
YUV 174.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 229 150 157 0 0.34 0.31 0.10 354.68 0.6 0.74
Hex E5 96 9D 0 22 1F A 163 3C 4A
Octal 345 226 235 0 42 37 12 543 74 112
Binary 11100101 10010110 10011101 0 100010 11111 1010 101100011 111100 1001010

Color Harmonies of #E5969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5969D

Black with #E5969D

Text Example


Text Example

White with #E5969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5969D; }

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

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

background-color css

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

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

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

border-color css

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

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

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