#EE8A9A

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

Shades of Wewak #EE8A9A

Tints of Wewak #EE8A9A

Color information

#EE8A9A (or 0xEE8A9A) is unknown color: approx Wewak. HEX triplet: EE, 8A and 9A. RGB value is (238,138,154). Sum of RGB (Red+Green+Blue) = 238+138+154=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8A9A is #117565. Grayscale: #A9A9A9. Windows color (decimal): -1144166 or 10128110. OLE color: 10128110.

HSL color Cylindrical-coordinate representation of color #EE8A9A: hue angle of 350.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8A9A is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB238138154-
CMYK00.420.350.07
HSL350.4º74.63%73.73%-
HSV(B)350.4º42.02%93.33%-
XYZ50.1838.6935.39-
YUV169.72119.13176.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.91%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 154 (60.55% from 255) = 29.06%
R=44.91%
G=26.04%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813815400.420.350.07350.474.6373.73
HexEE8A9A02A23715e4b4a
Octal356212232052437536113112
Binary111011101000101010011010010101010001111110101111010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8A9A; }

 p { color: rgb(238,138,154); }

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

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

 a { background-color: rgb(238,138,154); }

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

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

 span { border-color: rgb(238,138,154); }

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