#E68E9E

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

Shades of Wewak #E68E9E

Tints of Wewak #E68E9E

Color information

#E68E9E (or 0xE68E9E) is unknown color: approx Wewak. HEX triplet: E6, 8E and 9E. RGB value is (230,142,158). Sum of RGB (Red+Green+Blue) = 230+142+158=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68E9E is #197161. Grayscale: #AAAAAA. Windows color (decimal): -1667426 or 10391270. OLE color: 10391270.

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

Color convert

RGB230142158-
CMYK00.380.310.10
HSL349.09º63.77%72.94%-
HSV(B)349.09º38.26%90.2%-
XYZ48.4838.6437.25-
YUV170.14121.15170.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.40%
GREEN value IS 142 (55.86% from 255) = 26.79%
BLUE value IS 158 (62.11% from 255) = 29.81%
R=43.40%
G=26.79%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014215800.380.310.10349.0963.7772.94
HexE68E9E0261FA15d4049
Octal3462162360463712535100111
Binary111001101000111010011110010011011111101010101110110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68E9E; }

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

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

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

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

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

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

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

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