Html Css Color HEX #ED9394 Wewak

📋 copy color: '#ED9394'

red 237 ◦ green 147 ◦ blue 148

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

Shades of Wewak #ED9394

Tints of Wewak #ED9394

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.63%

 BLUE value IS 148 (58.2% from 255) = 27.82%

R = 44.55%
G = 27.63%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED9394 (or 0xED9394) is known color: Wewak. HEX triplet: ED, 93 and 94. RGB value is (237,147,148). Sum of RGB (Red+Green+Blue) = 237+147+148=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9394 is #126C6B. Grayscale: #AEAEAE. Windows color (decimal): -1207404 or 9737197. OLE color: 9737197.

HSL color Cylindrical-coordinate representation of color #ED9394: hue angle of 359.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED9394 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 147 148 -
CMYK 0 0.38 0.38 0.07
HSL 359.33º 0.71% 0.75% -
HSV(B) 359.33º 0.38% 0.93% -
XYZ 50.7 41.01 33.26 -
YUV 174.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 237 147 148 0 0.38 0.38 0.07 359.33 0.71 0.75
Hex ED 93 94 0 26 26 7 167 47 4B
Octal 355 223 224 0 46 46 7 547 107 113
Binary 11101101 10010011 10010100 0 100110 100110 111 101100111 1000111 1001011

Color Harmonies of #ED9394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9394

Black with #ED9394

Text Example


Text Example

White with #ED9394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9394; }

 p { color: rgb(237,147,148); }

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

background-color css

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

 a { background-color: rgb(237,147,148); }

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

border-color css

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

 span { border-color: rgb(237,147,148); }

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