Html Css Color HEX #EF95A2 Wewak

📋 copy color: '#EF95A2'

red 239 ◦ green 149 ◦ blue 162

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

Shades of Wewak #EF95A2

Tints of Wewak #EF95A2

RGB

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

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

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

R = 43.45%
G = 27.09%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF95A2 (or 0xEF95A2) is known color: Wewak. HEX triplet: EF, 95 and A2. RGB value is (239,149,162). Sum of RGB (Red+Green+Blue) = 239+149+162=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 162 (63.67% from 255 or 29.45% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF95A2 is #106A5D. Grayscale: #B1B1B1. Windows color (decimal): -1075806 or 10655215. OLE color: 10655215.

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

Color convert

RGB 239 149 162 -
CMYK 0 0.38 0.32 0.06
HSL 351.33º 0.74% 0.76% -
HSV(B) 351.33º 0.38% 0.94% -
XYZ 52.87 42.45 39.59 -
YUV 177.39 119.32 171.94 -
System Red Green Blue C M Y K H S L
Decimal 239 149 162 0 0.38 0.32 0.06 351.33 0.74 0.76
Hex EF 95 A2 0 26 20 6 15F 4A 4C
Octal 357 225 242 0 46 40 6 537 112 114
Binary 11101111 10010101 10100010 0 100110 100000 110 101011111 1001010 1001100

Color Harmonies of #EF95A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF95A2

Black with #EF95A2

Text Example


Text Example

White with #EF95A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF95A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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