Html Css Color HEX #ED979D Wewak

📋 copy color: '#ED979D'

red 237 ◦ green 151 ◦ blue 157

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

Shades of Wewak #ED979D

Tints of Wewak #ED979D

RGB

 RED value IS 237 (92.97% from 255) = 43.49%

 GREEN value IS 151 (59.38% from 255) = 27.71%

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

R = 43.49%
G = 27.71%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED979D (or 0xED979D) is known color: Wewak. HEX triplet: ED, 97 and 9D. RGB value is (237,151,157). Sum of RGB (Red+Green+Blue) = 237+151+157=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED979D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED979D is #126862. Grayscale: #B1B1B1. Windows color (decimal): -1206371 or 10328045. OLE color: 10328045.

HSL color Cylindrical-coordinate representation of color #ED979D: hue angle of 355.81º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED979D is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 151 157 -
CMYK 0 0.36 0.34 0.07
HSL 355.81º 0.7% 0.76% -
HSV(B) 355.81º 0.36% 0.93% -
XYZ 52.08 42.57 37.37 -
YUV 177.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 237 151 157 0 0.36 0.34 0.07 355.81 0.7 0.76
Hex ED 97 9D 0 24 22 7 164 46 4C
Octal 355 227 235 0 44 42 7 544 106 114
Binary 11101101 10010111 10011101 0 100100 100010 111 101100100 1000110 1001100

Color Harmonies of #ED979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED979D

Black with #ED979D

Text Example


Text Example

White with #ED979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED979D; }

 p { color: rgb(237,151,157); }

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

background-color css

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

 a { background-color: rgb(237,151,157); }

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

border-color css

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

 span { border-color: rgb(237,151,157); }

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