Html Css Color HEX #EF96A2 Wewak

📋 copy color: '#EF96A2'

red 239 ◦ green 150 ◦ blue 162

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

Shades of Wewak #EF96A2

Tints of Wewak #EF96A2

RGB

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

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

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

R = 43.38%
G = 27.22%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF96A2 (or 0xEF96A2) is known color: Wewak. HEX triplet: EF, 96 and A2. RGB value is (239,150,162). Sum of RGB (Red+Green+Blue) = 239+150+162=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 162 (63.67% from 255 or 29.40% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF96A2 is #10695D. Grayscale: #B2B2B2. Windows color (decimal): -1075550 or 10655471. OLE color: 10655471.

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

Color convert

RGB 239 150 162 -
CMYK 0 0.37 0.32 0.06
HSL 351.91º 0.74% 0.76% -
HSV(B) 351.91º 0.37% 0.94% -
XYZ 53.02 42.77 39.64 -
YUV 177.98 118.99 171.52 -
System Red Green Blue C M Y K H S L
Decimal 239 150 162 0 0.37 0.32 0.06 351.91 0.74 0.76
Hex EF 96 A2 0 25 20 6 160 4A 4C
Octal 357 226 242 0 45 40 6 540 112 114
Binary 11101111 10010110 10100010 0 100101 100000 110 101100000 1001010 1001100

Color Harmonies of #EF96A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96A2

Black with #EF96A2

Text Example


Text Example

White with #EF96A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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