Html Css Color HEX #E5959D Wewak

📋 copy color: '#E5959D'

red 229 ◦ green 149 ◦ blue 157

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

Shades of Wewak #E5959D

Tints of Wewak #E5959D

RGB

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

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

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

R = 42.8%
G = 27.85%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5959D (or 0xE5959D) is known color: Wewak. HEX triplet: E5, 95 and 9D. RGB value is (229,149,157). Sum of RGB (Red+Green+Blue) = 229+149+157=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E5959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5959D is #1A6A62. Grayscale: #ADADAD. Windows color (decimal): -1731171 or 10327525. OLE color: 10327525.

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

Color convert

RGB 229 149 157 -
CMYK 0 0.35 0.31 0.10
HSL 354º 0.61% 0.74% -
HSV(B) 354º 0.35% 0.9% -
XYZ 49.15 40.59 37.14 -
YUV 173.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 229 149 157 0 0.35 0.31 0.10 354 0.61 0.74
Hex E5 95 9D 0 23 1F A 162 3D 4A
Octal 345 225 235 0 43 37 12 542 75 112
Binary 11100101 10010101 10011101 0 100011 11111 1010 101100010 111101 1001010

Color Harmonies of #E5959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5959D

Black with #E5959D

Text Example


Text Example

White with #E5959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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