Html Css Color HEX #EF9A9D Wewak

📋 copy color: '#EF9A9D'

red 239 ◦ green 154 ◦ blue 157

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

Shades of Wewak #EF9A9D

Tints of Wewak #EF9A9D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28%

 BLUE value IS 157 (61.72% from 255) = 28.55%

R = 43.45%
G = 28%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF9A9D (or 0xEF9A9D) is known color: Wewak. HEX triplet: EF, 9A and 9D. RGB value is (239,154,157). Sum of RGB (Red+Green+Blue) = 239+154+157=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A9D is #106562. Grayscale: #B3B3B3. Windows color (decimal): -1074531 or 10328815. OLE color: 10328815.

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

Color convert

RGB 239 154 157 -
CMYK 0 0.36 0.34 0.06
HSL 357.88º 0.73% 0.77% -
HSV(B) 357.88º 0.36% 0.94% -
XYZ 53.24 43.9 37.57 -
YUV 179.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 239 154 157 0 0.36 0.34 0.06 357.88 0.73 0.77
Hex EF 9A 9D 0 24 22 6 166 49 4D
Octal 357 232 235 0 44 42 6 546 111 115
Binary 11101111 10011010 10011101 0 100100 100010 110 101100110 1001001 1001101

Color Harmonies of #EF9A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A9D

Black with #EF9A9D

Text Example


Text Example

White with #EF9A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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