Html Css Color HEX #ED979B Wewak

📋 copy color: '#ED979B'

red 237 ◦ green 151 ◦ blue 155

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

Shades of Wewak #ED979B

Tints of Wewak #ED979B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.55%

R = 43.65%
G = 27.81%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED979B (or 0xED979B) is known color: Wewak. HEX triplet: ED, 97 and 9B. RGB value is (237,151,155). Sum of RGB (Red+Green+Blue) = 237+151+155=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED979B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED979B is #126864. Grayscale: #B1B1B1. Windows color (decimal): -1206373 or 10196973. OLE color: 10196973.

HSL color Cylindrical-coordinate representation of color #ED979B: hue angle of 357.21º 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 #ED979B is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 151 155 -
CMYK 0 0.36 0.35 0.07
HSL 357.21º 0.7% 0.76% -
HSV(B) 357.21º 0.36% 0.93% -
XYZ 51.91 42.5 36.48 -
YUV 177.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 237 151 155 0 0.36 0.35 0.07 357.21 0.7 0.76
Hex ED 97 9B 0 24 23 7 165 46 4C
Octal 355 227 233 0 44 43 7 545 106 114
Binary 11101101 10010111 10011011 0 100100 100011 111 101100101 1000110 1001100

Color Harmonies of #ED979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED979B

Black with #ED979B

Text Example


Text Example

White with #ED979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED979B; }

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

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

background-color css

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

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

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

border-color css

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

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

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