Html Css Color HEX #EF949D Wewak

📋 copy color: '#EF949D'

red 239 ◦ green 148 ◦ blue 157

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

Shades of Wewak #EF949D

Tints of Wewak #EF949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.21%

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

R = 43.93%
G = 27.21%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF949D (or 0xEF949D) is known color: Wewak. HEX triplet: EF, 94 and 9D. RGB value is (239,148,157). Sum of RGB (Red+Green+Blue) = 239+148+157=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF949D is #106B62. Grayscale: #B0B0B0. Windows color (decimal): -1076067 or 10327279. OLE color: 10327279.

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

Color convert

RGB 239 148 157 -
CMYK 0 0.38 0.34 0.06
HSL 354.07º 0.74% 0.76% -
HSV(B) 354.07º 0.38% 0.94% -
XYZ 52.27 41.96 37.24 -
YUV 176.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 239 148 157 0 0.38 0.34 0.06 354.07 0.74 0.76
Hex EF 94 9D 0 26 22 6 162 4A 4C
Octal 357 224 235 0 46 42 6 542 112 114
Binary 11101111 10010100 10011101 0 100110 100010 110 101100010 1001010 1001100

Color Harmonies of #EF949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF949D

Black with #EF949D

Text Example


Text Example

White with #EF949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF949D; }

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

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

background-color css

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

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

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

border-color css

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

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

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