Html Css Color HEX #EF8D9D Wewak

📋 copy color: '#EF8D9D'

red 239 ◦ green 141 ◦ blue 157

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

Shades of Wewak #EF8D9D

Tints of Wewak #EF8D9D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.26%

 BLUE value IS 157 (61.72% from 255) = 29.24%

R = 44.51%
G = 26.26%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF8D9D (or 0xEF8D9D) is known color: Wewak. HEX triplet: EF, 8D and 9D. RGB value is (239,141,157). Sum of RGB (Red+Green+Blue) = 239+141+157=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D9D is #107262. Grayscale: #ACACAC. Windows color (decimal): -1077859 or 10325487. OLE color: 10325487.

HSL color Cylindrical-coordinate representation of color #EF8D9D: hue angle of 350.2º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8D9D is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 141 157 -
CMYK 0 0.41 0.34 0.06
HSL 350.2º 0.75% 0.75% -
HSV(B) 350.2º 0.41% 0.94% -
XYZ 51.21 39.83 36.89 -
YUV 172.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 239 141 157 0 0.41 0.34 0.06 350.2 0.75 0.75
Hex EF 8D 9D 0 29 22 6 15E 4B 4B
Octal 357 215 235 0 51 42 6 536 113 113
Binary 11101111 10001101 10011101 0 101001 100010 110 101011110 1001011 1001011

Color Harmonies of #EF8D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D9D

Black with #EF8D9D

Text Example


Text Example

White with #EF8D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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