Html Css Color HEX #ED8996 Wewak

📋 copy color: '#ED8996'

red 237 ◦ green 137 ◦ blue 150

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

Shades of Wewak #ED8996

Tints of Wewak #ED8996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.63%

R = 45.23%
G = 26.15%
B = 28.63%

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

#ED8996 (or 0xED8996) is known color: Wewak. HEX triplet: ED, 89 and 96. RGB value is (237,137,150). Sum of RGB (Red+Green+Blue) = 237+137+150=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8996 is #127669. Grayscale: #A8A8A8. Windows color (decimal): -1209962 or 9865709. OLE color: 9865709.

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

Color convert

RGB 237 137 150 -
CMYK 0 0.42 0.37 0.07
HSL 352.2º 0.74% 0.73% -
HSV(B) 352.2º 0.42% 0.93% -
XYZ 49.38 38.1 33.61 -
YUV 168.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 237 137 150 0 0.42 0.37 0.07 352.2 0.74 0.73
Hex ED 89 96 0 2A 25 7 160 4A 49
Octal 355 211 226 0 52 45 7 540 112 111
Binary 11101101 10001001 10010110 0 101010 100101 111 101100000 1001010 1001001

Color Harmonies of #ED8996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8996

Black with #ED8996

Text Example


Text Example

White with #ED8996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8996; }

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

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

background-color css

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

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

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

border-color css

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

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

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