Html Css Color HEX #ED989B Wewak

📋 copy color: '#ED989B'

red 237 ◦ green 152 ◦ blue 155

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

Shades of Wewak #ED989B

Tints of Wewak #ED989B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.94%

 BLUE value IS 155 (60.94% from 255) = 28.49%

R = 43.57%
G = 27.94%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED989B (or 0xED989B) is known color: Wewak. HEX triplet: ED, 98 and 9B. RGB value is (237,152,155). Sum of RGB (Red+Green+Blue) = 237+152+155=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED989B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED989B is #126764. Grayscale: #B1B1B1. Windows color (decimal): -1206117 or 10197229. OLE color: 10197229.

HSL color Cylindrical-coordinate representation of color #ED989B: hue angle of 357.88º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED989B is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 152 155 -
CMYK 0 0.36 0.35 0.07
HSL 357.88º 0.7% 0.76% -
HSV(B) 357.88º 0.36% 0.93% -
XYZ 52.07 42.83 36.53 -
YUV 177.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 237 152 155 0 0.36 0.35 0.07 357.88 0.7 0.76
Hex ED 98 9B 0 24 23 7 166 46 4C
Octal 355 230 233 0 44 43 7 546 106 114
Binary 11101101 10011000 10011011 0 100100 100011 111 101100110 1000110 1001100

Color Harmonies of #ED989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED989B

Black with #ED989B

Text Example


Text Example

White with #ED989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED989B; }

 p { color: rgb(237,152,155); }

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

background-color css

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

 a { background-color: rgb(237,152,155); }

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

border-color css

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

 span { border-color: rgb(237,152,155); }

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