#E69FA1

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

Shades of Wewak #E69FA1

Tints of Wewak #E69FA1

Color information

#E69FA1 (or 0xE69FA1) is unknown color: approx Wewak. HEX triplet: E6, 9F and A1. RGB value is (230,159,161). Sum of RGB (Red+Green+Blue) = 230+159+161=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69FA1 is #19605E. Grayscale: #B4B4B4. Windows color (decimal): -1663071 or 10592230. OLE color: 10592230.

HSL color Cylindrical-coordinate representation of color #E69FA1: hue angle of 358.31º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69FA1 is Cyan = 0, Magento = 0.31, Yellow = 0.3 and Black (K on CMYK) = 0.10.

Color convert

RGB230159161-
CMYK00.310.30.10
HSL358.31º58.68%76.27%-
HSV(B)358.31º30.87%90.2%-
XYZ51.4644.1939.54-
YUV180.46117.02163.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.82%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 161 (63.28% from 255) = 29.27%
R=41.82%
G=28.91%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.3
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015916100.310.30.10358.3158.6876.27
HexE69FA101F1EA1663b4c
Octal346237241037361254673114
Binary1110011010011111101000010111111111010101011001101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FA1; }

 p { color: rgb(230,159,161); }

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

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

 a { background-color: rgb(230,159,161); }

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

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

 span { border-color: rgb(230,159,161); }

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