Html Css Color HEX #ED898E Wewak

📋 copy color: '#ED898E'

red 237 ◦ green 137 ◦ blue 142

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

Shades of Wewak #ED898E

Tints of Wewak #ED898E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.52%

R = 45.93%
G = 26.55%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED898E (or 0xED898E) is known color: Wewak. HEX triplet: ED, 89 and 8E. RGB value is (237,137,142). Sum of RGB (Red+Green+Blue) = 237+137+142=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED898E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED898E is #127671. Grayscale: #A7A7A7. Windows color (decimal): -1209970 or 9341421. OLE color: 9341421.

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

Color convert

RGB 237 137 142 -
CMYK 0 0.42 0.40 0.07
HSL 357º 0.74% 0.73% -
HSV(B) 357º 0.42% 0.93% -
XYZ 48.75 37.85 30.33 -
YUV 167.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 237 137 142 0 0.42 0.40 0.07 357 0.74 0.73
Hex ED 89 8E 0 2A 28 7 165 4A 49
Octal 355 211 216 0 52 50 7 545 112 111
Binary 11101101 10001001 10001110 0 101010 101000 111 101100101 1001010 1001001

Color Harmonies of #ED898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED898E

Black with #ED898E

Text Example


Text Example

White with #ED898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED898E; }

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

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

background-color css

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

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

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

border-color css

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

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

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