Html Css Color HEX #ED8991 Wewak

📋 copy color: '#ED8991'

red 237 ◦ green 137 ◦ blue 145

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

Shades of Wewak #ED8991

Tints of Wewak #ED8991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.94%

R = 45.66%
G = 26.4%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED8991 (or 0xED8991) is known color: Wewak. HEX triplet: ED, 89 and 91. RGB value is (237,137,145). Sum of RGB (Red+Green+Blue) = 237+137+145=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8991 is #12766E. Grayscale: #A7A7A7. Windows color (decimal): -1209967 or 9538029. OLE color: 9538029.

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

Color convert

RGB 237 137 145 -
CMYK 0 0.42 0.39 0.07
HSL 355.2º 0.74% 0.73% -
HSV(B) 355.2º 0.42% 0.93% -
XYZ 48.98 37.94 31.53 -
YUV 167.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 237 137 145 0 0.42 0.39 0.07 355.2 0.74 0.73
Hex ED 89 91 0 2A 27 7 163 4A 49
Octal 355 211 221 0 52 47 7 543 112 111
Binary 11101101 10001001 10010001 0 101010 100111 111 101100011 1001010 1001001

Color Harmonies of #ED8991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8991

Black with #ED8991

Text Example


Text Example

White with #ED8991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8991; }

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

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

background-color css

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

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

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

border-color css

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

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

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