#EE90A0

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

Shades of Wewak #EE90A0

Tints of Wewak #EE90A0

Color information

#EE90A0 (or 0xEE90A0) is unknown color: approx Wewak. HEX triplet: EE, 90 and A0. RGB value is (238,144,160). Sum of RGB (Red+Green+Blue) = 238+144+160=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE90A0 is #116F5F. Grayscale: #ADADAD. Windows color (decimal): -1142624 or 10522862. OLE color: 10522862.

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

Color convert

RGB238144160-
CMYK00.390.330.07
HSL349.79º73.44%74.9%-
HSV(B)349.79º39.5%93.33%-
XYZ51.5840.6638.39-
YUV173.93120.14173.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.91%
GREEN value IS 144 (56.64% from 255) = 26.57%
BLUE value IS 160 (62.89% from 255) = 29.52%
R=43.91%
G=26.57%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814416000.390.330.07349.7973.4474.9
HexEE90A002721715e494b
Octal356220240047417536111113
Binary111011101001000010100000010011110000111110101111010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE90A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE90A0; }

 p { color: rgb(238,144,160); }

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

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

 a { background-color: rgb(238,144,160); }

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

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

 span { border-color: rgb(238,144,160); }

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