#E68B94

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

Shades of Wewak #E68B94

Tints of Wewak #E68B94

Color information

#E68B94 (or 0xE68B94) is unknown color: approx Wewak. HEX triplet: E6, 8B and 94. RGB value is (230,139,148). Sum of RGB (Red+Green+Blue) = 230+139+148=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68B94 is #19746B. Grayscale: #A7A7A7. Windows color (decimal): -1668204 or 9735142. OLE color: 9735142.

HSL color Cylindrical-coordinate representation of color #E68B94: hue angle of 354.07º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68B94 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB230139148-
CMYK00.400.360.10
HSL354.07º64.54%72.35%-
HSV(B)354.07º39.57%90.2%-
XYZ47.2137.4332.75-
YUV167.24117.15172.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.49%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=44.49%
G=26.89%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013914800.400.360.10354.0764.5472.35
HexE68B9402824A1624148
Octal3462132240504412542101110
Binary1110011010001011100101000101000100100101010110001010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68B94; }

 p { color: rgb(230,139,148); }

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

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

 a { background-color: rgb(230,139,148); }

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

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

 span { border-color: rgb(230,139,148); }

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