Html Css Color HEX #EF949B Wewak

📋 copy color: '#EF949B'

red 239 ◦ green 148 ◦ blue 155

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

Shades of Wewak #EF949B

Tints of Wewak #EF949B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.6%

R = 44.1%
G = 27.31%
B = 28.6%

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

#EF949B (or 0xEF949B) is known color: Wewak. HEX triplet: EF, 94 and 9B. RGB value is (239,148,155). Sum of RGB (Red+Green+Blue) = 239+148+155=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF949B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF949B is #106B64. Grayscale: #B0B0B0. Windows color (decimal): -1076069 or 10196207. OLE color: 10196207.

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

Color convert

RGB 239 148 155 -
CMYK 0 0.38 0.35 0.06
HSL 355.38º 0.74% 0.76% -
HSV(B) 355.38º 0.38% 0.94% -
XYZ 52.1 41.9 36.35 -
YUV 176.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 239 148 155 0 0.38 0.35 0.06 355.38 0.74 0.76
Hex EF 94 9B 0 26 23 6 163 4A 4C
Octal 357 224 233 0 46 43 6 543 112 114
Binary 11101111 10010100 10011011 0 100110 100011 110 101100011 1001010 1001100

Color Harmonies of #EF949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF949B

Black with #EF949B

Text Example


Text Example

White with #EF949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF949B; }

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

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

background-color css

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

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

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

border-color css

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

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

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