#FF9EA2

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

Shades of Wewak #FF9EA2

Tints of Wewak #FF9EA2

Color information

#FF9EA2 (or 0xFF9EA2) is unknown color: approx Wewak. HEX triplet: FF, 9E and A2. RGB value is (255,158,162). Sum of RGB (Red+Green+Blue) = 255+158+162=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 162 (63.67% from 255 or 28.17% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9EA2 is #00615D. Grayscale: #BBBBBB. Windows color (decimal): -24926 or 10657535. OLE color: 10657535.

HSL color Cylindrical-coordinate representation of color #FF9EA2: hue angle of 357.53º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9EA2 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB255158162-
CMYK00.380.360
HSL357.53º100%80.98%-
HSV(B)357.53º38.04%100%-
XYZ59.9948.3240.35-
YUV187.46113.64176.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 158 (62.11% from 255) = 27.48%
BLUE value IS 162 (63.67% from 255) = 28.17%
R=44.35%
G=27.48%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515816200.380.360357.5310080.98
HexFF9EA20262401666451
Octal377236242046440546144121
Binary1111111110011110101000100100110100100010110011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EA2; }

 p { color: rgb(255,158,162); }

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

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

 a { background-color: rgb(255,158,162); }

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

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

 span { border-color: rgb(255,158,162); }

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