Html Css Color HEX #ED979F Wewak

📋 copy color: '#ED979F'

red 237 ◦ green 151 ◦ blue 159

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

Shades of Wewak #ED979F

Tints of Wewak #ED979F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.07%

R = 43.33%
G = 27.61%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED979F (or 0xED979F) is known color: Wewak. HEX triplet: ED, 97 and 9F. RGB value is (237,151,159). Sum of RGB (Red+Green+Blue) = 237+151+159=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED979F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED979F is #126860. Grayscale: #B1B1B1. Windows color (decimal): -1206369 or 10459117. OLE color: 10459117.

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

Color convert

RGB 237 151 159 -
CMYK 0 0.36 0.33 0.07
HSL 354.42º 0.7% 0.76% -
HSV(B) 354.42º 0.36% 0.93% -
XYZ 52.25 42.64 38.28 -
YUV 177.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 237 151 159 0 0.36 0.33 0.07 354.42 0.7 0.76
Hex ED 97 9F 0 24 21 7 162 46 4C
Octal 355 227 237 0 44 41 7 542 106 114
Binary 11101101 10010111 10011111 0 100100 100001 111 101100010 1000110 1001100

Color Harmonies of #ED979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED979F

Black with #ED979F

Text Example


Text Example

White with #ED979F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED979F; }

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

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

background-color css

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

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

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

border-color css

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

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

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