Html Css Color HEX #EF8B94 Wewak

📋 copy color: '#EF8B94'

red 239 ◦ green 139 ◦ blue 148

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

Shades of Wewak #EF8B94

Tints of Wewak #EF8B94

RGB

 RED value IS 239 (93.75% from 255) = 45.44%

 GREEN value IS 139 (54.69% from 255) = 26.43%

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

R = 45.44%
G = 26.43%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF8B94 (or 0xEF8B94) is known color: Wewak. HEX triplet: EF, 8B and 94. RGB value is (239,139,148). Sum of RGB (Red+Green+Blue) = 239+139+148=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8B94 is #10746B. Grayscale: #A9A9A9. Windows color (decimal): -1078380 or 9735151. OLE color: 9735151.

HSL color Cylindrical-coordinate representation of color #EF8B94: hue angle of 354.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8B94 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 139 148 -
CMYK 0 0.42 0.38 0.06
HSL 354.6º 0.76% 0.74% -
HSV(B) 354.6º 0.42% 0.94% -
XYZ 50.17 38.95 32.89 -
YUV 169.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 239 139 148 0 0.42 0.38 0.06 354.6 0.76 0.74
Hex EF 8B 94 0 2A 26 6 163 4C 4A
Octal 357 213 224 0 52 46 6 543 114 112
Binary 11101111 10001011 10010100 0 101010 100110 110 101100011 1001100 1001010

Color Harmonies of #EF8B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8B94

Black with #EF8B94

Text Example


Text Example

White with #EF8B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8B94; }

 p { color: rgb(239,139,148); }

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

background-color css

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

 a { background-color: rgb(239,139,148); }

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

border-color css

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

 span { border-color: rgb(239,139,148); }

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