#E68E98

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

Shades of Wewak #E68E98

Tints of Wewak #E68E98

Color information

#E68E98 (or 0xE68E98) is unknown color: approx Wewak. HEX triplet: E6, 8E and 98. RGB value is (230,142,152). Sum of RGB (Red+Green+Blue) = 230+142+152=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68E98 is #197167. Grayscale: #A9A9A9. Windows color (decimal): -1667432 or 9998054. OLE color: 9998054.

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

Color convert

RGB230142152-
CMYK00.380.340.10
HSL353.18º63.77%72.94%-
HSV(B)353.18º38.26%90.2%-
XYZ47.9738.4434.6-
YUV169.45118.15171.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.89%
GREEN value IS 142 (55.86% from 255) = 27.10%
BLUE value IS 152 (59.77% from 255) = 29.01%
R=43.89%
G=27.10%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014215200.380.340.10353.1863.7772.94
HexE68E9802622A1614049
Octal3462162300464212541100111
Binary1110011010001110100110000100110100010101010110000110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68E98; }

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

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

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

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

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

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

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

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