Html Css Color HEX #ED8A8C Wewak

📋 copy color: '#ED8A8C'

red 237 ◦ green 138 ◦ blue 140

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

Shades of Wewak #ED8A8C

Tints of Wewak #ED8A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.18%

R = 46.02%
G = 26.8%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED8A8C (or 0xED8A8C) is known color: Wewak. HEX triplet: ED, 8A and 8C. RGB value is (237,138,140). Sum of RGB (Red+Green+Blue) = 237+138+140=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A8C is #127573. Grayscale: #A7A7A7. Windows color (decimal): -1209716 or 9210605. OLE color: 9210605.

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

Color convert

RGB 237 138 140 -
CMYK 0 0.42 0.41 0.07
HSL 358.79º 0.73% 0.74% -
HSV(B) 358.79º 0.42% 0.93% -
XYZ 48.75 38.07 29.59 -
YUV 167.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 237 138 140 0 0.42 0.41 0.07 358.79 0.73 0.74
Hex ED 8A 8C 0 2A 29 7 167 49 4A
Octal 355 212 214 0 52 51 7 547 111 112
Binary 11101101 10001010 10001100 0 101010 101001 111 101100111 1001001 1001010

Color Harmonies of #ED8A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A8C

Black with #ED8A8C

Text Example


Text Example

White with #ED8A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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