Html Css Color HEX #E5929D Wewak

📋 copy color: '#E5929D'

red 229 ◦ green 146 ◦ blue 157

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

Shades of Wewak #E5929D

Tints of Wewak #E5929D

RGB

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

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

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

R = 43.05%
G = 27.44%
B = 29.51%

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

#E5929D (or 0xE5929D) is known color: Wewak. HEX triplet: E5, 92 and 9D. RGB value is (229,146,157). Sum of RGB (Red+Green+Blue) = 229+146+157=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E5929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5929D is #1A6D62. Grayscale: #ACACAC. Windows color (decimal): -1731939 or 10326757. OLE color: 10326757.

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

Color convert

RGB 229 146 157 -
CMYK 0 0.36 0.31 0.10
HSL 352.05º 0.61% 0.74% -
HSV(B) 352.05º 0.36% 0.9% -
XYZ 48.68 39.65 36.99 -
YUV 172.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 229 146 157 0 0.36 0.31 0.10 352.05 0.61 0.74
Hex E5 92 9D 0 24 1F A 160 3D 4A
Octal 345 222 235 0 44 37 12 540 75 112
Binary 11100101 10010010 10011101 0 100100 11111 1010 101100000 111101 1001010

Color Harmonies of #E5929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5929D

Black with #E5929D

Text Example


Text Example

White with #E5929D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5929D; }

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

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

background-color css

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

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

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

border-color css

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

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

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