Html Css Color HEX #EF9BA2 Wewak

📋 copy color: '#EF9BA2'

red 239 ◦ green 155 ◦ blue 162

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

Shades of Wewak #EF9BA2

Tints of Wewak #EF9BA2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.88%

 BLUE value IS 162 (63.67% from 255) = 29.14%

R = 42.99%
G = 27.88%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF9BA2 (or 0xEF9BA2) is known color: Wewak. HEX triplet: EF, 9B and A2. RGB value is (239,155,162). Sum of RGB (Red+Green+Blue) = 239+155+162=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9BA2 is #10645D. Grayscale: #B4B4B4. Windows color (decimal): -1074270 or 10656751. OLE color: 10656751.

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

Color convert

RGB 239 155 162 -
CMYK 0 0.35 0.32 0.06
HSL 355º 0.72% 0.77% -
HSV(B) 355º 0.35% 0.94% -
XYZ 53.84 44.4 39.92 -
YUV 180.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 239 155 162 0 0.35 0.32 0.06 355 0.72 0.77
Hex EF 9B A2 0 23 20 6 163 48 4D
Octal 357 233 242 0 43 40 6 543 110 115
Binary 11101111 10011011 10100010 0 100011 100000 110 101100011 1001000 1001101

Color Harmonies of #EF9BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9BA2

Black with #EF9BA2

Text Example


Text Example

White with #EF9BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9BA2; }

 p { color: rgb(239,155,162); }

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

background-color css

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

 a { background-color: rgb(239,155,162); }

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

border-color css

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

 span { border-color: rgb(239,155,162); }

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