#EF9EA1

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

Shades of Wewak #EF9EA1

Tints of Wewak #EF9EA1

Color information

#EF9EA1 (or 0xEF9EA1) is unknown color: approx Wewak. HEX triplet: EF, 9E and A1. RGB value is (239,158,161). Sum of RGB (Red+Green+Blue) = 239+158+161=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9EA1 is #10615E. Grayscale: #B6B6B6. Windows color (decimal): -1073503 or 10591983. OLE color: 10591983.

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

Color convert

RGB239158161-
CMYK00.340.330.06
HSL357.78º71.68%77.84%-
HSV(B)357.78º33.89%93.73%-
XYZ54.2645.3839.62-
YUV182.56115.84168.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 158 (62.11% from 255) = 28.32%
BLUE value IS 161 (63.28% from 255) = 28.85%
R=42.83%
G=28.32%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915816100.340.330.06357.7871.6877.84
HexEF9EA1022216166484e
Octal357236241042416546110116
Binary111011111001111010100001010001010000111010110011010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9EA1; }

 p { color: rgb(239,158,161); }

 H1.HeaderClassName
 {
   color: #EF9EA1;
 }
 .AnyTagClassName
 {
   color: #EF9EA1;
 }
</style>
background-color css

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

 a { background-color: rgb(239,158,161); }

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

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

 span { border-color: rgb(239,158,161); }

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