Html Css Color HEX #ED8993 Wewak

📋 copy color: '#ED8993'

red 237 ◦ green 137 ◦ blue 147

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

Shades of Wewak #ED8993

Tints of Wewak #ED8993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.21%

R = 45.49%
G = 26.3%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED8993 (or 0xED8993) is known color: Wewak. HEX triplet: ED, 89 and 93. RGB value is (237,137,147). Sum of RGB (Red+Green+Blue) = 237+137+147=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8993 is #12766C. Grayscale: #A8A8A8. Windows color (decimal): -1209965 or 9669101. OLE color: 9669101.

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

Color convert

RGB 237 137 147 -
CMYK 0 0.42 0.38 0.07
HSL 354º 0.74% 0.73% -
HSV(B) 354º 0.42% 0.93% -
XYZ 49.14 38 32.35 -
YUV 168.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 237 137 147 0 0.42 0.38 0.07 354 0.74 0.73
Hex ED 89 93 0 2A 26 7 162 4A 49
Octal 355 211 223 0 52 46 7 542 112 111
Binary 11101101 10001001 10010011 0 101010 100110 111 101100010 1001010 1001001

Color Harmonies of #ED8993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8993

Black with #ED8993

Text Example


Text Example

White with #ED8993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8993; }

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

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

background-color css

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

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

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

border-color css

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

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

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