#E6969D

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

Shades of Wewak #E6969D

Tints of Wewak #E6969D

Color information

#E6969D (or 0xE6969D) is unknown color: approx Wewak. HEX triplet: E6, 96 and 9D. RGB value is (230,150,157). Sum of RGB (Red+Green+Blue) = 230+150+157=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E6969D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6969D is #196962. Grayscale: #AEAEAE. Windows color (decimal): -1665379 or 10327782. OLE color: 10327782.

HSL color Cylindrical-coordinate representation of color #E6969D: hue angle of 354.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6969D is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230150157-
CMYK00.350.320.10
HSL354.75º61.54%74.51%-
HSV(B)354.75º34.78%90.2%-
XYZ49.6341.0737.21-
YUV174.72118167.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.83%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 157 (61.72% from 255) = 29.24%
R=42.83%
G=27.93%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015015700.350.320.10354.7561.5474.51
HexE6969D02320A1633e4b
Octal346226235043401254376113
Binary111001101001011010011101010001110000010101011000111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6969D; }

 p { color: rgb(230,150,157); }

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

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

 a { background-color: rgb(230,150,157); }

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

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

 span { border-color: rgb(230,150,157); }

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