Html Css Color HEX #EF959A Wewak

📋 copy color: '#EF959A'

red 239 ◦ green 149 ◦ blue 154

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

Shades of Wewak #EF959A

Tints of Wewak #EF959A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.41%

R = 44.1%
G = 27.49%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF959A (or 0xEF959A) is known color: Wewak. HEX triplet: EF, 95 and 9A. RGB value is (239,149,154). Sum of RGB (Red+Green+Blue) = 239+149+154=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF959A is #106A65. Grayscale: #B0B0B0. Windows color (decimal): -1075814 or 10130927. OLE color: 10130927.

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

Color convert

RGB 239 149 154 -
CMYK 0 0.38 0.36 0.06
HSL 356.67º 0.74% 0.76% -
HSV(B) 356.67º 0.38% 0.94% -
XYZ 52.18 42.18 35.96 -
YUV 176.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 239 149 154 0 0.38 0.36 0.06 356.67 0.74 0.76
Hex EF 95 9A 0 26 24 6 165 4A 4C
Octal 357 225 232 0 46 44 6 545 112 114
Binary 11101111 10010101 10011010 0 100110 100100 110 101100101 1001010 1001100

Color Harmonies of #EF959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF959A

Black with #EF959A

Text Example


Text Example

White with #EF959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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