#EEA394

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

Shades of Tonys Pink #EEA394

Tints of Tonys Pink #EEA394

Color information

#EEA394 (or 0xEEA394) is unknown color: approx Tonys Pink. HEX triplet: EE, A3 and 94. RGB value is (238,163,148). Sum of RGB (Red+Green+Blue) = 238+163+148=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA394 is #115C6B. Grayscale: #B7B7B7. Windows color (decimal): -1137772 or 9741294. OLE color: 9741294.

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

Color convert

RGB238163148-
CMYK00.320.380.07
HSL10º72.58%75.69%-
HSV(B)10º37.82%93.33%-
XYZ53.746.5134.16-
YUV183.71107.85166.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.35%
GREEN value IS 163 (64.06% from 255) = 29.69%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=43.35%
G=29.69%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816314800.320.380.071072.5875.69
HexEEA394020267a494c
Octal35624322404046712111114
Binary1110111010100011100101000100000100110111101010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA394; }

 p { color: rgb(238,163,148); }

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

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

 a { background-color: rgb(238,163,148); }

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

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

 span { border-color: rgb(238,163,148); }

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