Html Css Color HEX #EF969F Wewak

📋 copy color: '#EF969F'

red 239 ◦ green 150 ◦ blue 159

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

Shades of Wewak #EF969F

Tints of Wewak #EF969F

RGB

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

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

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

R = 43.61%
G = 27.37%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF969F (or 0xEF969F) is known color: Wewak. HEX triplet: EF, 96 and 9F. RGB value is (239,150,159). Sum of RGB (Red+Green+Blue) = 239+150+159=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF969F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF969F is #106960. Grayscale: #B1B1B1. Windows color (decimal): -1075553 or 10458863. OLE color: 10458863.

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

Color convert

RGB 239 150 159 -
CMYK 0 0.37 0.33 0.06
HSL 353.93º 0.74% 0.76% -
HSV(B) 353.93º 0.37% 0.94% -
XYZ 52.76 42.67 38.26 -
YUV 177.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 239 150 159 0 0.37 0.33 0.06 353.93 0.74 0.76
Hex EF 96 9F 0 25 21 6 162 4A 4C
Octal 357 226 237 0 45 41 6 542 112 114
Binary 11101111 10010110 10011111 0 100101 100001 110 101100010 1001010 1001100

Color Harmonies of #EF969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF969F

Black with #EF969F

Text Example


Text Example

White with #EF969F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF969F; }

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

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

background-color css

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

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

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

border-color css

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

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

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