Html Css Color HEX #ED898C Wewak

📋 copy color: '#ED898C'

red 237 ◦ green 137 ◦ blue 140

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

Shades of Wewak #ED898C

Tints of Wewak #ED898C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.24%

R = 46.11%
G = 26.65%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED898C (or 0xED898C) is known color: Wewak. HEX triplet: ED, 89 and 8C. RGB value is (237,137,140). Sum of RGB (Red+Green+Blue) = 237+137+140=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED898C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED898C is #127673. Grayscale: #A7A7A7. Windows color (decimal): -1209972 or 9210349. OLE color: 9210349.

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

Color convert

RGB 237 137 140 -
CMYK 0 0.42 0.41 0.07
HSL 358.2º 0.74% 0.73% -
HSV(B) 358.2º 0.42% 0.93% -
XYZ 48.6 37.79 29.54 -
YUV 167.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 237 137 140 0 0.42 0.41 0.07 358.2 0.74 0.73
Hex ED 89 8C 0 2A 29 7 166 4A 49
Octal 355 211 214 0 52 51 7 546 112 111
Binary 11101101 10001001 10001100 0 101010 101001 111 101100110 1001010 1001001

Color Harmonies of #ED898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED898C

Black with #ED898C

Text Example


Text Example

White with #ED898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED898C; }

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

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

background-color css

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

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

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

border-color css

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

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

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