Html Css Color HEX #EF8B8D Wewak

📋 copy color: '#EF8B8D'

red 239 ◦ green 139 ◦ blue 141

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

Shades of Wewak #EF8B8D

Tints of Wewak #EF8B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.17%

R = 46.05%
G = 26.78%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF8B8D (or 0xEF8B8D) is known color: Wewak. HEX triplet: EF, 8B and 8D. RGB value is (239,139,141). Sum of RGB (Red+Green+Blue) = 239+139+141=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8B8D is #107472. Grayscale: #A9A9A9. Windows color (decimal): -1078387 or 9276399. OLE color: 9276399.

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

Color convert

RGB 239 139 141 -
CMYK 0 0.42 0.41 0.06
HSL 358.8º 0.76% 0.74% -
HSV(B) 358.8º 0.42% 0.94% -
XYZ 49.64 38.74 30.06 -
YUV 169.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 239 139 141 0 0.42 0.41 0.06 358.8 0.76 0.74
Hex EF 8B 8D 0 2A 29 6 167 4C 4A
Octal 357 213 215 0 52 51 6 547 114 112
Binary 11101111 10001011 10001101 0 101010 101001 110 101100111 1001100 1001010

Color Harmonies of #EF8B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8B8D

Black with #EF8B8D

Text Example


Text Example

White with #EF8B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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