#E08F9A

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

Shades of Wewak #E08F9A

Tints of Wewak #E08F9A

Color information

#E08F9A (or 0xE08F9A) is unknown color: approx Wewak. HEX triplet: E0, 8F and 9A. RGB value is (224,143,154). Sum of RGB (Red+Green+Blue) = 224+143+154=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08F9A is #1F7065. Grayscale: #A8A8A8. Windows color (decimal): -2060390 or 10129376. OLE color: 10129376.

HSL color Cylindrical-coordinate representation of color #E08F9A: hue angle of 351.85º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E08F9A is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224143154-
CMYK00.360.310.12
HSL351.85º56.64%71.96%-
HSV(B)351.85º36.16%87.84%-
XYZ46.437.8335.43-
YUV168.47119.84167.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=42.99%
G=27.45%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414315400.360.310.12351.8556.6471.96
HexE08F9A0241FC1603948
Octal340217232044371454071110
Binary11100000100011111001101001001001111111001011000001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08F9A; }

 p { color: rgb(224,143,154); }

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

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

 a { background-color: rgb(224,143,154); }

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

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

 span { border-color: rgb(224,143,154); }

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