Html Css Color HEX #E58D96 Wewak

📋 copy color: '#E58D96'

red 229 ◦ green 141 ◦ blue 150

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

Shades of Wewak #E58D96

Tints of Wewak #E58D96

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.12%

 BLUE value IS 150 (58.98% from 255) = 28.85%

R = 44.04%
G = 27.12%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E58D96 (or 0xE58D96) is known color: Wewak. HEX triplet: E5, 8D and 96. RGB value is (229,141,150). Sum of RGB (Red+Green+Blue) = 229+141+150=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58D96 is #1A7269. Grayscale: #A8A8A8. Windows color (decimal): -1733226 or 9866725. OLE color: 9866725.

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

Color convert

RGB 229 141 150 -
CMYK 0 0.38 0.34 0.10
HSL 353.86º 0.63% 0.73% -
HSV(B) 353.86º 0.38% 0.9% -
XYZ 47.34 37.91 33.68 -
YUV 168.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 229 141 150 0 0.38 0.34 0.10 353.86 0.63 0.73
Hex E5 8D 96 0 26 22 A 162 3F 49
Octal 345 215 226 0 46 42 12 542 77 111
Binary 11100101 10001101 10010110 0 100110 100010 1010 101100010 111111 1001001

Color Harmonies of #E58D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58D96

Black with #E58D96

Text Example


Text Example

White with #E58D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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