Html Css Color HEX #EF96A0 Wewak

📋 copy color: '#EF96A0'

red 239 ◦ green 150 ◦ blue 160

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

Shades of Wewak #EF96A0

Tints of Wewak #EF96A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.14%

R = 43.53%
G = 27.32%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF96A0 (or 0xEF96A0) is known color: Wewak. HEX triplet: EF, 96 and A0. RGB value is (239,150,160). Sum of RGB (Red+Green+Blue) = 239+150+160=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF96A0 is #10695F. Grayscale: #B1B1B1. Windows color (decimal): -1075552 or 10524399. OLE color: 10524399.

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

Color convert

RGB 239 150 160 -
CMYK 0 0.37 0.33 0.06
HSL 353.26º 0.74% 0.76% -
HSV(B) 353.26º 0.37% 0.94% -
XYZ 52.85 42.7 38.71 -
YUV 177.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 239 150 160 0 0.37 0.33 0.06 353.26 0.74 0.76
Hex EF 96 A0 0 25 21 6 161 4A 4C
Octal 357 226 240 0 45 41 6 541 112 114
Binary 11101111 10010110 10100000 0 100101 100001 110 101100001 1001010 1001100

Color Harmonies of #EF96A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96A0

Black with #EF96A0

Text Example


Text Example

White with #EF96A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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