Html Css Color HEX #EF959D Wewak

📋 copy color: '#EF959D'

red 239 ◦ green 149 ◦ blue 157

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

Shades of Wewak #EF959D

Tints of Wewak #EF959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.34%

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

R = 43.85%
G = 27.34%
B = 28.81%

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

#EF959D (or 0xEF959D) is known color: Wewak. HEX triplet: EF, 95 and 9D. RGB value is (239,149,157). Sum of RGB (Red+Green+Blue) = 239+149+157=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF959D is #106A62. Grayscale: #B0B0B0. Windows color (decimal): -1075811 or 10327535. OLE color: 10327535.

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

Color convert

RGB 239 149 157 -
CMYK 0 0.38 0.34 0.06
HSL 354.67º 0.74% 0.76% -
HSV(B) 354.67º 0.38% 0.94% -
XYZ 52.43 42.28 37.3 -
YUV 176.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 239 149 157 0 0.38 0.34 0.06 354.67 0.74 0.76
Hex EF 95 9D 0 26 22 6 163 4A 4C
Octal 357 225 235 0 46 42 6 543 112 114
Binary 11101111 10010101 10011101 0 100110 100010 110 101100011 1001010 1001100

Color Harmonies of #EF959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF959D

Black with #EF959D

Text Example


Text Example

White with #EF959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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