#E68C8E

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

Shades of Wewak #E68C8E

Tints of Wewak #E68C8E

Color information

#E68C8E (or 0xE68C8E) is unknown color: approx Wewak. HEX triplet: E6, 8C and 8E. RGB value is (230,140,142). Sum of RGB (Red+Green+Blue) = 230+140+142=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68C8E is #197371. Grayscale: #A7A7A7. Windows color (decimal): -1667954 or 9342182. OLE color: 9342182.

HSL color Cylindrical-coordinate representation of color #E68C8E: hue angle of 358.67º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68C8E is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB230140142-
CMYK00.390.380.10
HSL358.67º64.29%72.55%-
HSV(B)358.67º39.13%90.2%-
XYZ46.8937.5330.36-
YUV167.14113.82172.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.92%
GREEN value IS 140 (55.08% from 255) = 27.34%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=44.92%
G=27.34%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014014200.390.380.10358.6764.2972.55
HexE68C8E02726A1674049
Octal3462142160474612547100111
Binary1110011010001100100011100100111100110101010110011110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68C8E; }

 p { color: rgb(230,140,142); }

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

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

 a { background-color: rgb(230,140,142); }

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

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

 span { border-color: rgb(230,140,142); }

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