#E68A8D

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

Shades of Wewak #E68A8D

Tints of Wewak #E68A8D

Color information

#E68A8D (or 0xE68A8D) is unknown color: approx Wewak. HEX triplet: E6, 8A and 8D. RGB value is (230,138,141). Sum of RGB (Red+Green+Blue) = 230+138+141=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A8D is #197572. Grayscale: #A5A5A5. Windows color (decimal): -1668467 or 9276134. OLE color: 9276134.

HSL color Cylindrical-coordinate representation of color #E68A8D: hue angle of 358.04º 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 #E68A8D is Cyan = 0, Magento = 0.4, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB230138141-
CMYK00.40.390.10
HSL358.04º64.79%72.16%-
HSV(B)358.04º40%90.2%-
XYZ46.5336.9229.87-
YUV165.85113.98173.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.19%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=45.19%
G=27.11%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013814100.40.390.10358.0464.7972.16
HexE68A8D02827A1664148
Octal3462122150504712546101110
Binary1110011010001010100011010101000100111101010110011010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68A8D; }

 p { color: rgb(230,138,141); }

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

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

 a { background-color: rgb(230,138,141); }

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

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

 span { border-color: rgb(230,138,141); }

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