#FF9EA5

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

Shades of Wewak #FF9EA5

Tints of Wewak #FF9EA5

Color information

#FF9EA5 (or 0xFF9EA5) is unknown color: approx Wewak. HEX triplet: FF, 9E and A5. RGB value is (255,158,165). Sum of RGB (Red+Green+Blue) = 255+158+165=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9EA5 is #00615A. Grayscale: #BBBBBB. Windows color (decimal): -24923 or 10854143. OLE color: 10854143.

HSL color Cylindrical-coordinate representation of color #FF9EA5: hue angle of 355.67º 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 #FF9EA5 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB255158165-
CMYK00.380.350
HSL355.67º100%80.98%-
HSV(B)355.67º38.04%100%-
XYZ60.2648.4341.77-
YUV187.8115.14175.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.12%
GREEN value IS 158 (62.11% from 255) = 27.34%
BLUE value IS 165 (64.84% from 255) = 28.55%
R=44.12%
G=27.34%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515816500.380.350355.6710080.98
HexFF9EA50262301646451
Octal377236245046430544144121
Binary1111111110011110101001010100110100011010110010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EA5; }

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

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

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

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

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

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

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

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