Html Css Color HEX #E4959D Wewak

📋 copy color: '#E4959D'

red 228 ◦ green 149 ◦ blue 157

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

Shades of Wewak #E4959D

Tints of Wewak #E4959D

RGB

 RED value IS 228 (89.45% from 255) = 42.7%

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

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

R = 42.7%
G = 27.9%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E4959D (or 0xE4959D) is known color: Wewak. HEX triplet: E4, 95 and 9D. RGB value is (228,149,157). Sum of RGB (Red+Green+Blue) = 228+149+157=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E4959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4959D is #1B6A62. Grayscale: #ADADAD. Windows color (decimal): -1796707 or 10327524. OLE color: 10327524.

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

Color convert

RGB 228 149 157 -
CMYK 0 0.35 0.31 0.11
HSL 353.92º 0.59% 0.74% -
HSV(B) 353.92º 0.35% 0.89% -
XYZ 48.83 40.42 37.13 -
YUV 173.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 228 149 157 0 0.35 0.31 0.11 353.92 0.59 0.74
Hex E4 95 9D 0 23 1F B 162 3B 4A
Octal 344 225 235 0 43 37 13 542 73 112
Binary 11100100 10010101 10011101 0 100011 11111 1011 101100010 111011 1001010

Color Harmonies of #E4959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4959D

Black with #E4959D

Text Example


Text Example

White with #E4959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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