Html Css Color HEX #ED9395 Wewak

📋 copy color: '#ED9395'

red 237 ◦ green 147 ◦ blue 149

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

Shades of Wewak #ED9395

Tints of Wewak #ED9395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.95%

R = 44.47%
G = 27.58%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED9395 (or 0xED9395) is known color: Wewak. HEX triplet: ED, 93 and 95. RGB value is (237,147,149). Sum of RGB (Red+Green+Blue) = 237+147+149=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9395 is #126C6A. Grayscale: #AEAEAE. Windows color (decimal): -1207403 or 9802733. OLE color: 9802733.

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

Color convert

RGB 237 147 149 -
CMYK 0 0.38 0.37 0.07
HSL 358.67º 0.71% 0.75% -
HSV(B) 358.67º 0.38% 0.93% -
XYZ 50.78 41.04 33.68 -
YUV 174.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 237 147 149 0 0.38 0.37 0.07 358.67 0.71 0.75
Hex ED 93 95 0 26 25 7 167 47 4B
Octal 355 223 225 0 46 45 7 547 107 113
Binary 11101101 10010011 10010101 0 100110 100101 111 101100111 1000111 1001011

Color Harmonies of #ED9395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9395

Black with #ED9395

Text Example


Text Example

White with #ED9395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9395; }

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

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

background-color css

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

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

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

border-color css

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

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

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