#EF99A1

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

Shades of Wewak #EF99A1

Tints of Wewak #EF99A1

Color information

#EF99A1 (or 0xEF99A1) is unknown color: approx Wewak. HEX triplet: EF, 99 and A1. RGB value is (239,153,161). Sum of RGB (Red+Green+Blue) = 239+153+161=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF99A1 is #10665E. Grayscale: #B3B3B3. Windows color (decimal): -1074783 or 10590703. OLE color: 10590703.

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

Color convert

RGB239153161-
CMYK00.360.330.06
HSL354.42º72.88%76.86%-
HSV(B)354.42º35.98%93.73%-
XYZ53.4243.7139.34-
YUV179.63117.49170.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 161 (63.28% from 255) = 29.11%
R=43.22%
G=27.67%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915316100.360.330.06354.4272.8876.86
HexEF99A1024216162494d
Octal357231241044416542111115
Binary111011111001100110100001010010010000111010110001010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99A1; }

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

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

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

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

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

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

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

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