Html Css Color HEX #E8959A Wewak

📋 copy color: '#E8959A'

red 232 ◦ green 149 ◦ blue 154

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

Shades of Wewak #E8959A

Tints of Wewak #E8959A

RGB

 RED value IS 232 (91.02% from 255) = 43.36%

 GREEN value IS 149 (58.59% from 255) = 27.85%

 BLUE value IS 154 (60.55% from 255) = 28.79%

R = 43.36%
G = 27.85%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E8959A (or 0xE8959A) is known color: Wewak. HEX triplet: E8, 95 and 9A. RGB value is (232,149,154). Sum of RGB (Red+Green+Blue) = 232+149+154=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E8959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8959A is #176A65. Grayscale: #AEAEAE. Windows color (decimal): -1534566 or 10130920. OLE color: 10130920.

HSL color Cylindrical-coordinate representation of color #E8959A: hue angle of 356.39º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8959A is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 149 154 -
CMYK 0 0.36 0.34 0.09
HSL 356.39º 0.64% 0.75% -
HSV(B) 356.39º 0.36% 0.91% -
XYZ 49.86 40.98 35.85 -
YUV 174.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 232 149 154 0 0.36 0.34 0.09 356.39 0.64 0.75
Hex E8 95 9A 0 24 22 9 164 40 4B
Octal 350 225 232 0 44 42 11 544 100 113
Binary 11101000 10010101 10011010 0 100100 100010 1001 101100100 1000000 1001011

Color Harmonies of #E8959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8959A

Black with #E8959A

Text Example


Text Example

White with #E8959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8959A; }

 p { color: rgb(232,149,154); }

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

background-color css

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

 a { background-color: rgb(232,149,154); }

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

border-color css

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

 span { border-color: rgb(232,149,154); }

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