#EF96A0

Color #EF96A0 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #EF96A0

Tints of Wewak #EF96A0

Color information

#EF96A0 (or 0xEF96A0) is unknown color: approx 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

RGB239150160-
CMYK00.370.330.06
HSL353.26º73.55%76.27%-
HSV(B)353.26º37.24%93.73%-
XYZ52.8542.738.71-
YUV177.75117.99171.69-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915016000.370.330.06353.2673.5576.27
HexEF96A00252161614a4c
Octal357226240045416541112114
Binary111011111001011010100000010010110000111010110000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF96A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>