#E1969E

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

Shades of Wewak #E1969E

Tints of Wewak #E1969E

Color information

#E1969E (or 0xE1969E) is unknown color: approx Wewak. HEX triplet: E1, 96 and 9E. RGB value is (225,150,158). Sum of RGB (Red+Green+Blue) = 225+150+158=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1969E is #1E6961. Grayscale: #ADADAD. Windows color (decimal): -1993058 or 10393313. OLE color: 10393313.

HSL color Cylindrical-coordinate representation of color #E1969E: hue angle of 353.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1969E is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB225150158-
CMYK00.330.300.12
HSL353.6º55.56%73.53%-
HSV(B)353.6º33.33%88.24%-
XYZ48.1340.2937.59-
YUV173.34119.35164.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.21%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 158 (62.11% from 255) = 29.64%
R=42.21%
G=28.14%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515015800.330.300.12353.655.5673.53
HexE1969E0211EC162384a
Octal341226236041361454270112
Binary11100001100101101001111001000011111011001011000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1969E; }

 p { color: rgb(225,150,158); }

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

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

 a { background-color: rgb(225,150,158); }

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

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

 span { border-color: rgb(225,150,158); }

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