#E18C8D

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

Shades of Wewak #E18C8D

Tints of Wewak #E18C8D

Color information

#E18C8D (or 0xE18C8D) is unknown color: approx Wewak. HEX triplet: E1, 8C and 8D. RGB value is (225,140,141). Sum of RGB (Red+Green+Blue) = 225+140+141=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18C8D is #1E7372. Grayscale: #A5A5A5. Windows color (decimal): -1995635 or 9276641. OLE color: 9276641.

HSL color Cylindrical-coordinate representation of color #E18C8D: hue angle of 359.29º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18C8D is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB225140141-
CMYK00.380.370.12
HSL359.29º58.62%71.57%-
HSV(B)359.29º37.78%88.24%-
XYZ45.2436.6929.9-
YUV165.53114.16170.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.47%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=44.47%
G=27.67%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514014100.380.370.12359.2958.6271.57
HexE18C8D02625C1673b48
Octal341214215046451454773110
Binary111000011000110010001101010011010010111001011001111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18C8D; }

 p { color: rgb(225,140,141); }

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

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

 a { background-color: rgb(225,140,141); }

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

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

 span { border-color: rgb(225,140,141); }

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