Html Css Color HEX #EF969C Wewak

📋 copy color: '#EF969C'

red 239 ◦ green 150 ◦ blue 156

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

Shades of Wewak #EF969C

Tints of Wewak #EF969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.62%

R = 43.85%
G = 27.52%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF969C (or 0xEF969C) is known color: Wewak. HEX triplet: EF, 96 and 9C. RGB value is (239,150,156). Sum of RGB (Red+Green+Blue) = 239+150+156=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF969C is #106963. Grayscale: #B1B1B1. Windows color (decimal): -1075556 or 10262255. OLE color: 10262255.

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

Color convert

RGB 239 150 156 -
CMYK 0 0.37 0.35 0.06
HSL 355.96º 0.74% 0.76% -
HSV(B) 355.96º 0.37% 0.94% -
XYZ 52.5 42.56 36.9 -
YUV 177.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 239 150 156 0 0.37 0.35 0.06 355.96 0.74 0.76
Hex EF 96 9C 0 25 23 6 164 4A 4C
Octal 357 226 234 0 45 43 6 544 112 114
Binary 11101111 10010110 10011100 0 100101 100011 110 101100100 1001010 1001100

Color Harmonies of #EF969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF969C

Black with #EF969C

Text Example


Text Example

White with #EF969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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