Html Css Color HEX #ED8A9A Wewak

📋 copy color: '#ED8A9A'

red 237 ◦ green 138 ◦ blue 154

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

Shades of Wewak #ED8A9A

Tints of Wewak #ED8A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.11%

R = 44.8%
G = 26.09%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED8A9A (or 0xED8A9A) is known color: Wewak. HEX triplet: ED, 8A and 9A. RGB value is (237,138,154). Sum of RGB (Red+Green+Blue) = 237+138+154=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A9A is #127565. Grayscale: #A9A9A9. Windows color (decimal): -1209702 or 10128109. OLE color: 10128109.

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

Color convert

RGB 237 138 154 -
CMYK 0 0.42 0.35 0.07
HSL 350.3º 0.73% 0.74% -
HSV(B) 350.3º 0.42% 0.93% -
XYZ 49.85 38.51 35.38 -
YUV 169.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 237 138 154 0 0.42 0.35 0.07 350.3 0.73 0.74
Hex ED 8A 9A 0 2A 23 7 15E 49 4A
Octal 355 212 232 0 52 43 7 536 111 112
Binary 11101101 10001010 10011010 0 101010 100011 111 101011110 1001001 1001010

Color Harmonies of #ED8A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A9A

Black with #ED8A9A

Text Example


Text Example

White with #ED8A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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