#EE8A8B

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

Shades of Wewak #EE8A8B

Tints of Wewak #EE8A8B

Color information

#EE8A8B (or 0xEE8A8B) is unknown color: approx Wewak. HEX triplet: EE, 8A and 8B. RGB value is (238,138,139). Sum of RGB (Red+Green+Blue) = 238+138+139=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8A8B is #117574. Grayscale: #A8A8A8. Windows color (decimal): -1144181 or 9145070. OLE color: 9145070.

HSL color Cylindrical-coordinate representation of color #EE8A8B: hue angle of 359.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 #EE8A8B is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB238138139-
CMYK00.420.420.07
HSL359.4º74.63%73.73%-
HSV(B)359.4º42.02%93.33%-
XYZ49.0138.2229.22-
YUV168.01111.63177.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.21%
GREEN value IS 138 (54.30% from 255) = 26.80%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=46.21%
G=26.80%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813813900.420.420.07359.474.6373.73
HexEE8A8B02A2A71674b4a
Octal356212213052527547113112
Binary111011101000101010001011010101010101011110110011110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8A8B; }

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

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

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

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

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

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

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

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