Html Css Color HEX #ED899D Wewak

📋 copy color: '#ED899D'

red 237 ◦ green 137 ◦ blue 157

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

Shades of Wewak #ED899D

Tints of Wewak #ED899D

RGB

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

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

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

R = 44.63%
G = 25.8%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED899D (or 0xED899D) is known color: Wewak. HEX triplet: ED, 89 and 9D. RGB value is (237,137,157). Sum of RGB (Red+Green+Blue) = 237+137+157=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED899D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED899D is #127662. Grayscale: #A9A9A9. Windows color (decimal): -1209955 or 10324461. OLE color: 10324461.

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

Color convert

RGB 237 137 157 -
CMYK 0 0.42 0.34 0.07
HSL 348º 0.74% 0.73% -
HSV(B) 348º 0.42% 0.93% -
XYZ 49.96 38.33 36.66 -
YUV 169.18 121.13 176.37 -
System Red Green Blue C M Y K H S L
Decimal 237 137 157 0 0.42 0.34 0.07 348 0.74 0.73
Hex ED 89 9D 0 2A 22 7 15C 4A 49
Octal 355 211 235 0 52 42 7 534 112 111
Binary 11101101 10001001 10011101 0 101010 100010 111 101011100 1001010 1001001

Color Harmonies of #ED899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED899D

Black with #ED899D

Text Example


Text Example

White with #ED899D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED899D; }

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

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

background-color css

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

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

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

border-color css

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

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

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