Html Css Color HEX #E5929E Wewak

📋 copy color: '#E5929E'

red 229 ◦ green 146 ◦ blue 158

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

Shades of Wewak #E5929E

Tints of Wewak #E5929E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.39%

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

R = 42.96%
G = 27.39%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5929E (or 0xE5929E) is known color: Wewak. HEX triplet: E5, 92 and 9E. RGB value is (229,146,158). Sum of RGB (Red+Green+Blue) = 229+146+158=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E5929E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5929E is #1A6D61. Grayscale: #ACACAC. Windows color (decimal): -1731938 or 10392293. OLE color: 10392293.

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

Color convert

RGB 229 146 158 -
CMYK 0 0.36 0.31 0.10
HSL 351.33º 0.61% 0.74% -
HSV(B) 351.33º 0.36% 0.9% -
XYZ 48.76 39.68 37.44 -
YUV 172.19 120 168.52 -
System Red Green Blue C M Y K H S L
Decimal 229 146 158 0 0.36 0.31 0.10 351.33 0.61 0.74
Hex E5 92 9E 0 24 1F A 15F 3D 4A
Octal 345 222 236 0 44 37 12 537 75 112
Binary 11100101 10010010 10011110 0 100100 11111 1010 101011111 111101 1001010

Color Harmonies of #E5929E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5929E

Black with #E5929E

Text Example


Text Example

White with #E5929E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5929E; }

 p { color: rgb(229,146,158); }

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

background-color css

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

 a { background-color: rgb(229,146,158); }

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

border-color css

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

 span { border-color: rgb(229,146,158); }

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