#EFA194

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

Shades of Tonys Pink #EFA194

Tints of Tonys Pink #EFA194

Color information

#EFA194 (or 0xEFA194) is unknown color: approx Tonys Pink. HEX triplet: EF, A1 and 94. RGB value is (239,161,148). Sum of RGB (Red+Green+Blue) = 239+161+148=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA194 is #105E6B. Grayscale: #B6B6B6. Windows color (decimal): -1072748 or 9740783. OLE color: 9740783.

HSL color Cylindrical-coordinate representation of color #EFA194: hue angle of 8.57º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFA194 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB239161148-
CMYK00.330.380.06
HSL8.57º73.98%75.88%-
HSV(B)8.57º38.08%93.73%-
XYZ53.6945.9834.06-
YUV182.84108.34168.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.61%
GREEN value IS 161 (63.28% from 255) = 29.38%
BLUE value IS 148 (58.20% from 255) = 27.01%
R=43.61%
G=29.38%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916114800.330.380.068.5773.9875.88
HexEFA19402126694a4c
Octal35724122404146611112114
Binary1110111110100001100101000100001100110110100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA194; }

 p { color: rgb(239,161,148); }

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

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

 a { background-color: rgb(239,161,148); }

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

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

 span { border-color: rgb(239,161,148); }

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