#EF969F

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

Shades of Wewak #EF969F

Tints of Wewak #EF969F

Color information

#EF969F (or 0xEF969F) is unknown color: approx Wewak. HEX triplet: EF, 96 and 9F. RGB value is (239,150,159). Sum of RGB (Red+Green+Blue) = 239+150+159=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF969F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF969F is #106960. Grayscale: #B1B1B1. Windows color (decimal): -1075553 or 10458863. OLE color: 10458863.

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

Color convert

RGB239150159-
CMYK00.370.330.06
HSL353.93º73.55%76.27%-
HSV(B)353.93º37.24%93.73%-
XYZ52.7642.6738.26-
YUV177.64117.49171.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.61%
GREEN value IS 150 (58.98% from 255) = 27.37%
BLUE value IS 159 (62.5% from 255) = 29.01%
R=43.61%
G=27.37%
B=29.01%

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
Decimal23915015900.370.330.06353.9373.5576.27
HexEF969F0252161624a4c
Octal357226237045416542112114
Binary111011111001011010011111010010110000111010110001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF969F; }

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

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

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

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

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

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

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

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