Html Css Color HEX #EF969E Wewak

📋 copy color: '#EF969E'

red 239 ◦ green 150 ◦ blue 158

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

Shades of Wewak #EF969E

Tints of Wewak #EF969E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.42%

 BLUE value IS 158 (62.11% from 255) = 28.88%

R = 43.69%
G = 27.42%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF969E (or 0xEF969E) is known color: Wewak. HEX triplet: EF, 96 and 9E. RGB value is (239,150,158). Sum of RGB (Red+Green+Blue) = 239+150+158=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF969E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF969E is #106961. Grayscale: #B1B1B1. Windows color (decimal): -1075554 or 10393327. OLE color: 10393327.

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

Color convert

RGB 239 150 158 -
CMYK 0 0.37 0.34 0.06
HSL 354.61º 0.74% 0.76% -
HSV(B) 354.61º 0.37% 0.94% -
XYZ 52.67 42.63 37.8 -
YUV 177.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 239 150 158 0 0.37 0.34 0.06 354.61 0.74 0.76
Hex EF 96 9E 0 25 22 6 163 4A 4C
Octal 357 226 236 0 45 42 6 543 112 114
Binary 11101111 10010110 10011110 0 100101 100010 110 101100011 1001010 1001100

Color Harmonies of #EF969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF969E

Black with #EF969E

Text Example


Text Example

White with #EF969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF969E; }

 p { color: rgb(239,150,158); }

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

background-color css

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

 a { background-color: rgb(239,150,158); }

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

border-color css

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

 span { border-color: rgb(239,150,158); }

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