Html Css Color HEX #EF949C Wewak

📋 copy color: '#EF949C'

red 239 ◦ green 148 ◦ blue 156

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

Shades of Wewak #EF949C

Tints of Wewak #EF949C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.73%

R = 44.01%
G = 27.26%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF949C (or 0xEF949C) is known color: Wewak. HEX triplet: EF, 94 and 9C. RGB value is (239,148,156). Sum of RGB (Red+Green+Blue) = 239+148+156=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF949C is #106B63. Grayscale: #B0B0B0. Windows color (decimal): -1076068 or 10261743. OLE color: 10261743.

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

Color convert

RGB 239 148 156 -
CMYK 0 0.38 0.35 0.06
HSL 354.73º 0.74% 0.76% -
HSV(B) 354.73º 0.38% 0.94% -
XYZ 52.19 41.93 36.8 -
YUV 176.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 239 148 156 0 0.38 0.35 0.06 354.73 0.74 0.76
Hex EF 94 9C 0 26 23 6 163 4A 4C
Octal 357 224 234 0 46 43 6 543 112 114
Binary 11101111 10010100 10011100 0 100110 100011 110 101100011 1001010 1001100

Color Harmonies of #EF949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF949C

Black with #EF949C

Text Example


Text Example

White with #EF949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF949C; }

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

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

background-color css

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

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

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

border-color css

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

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

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