Html Css Color HEX #ED898A Wewak

📋 copy color: '#ED898A'

red 237 ◦ green 137 ◦ blue 138

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

Shades of Wewak #ED898A

Tints of Wewak #ED898A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 46.29%
G = 26.76%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED898A (or 0xED898A) is known color: Wewak. HEX triplet: ED, 89 and 8A. RGB value is (237,137,138). Sum of RGB (Red+Green+Blue) = 237+137+138=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED898A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED898A is #127675. Grayscale: #A7A7A7. Windows color (decimal): -1209974 or 9079277. OLE color: 9079277.

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

Color convert

RGB 237 137 138 -
CMYK 0 0.42 0.42 0.07
HSL 359.4º 0.74% 0.73% -
HSV(B) 359.4º 0.42% 0.93% -
XYZ 48.46 37.73 28.77 -
YUV 167.01 111.63 177.92 -
System Red Green Blue C M Y K H S L
Decimal 237 137 138 0 0.42 0.42 0.07 359.4 0.74 0.73
Hex ED 89 8A 0 2A 2A 7 167 4A 49
Octal 355 211 212 0 52 52 7 547 112 111
Binary 11101101 10001001 10001010 0 101010 101010 111 101100111 1001010 1001001

Color Harmonies of #ED898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED898A

Black with #ED898A

Text Example


Text Example

White with #ED898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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