Html Css Color HEX #ED8A9D Wewak

📋 copy color: '#ED8A9D'

red 237 ◦ green 138 ◦ blue 157

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

Shades of Wewak #ED8A9D

Tints of Wewak #ED8A9D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.94%

 BLUE value IS 157 (61.72% from 255) = 29.51%

R = 44.55%
G = 25.94%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED8A9D (or 0xED8A9D) is known color: Wewak. HEX triplet: ED, 8A and 9D. RGB value is (237,138,157). Sum of RGB (Red+Green+Blue) = 237+138+157=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A9D is #127562. Grayscale: #A9A9A9. Windows color (decimal): -1209699 or 10324717. OLE color: 10324717.

HSL color Cylindrical-coordinate representation of color #ED8A9D: hue angle of 348.48º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8A9D is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 138 157 -
CMYK 0 0.42 0.34 0.07
HSL 348.48º 0.73% 0.74% -
HSV(B) 348.48º 0.42% 0.93% -
XYZ 50.1 38.62 36.71 -
YUV 169.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 237 138 157 0 0.42 0.34 0.07 348.48 0.73 0.74
Hex ED 8A 9D 0 2A 22 7 15C 49 4A
Octal 355 212 235 0 52 42 7 534 111 112
Binary 11101101 10001010 10011101 0 101010 100010 111 101011100 1001001 1001010

Color Harmonies of #ED8A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A9D

Black with #ED8A9D

Text Example


Text Example

White with #ED8A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A9D; }

 p { color: rgb(237,138,157); }

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

background-color css

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

 a { background-color: rgb(237,138,157); }

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

border-color css

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

 span { border-color: rgb(237,138,157); }

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