Html Css Color HEX #ED8A94 Wewak

📋 copy color: '#ED8A94'

red 237 ◦ green 138 ◦ blue 148

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

Shades of Wewak #ED8A94

Tints of Wewak #ED8A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.3%

R = 45.32%
G = 26.39%
B = 28.3%

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

#ED8A94 (or 0xED8A94) is known color: Wewak. HEX triplet: ED, 8A and 94. RGB value is (237,138,148). Sum of RGB (Red+Green+Blue) = 237+138+148=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A94 is #12756B. Grayscale: #A8A8A8. Windows color (decimal): -1209708 or 9734893. OLE color: 9734893.

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

Color convert

RGB 237 138 148 -
CMYK 0 0.42 0.38 0.07
HSL 353.94º 0.73% 0.74% -
HSV(B) 353.94º 0.42% 0.93% -
XYZ 49.36 38.32 32.81 -
YUV 168.74 116.3 176.69 -
System Red Green Blue C M Y K H S L
Decimal 237 138 148 0 0.42 0.38 0.07 353.94 0.73 0.74
Hex ED 8A 94 0 2A 26 7 162 49 4A
Octal 355 212 224 0 52 46 7 542 111 112
Binary 11101101 10001010 10010100 0 101010 100110 111 101100010 1001001 1001010

Color Harmonies of #ED8A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A94

Black with #ED8A94

Text Example


Text Example

White with #ED8A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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