Html Css Color HEX #EF8D9F Wewak

📋 copy color: '#EF8D9F'

red 239 ◦ green 141 ◦ blue 159

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

Shades of Wewak #EF8D9F

Tints of Wewak #EF8D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.5%

R = 44.34%
G = 26.16%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF8D9F (or 0xEF8D9F) is known color: Wewak. HEX triplet: EF, 8D and 9F. RGB value is (239,141,159). Sum of RGB (Red+Green+Blue) = 239+141+159=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D9F is #107260. Grayscale: #ACACAC. Windows color (decimal): -1077857 or 10456559. OLE color: 10456559.

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

Color convert

RGB 239 141 159 -
CMYK 0 0.41 0.33 0.06
HSL 348.98º 0.75% 0.75% -
HSV(B) 348.98º 0.41% 0.94% -
XYZ 51.38 39.9 37.8 -
YUV 172.35 120.47 175.54 -
System Red Green Blue C M Y K H S L
Decimal 239 141 159 0 0.41 0.33 0.06 348.98 0.75 0.75
Hex EF 8D 9F 0 29 21 6 15D 4B 4B
Octal 357 215 237 0 51 41 6 535 113 113
Binary 11101111 10001101 10011111 0 101001 100001 110 101011101 1001011 1001011

Color Harmonies of #EF8D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D9F

Black with #EF8D9F

Text Example


Text Example

White with #EF8D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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