#E6919A

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

Shades of Wewak #E6919A

Tints of Wewak #E6919A

Color information

#E6919A (or 0xE6919A) is unknown color: approx Wewak. HEX triplet: E6, 91 and 9A. RGB value is (230,145,154). Sum of RGB (Red+Green+Blue) = 230+145+154=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E6919A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6919A is #196E65. Grayscale: #ABABAB. Windows color (decimal): -1666662 or 10129894. OLE color: 10129894.

HSL color Cylindrical-coordinate representation of color #E6919A: hue angle of 353.65º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6919A is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB230145154-
CMYK00.370.330.10
HSL353.65º62.96%73.53%-
HSV(B)353.65º36.96%90.2%-
XYZ48.5939.4135.62-
YUV171.44118.16169.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.48%
GREEN value IS 145 (57.03% from 255) = 27.41%
BLUE value IS 154 (60.55% from 255) = 29.11%
R=43.48%
G=27.41%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014515400.370.330.10353.6562.9673.53
HexE6919A02521A1623f4a
Octal346221232045411254277112
Binary111001101001000110011010010010110000110101011000101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6919A; }

 p { color: rgb(230,145,154); }

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

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

 a { background-color: rgb(230,145,154); }

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

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

 span { border-color: rgb(230,145,154); }

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