Html Css Color HEX #ED8995 Wewak

📋 copy color: '#ED8995'

red 237 ◦ green 137 ◦ blue 149

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

Shades of Wewak #ED8995

Tints of Wewak #ED8995

RGB

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

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

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

R = 45.32%
G = 26.2%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED8995 (or 0xED8995) is known color: Wewak. HEX triplet: ED, 89 and 95. RGB value is (237,137,149). Sum of RGB (Red+Green+Blue) = 237+137+149=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8995 is #12766A. Grayscale: #A8A8A8. Windows color (decimal): -1209963 or 9800173. OLE color: 9800173.

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

Color convert

RGB 237 137 149 -
CMYK 0 0.42 0.37 0.07
HSL 352.8º 0.74% 0.73% -
HSV(B) 352.8º 0.42% 0.93% -
XYZ 49.3 38.07 33.18 -
YUV 168.27 117.13 177.02 -
System Red Green Blue C M Y K H S L
Decimal 237 137 149 0 0.42 0.37 0.07 352.8 0.74 0.73
Hex ED 89 95 0 2A 25 7 161 4A 49
Octal 355 211 225 0 52 45 7 541 112 111
Binary 11101101 10001001 10010101 0 101010 100101 111 101100001 1001010 1001001

Color Harmonies of #ED8995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8995

Black with #ED8995

Text Example


Text Example

White with #ED8995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8995; }

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

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

background-color css

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

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

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

border-color css

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

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

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