#EF868E

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

Shades of Wewak #EF868E

Tints of Wewak #EF868E

Color information

#EF868E (or 0xEF868E) is unknown color: approx Wewak. HEX triplet: EF, 86 and 8E. RGB value is (239,134,142). Sum of RGB (Red+Green+Blue) = 239+134+142=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF868E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF868E is #107971. Grayscale: #A6A6A6. Windows color (decimal): -1079666 or 9340655. OLE color: 9340655.

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

Color convert

RGB239134142-
CMYK00.440.410.06
HSL355.43º76.64%73.14%-
HSV(B)355.43º43.93%93.73%-
XYZ4937.3530.22-
YUV166.31114.29179.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.41%
GREEN value IS 134 (52.73% from 255) = 26.02%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=46.41%
G=26.02%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913414200.440.410.06355.4376.6473.14
HexEF868E02C2961634d49
Octal357206216054516543115111
Binary111011111000011010001110010110010100111010110001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF868E; }

 p { color: rgb(239,134,142); }

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

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

 a { background-color: rgb(239,134,142); }

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

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

 span { border-color: rgb(239,134,142); }

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