Html Css Color HEX #ED899E Wewak

📋 copy color: '#ED899E'

red 237 ◦ green 137 ◦ blue 158

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

Shades of Wewak #ED899E

Tints of Wewak #ED899E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.75%

 BLUE value IS 158 (62.11% from 255) = 29.7%

R = 44.55%
G = 25.75%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED899E (or 0xED899E) is known color: Wewak. HEX triplet: ED, 89 and 9E. RGB value is (237,137,158). Sum of RGB (Red+Green+Blue) = 237+137+158=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED899E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED899E is #127661. Grayscale: #A9A9A9. Windows color (decimal): -1209954 or 10389997. OLE color: 10389997.

HSL color Cylindrical-coordinate representation of color #ED899E: hue angle of 347.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED899E is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 137 158 -
CMYK 0 0.42 0.33 0.07
HSL 347.4º 0.74% 0.73% -
HSV(B) 347.4º 0.42% 0.93% -
XYZ 50.04 38.36 37.12 -
YUV 169.29 121.63 176.29 -
System Red Green Blue C M Y K H S L
Decimal 237 137 158 0 0.42 0.33 0.07 347.4 0.74 0.73
Hex ED 89 9E 0 2A 21 7 15B 4A 49
Octal 355 211 236 0 52 41 7 533 112 111
Binary 11101101 10001001 10011110 0 101010 100001 111 101011011 1001010 1001001

Color Harmonies of #ED899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED899E

Black with #ED899E

Text Example


Text Example

White with #ED899E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED899E; }

 p { color: rgb(237,137,158); }

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

background-color css

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

 a { background-color: rgb(237,137,158); }

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

border-color css

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

 span { border-color: rgb(237,137,158); }

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