#EF919D

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

Shades of Wewak #EF919D

Tints of Wewak #EF919D

Color information

#EF919D (or 0xEF919D) is unknown color: approx Wewak. HEX triplet: EF, 91 and 9D. RGB value is (239,145,157). Sum of RGB (Red+Green+Blue) = 239+145+157=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF919D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF919D is #106E62. Grayscale: #AEAEAE. Windows color (decimal): -1076835 or 10326511. OLE color: 10326511.

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

Color convert

RGB239145157-
CMYK00.390.340.06
HSL352.34º74.6%75.29%-
HSV(B)352.34º39.33%93.73%-
XYZ51.8141.0437.09-
YUV174.47118.14174.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.18%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 157 (61.72% from 255) = 29.02%
R=44.18%
G=26.80%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914515700.390.340.06352.3474.675.29
HexEF919D0272261604b4b
Octal357221235047426540113113
Binary111011111001000110011101010011110001011010110000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF919D; }

 p { color: rgb(239,145,157); }

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

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

 a { background-color: rgb(239,145,157); }

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

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

 span { border-color: rgb(239,145,157); }

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