Html Css Color HEX #ED999D Wewak

📋 copy color: '#ED999D'

red 237 ◦ green 153 ◦ blue 157

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

Shades of Wewak #ED999D

Tints of Wewak #ED999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.97%

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

R = 43.33%
G = 27.97%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED999D (or 0xED999D) is known color: Wewak. HEX triplet: ED, 99 and 9D. RGB value is (237,153,157). Sum of RGB (Red+Green+Blue) = 237+153+157=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED999D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED999D is #126662. Grayscale: #B2B2B2. Windows color (decimal): -1205859 or 10328557. OLE color: 10328557.

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

Color convert

RGB 237 153 157 -
CMYK 0 0.35 0.34 0.07
HSL 357.14º 0.7% 0.76% -
HSV(B) 357.14º 0.35% 0.93% -
XYZ 52.4 43.22 37.48 -
YUV 178.57 115.83 169.67 -
System Red Green Blue C M Y K H S L
Decimal 237 153 157 0 0.35 0.34 0.07 357.14 0.7 0.76
Hex ED 99 9D 0 23 22 7 165 46 4C
Octal 355 231 235 0 43 42 7 545 106 114
Binary 11101101 10011001 10011101 0 100011 100010 111 101100101 1000110 1001100

Color Harmonies of #ED999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED999D

Black with #ED999D

Text Example


Text Example

White with #ED999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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