#ff8ea2

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

Shades of Wewak #FF8EA2

Tints of Wewak #FF8EA2

Color information

#FF8EA2 (or 0xFF8EA2) is unknown color: approx Wewak. HEX triplet: FF, 8E and A2. RGB value is (255,142,162). Sum of RGB (Red+Green+Blue) = 255+142+162=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 162 (63.67% from 255 or 28.98% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8EA2 is #00715D. Grayscale: #B2B2B2. Windows color (decimal): -29022 or 10653439. OLE color: 10653439.

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

Color convert

RGB255142162-
CMYK00.440.360
HSL349.38º100%77.84%-
HSV(B)349.38º44.31%100%-
XYZ57.4343.2139.5-
YUV178.07118.94182.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 142 (55.86% from 255) = 25.40%
BLUE value IS 162 (63.67% from 255) = 28.98%
R=45.62%
G=25.40%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514216200.440.360349.3810077.84
HexFF8EA202C24015d644e
Octal377216242054440535144116
Binary1111111110001110101000100101100100100010101110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff8ea2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff8ea2; }

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

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

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

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

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

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

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

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