Html Css Color HEX #EF959F Wewak

📋 copy color: '#EF959F'

red 239 ◦ green 149 ◦ blue 159

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

Shades of Wewak #EF959F

Tints of Wewak #EF959F

RGB

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

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

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

R = 43.69%
G = 27.24%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF959F (or 0xEF959F) is known color: Wewak. HEX triplet: EF, 95 and 9F. RGB value is (239,149,159). Sum of RGB (Red+Green+Blue) = 239+149+159=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF959F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF959F is #106A60. Grayscale: #B1B1B1. Windows color (decimal): -1075809 or 10458607. OLE color: 10458607.

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

Color convert

RGB 239 149 159 -
CMYK 0 0.38 0.33 0.06
HSL 353.33º 0.74% 0.76% -
HSV(B) 353.33º 0.38% 0.94% -
XYZ 52.6 42.35 38.2 -
YUV 177.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 239 149 159 0 0.38 0.33 0.06 353.33 0.74 0.76
Hex EF 95 9F 0 26 21 6 161 4A 4C
Octal 357 225 237 0 46 41 6 541 112 114
Binary 11101111 10010101 10011111 0 100110 100001 110 101100001 1001010 1001100

Color Harmonies of #EF959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF959F

Black with #EF959F

Text Example


Text Example

White with #EF959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF959F; }

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

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

background-color css

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

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

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

border-color css

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

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

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